Stay organized with collections
Save and categorize content based on your preferences.
The Google Mobile Ads SDK provides an API that allows you to specify a
desired creative type for test queries. When the parameter is set, only
creatives of the desired type are retrieved and rendered.
Usage
To use this feature, you need to specify the ft_ctype (forced test creative
type) request parameter via
the ad_extra() method of AdRequest.
This parameter specifies the desired creative type.
Note that this parameter will only work when in
Test Mode.
This feature restricts which ads are available for the request, and therefore
may result in more no fills.
This feature impacts Google ads only. If your ad unit enables
mediation, ads returned
from third-party ad networks do not respect the ft_ctype parameter. We
recommend testing with an ad unit that does not have mediation enabled.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-02 UTC."],[[["The Google Mobile Ads C++ SDK is deprecated and will be end-of-maintenance on June 17, 2025; developers should use the iOS or Android SDKs instead."],["The SDK allows specifying desired creative types for test queries using the `ft_ctype` parameter in test mode."],["This feature is applicable to Google ads only and may result in more no fills due to restricted ad availability."],["Valid `ft_ctype` values include `html5`, `image_app_install`, `image_display`, `partial_slot`, `text_app_install`, `text_display`, `trueview`, and `video_app_install`, each corresponding to specific creative types and ad formats."],["For support, consult the Google Mobile Ads SDK Technical Forum."]]],[]]