Google Mobile Ads SDK menyediakan API yang memungkinkan Anda menentukan jenis materi iklan
untuk kueri pengujian. Saat parameter ditetapkan, hanya materi iklan dari jenis
yang ditentukan yang diambil dan dirender.
Penggunaan
Untuk menentukan jenis materi iklan, sertakan parameter ft_ctype dalam objek tambahan
dan teruskan ke permintaan iklan. Hal ini dapat membatasi iklan yang tersedia dan
menghasilkan pengisian nol.
Tabel berikut mencantumkan nilai yang valid untuk ft_ctype:
Jenis Materi Iklan
ft_ctype
Format
HTML5
html5
Banner, Interstisial, Reward
Gambar penginstalan aplikasi
image_app_install
Banner, Native, Interstisial, Reward
Gambar tampilan
image_display
Banner, Interstisial
Menampilkan slot parsial
partial_slot
Banner, Native, Interstisial
Teks penginstalan aplikasi
text_app_install
Banner, Native, Interstisial
Teks tampilan
text_display
Banner, Native, Interstisial
TrueView
trueview
Interstisial, Reward
Video penginstalan aplikasi
video_app_install
Banner, Native, Interstisial, Reward
Fitur ini hanya memengaruhi iklan Google. Jika unit iklan Anda mengaktifkan
mediasi, iklan yang ditampilkan dari sumber iklan pihak ketiga tidak
mengikuti parameter ft_ctype. Sebaiknya uji dengan unit iklan yang
tidak mengaktifkan mediasi.
[null,null,["Terakhir diperbarui pada 2025-02-25 UTC."],[[["Google Mobile Ads SDK allows you to specify a desired creative type for test queries using the `ft_ctype` request parameter."],["This parameter restricts the ads returned to the specified creative type for easier testing in test mode, affecting only Google ads."],["Using this feature might increase the chances of no fills as it limits the available ads."],["Mediation is not supported with this feature, so test with an ad unit without mediation enabled."],["Reservation inventory and backfill-only ad units may need additional configuration to ensure accurate testing with `ft_ctype`."]]],["The Google Mobile Ads SDK allows specifying a creative type for test queries using the `ft_ctype` parameter. This parameter, added to an extras object in the ad request, restricts served ads to the specified type (e.g., `video_app_install`). Valid `ft_ctype` values include `html5`, `image_app_install`, `text_display`, etc. This only functions in Test Mode and doesn't affect reservation inventory or third-party mediation ads. Testing is recommended with a backfill-only ad unit without mediation enabled.\n"]]