Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Google Mobile Ads SDK'sı, test sorguları için bir reklam öğesi türü belirtmenize olanak tanıyan bir API sunar. Parametre ayarlandığında, yalnızca belirtilen türdeki reklam öğeleri alınıp oluşturulur.
Kullanım
Reklam öğesi türünü belirtmek için ft_ctype parametresini bir extras nesnesine ekleyin
ve reklam isteğine iletin. Bu durum, hangi reklamların kullanılabileceğini kısıtlayabilir ve doluluk olmamasına neden olabilir.
Aşağıdaki tabloda ft_ctype için geçerli değerler listelenmektedir:
Reklam Türü
ft_ctype
Biçim
HTML5
html5
Banner, Geçiş Reklamı, Ödüllü
Uygulama yükleme resim reklamı
image_app_install
Banner, Yerel, Geçiş Reklamı, Ödüllü
Görünen resim
image_display
Banner, Geçiş Reklamı
Kısmi alan görüntüleme
partial_slot
Banner, Yerel, Geçiş Reklamı
Uygulama yükleme metni
text_app_install
Banner, Yerel, Geçiş Reklamı
Görünen metin
text_display
Banner, Yerel, Geçiş Reklamı
TrueView
trueview
Geçiş reklamı, Ödüllü
Uygulama yükleme videosu
video_app_install
Banner, Yerel, Geçiş Reklamı, Ödüllü
Bu özellik yalnızca Google reklamlarını etkiler. Reklam biriminizde uyumlulaştırma etkinleştirilmişse üçüncü taraf reklam kaynaklarından döndürülen reklamlar ft_ctype parametresine uymuyor. Uyumlulaştırmanın etkin olmadığı bir reklam birimiyle test yapmanızı öneririz.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-16 UTC."],[[["The Google Mobile Ads SDK allows you to specify a desired creative type for test queries, ensuring only creatives of that type are retrieved and rendered."],["To use this feature, set the `ft_ctype` request parameter within a bundle of extras in test mode, specifying the desired creative type like \"video_app_install\" or \"html5\"."],["This feature works with various creative types, formats, and ad units, as detailed in the provided table mapping creative types to their corresponding `ft_ctype` values."],["While useful for testing, using `ft_ctype` may increase the chance of no fills and only affects Google ads, not those from third-party ad networks through mediation."]]],["The Google Mobile Ads SDK allows specifying a creative type for test ad queries using the `ft_ctype` parameter within an extras object, passed to the ad request. This restricts ads to the defined type, potentially resulting in no fill. Valid `ft_ctype` values include `html5`, `image_app_install`, `video_app_install`, and others, each with supported formats (e.g., Banner, Interstitial). This parameter only works in test mode and impacts only Google ads, not third-party ads from mediated sources.\n"]]