בדיקת סוגי קריאייטיב
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
בחירת פלטפורמה:
Android
iOS
Google Mobile Ads SDK מספק API שמאפשר לציין סוג קריאייטיב לשאילתות בדיקה. כשהפרמטר מוגדר, רק נכסי קריאייטיב מהסוג שצוין מאוחזרים ומעובדים.
שימוש
כדי לציין סוג קריאייטיב, צריך לכלול את הפרמטר ft_ctype
באובייקט extras ולהעביר אותו לבקשה להצגת מודעה. יכול להיות שההגבלה הזו תצמצם את מספר המודעות הזמינות ותגרום לכך שלא תהיה מודעה למילוי הבקשה.
Swift
let extras = Extras()
extras.additionalParameters = ["ft_ctype": "video_app_install"]
let request = Request()
request.register(extras)
Objective-C
GADExtras *extras = [[GADExtras alloc] init];
extras.additionalParameters = @{@"ft_ctype" : @"video_app_install"};
GADRequest *request = [GADRequest request];
[request registerAdNetworkExtras:extras];
בטבלה הבאה מפורטים הערכים החוקיים של ft_ctype
:
סוג קריאייטיב |
ft_ctype |
פורמט |
HTML5 |
html5 |
מודעת באנר, מודעת מעברון, מודעה מתגמלת |
תמונה להתקנת אפליקציה |
image_app_install |
מודעת באנר, מודעה מותאמת, מודעת מעברון, מודעה מתגמלת |
תמונה לתצוגה |
image_display |
מודעת באנר, מודעת מעברון |
הצגת משבצת זמן חלקית |
partial_slot |
מודעת באנר, מודעה מותאמת, מודעת מעברון |
טקסט של התקנת אפליקציה |
text_app_install |
מודעת באנר, מודעה מותאמת, מודעת מעברון |
הטקסט שיוצג |
text_display |
מודעת באנר, מודעה מותאמת, מודעת מעברון |
Trueview |
trueview |
מודעת מעברון, מודעה מתגמלת |
מודעת וידאו להתקנת אפליקציה |
video_app_install |
מודעת באנר, מודעה מותאמת, מודעת מעברון, מודעה מתגמלת |
התכונה הזו משפיעה רק על מודעות Google. אם ביחידת המודעות מופעלת בחירת רשת, המודעות שמוחזרות ממקורות מודעות של צד שלישי לא מתחשבות בפרמטר ft_ctype
. מומלץ לבצע את הבדיקה ביחידת מודעות שלא מופעל בה תהליך בחירת רשת (Mediation).
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-09-02 (שעון UTC).
[null,null,["עדכון אחרון: 2025-09-02 (שעון UTC)."],[[["\u003cp\u003eGoogle Mobile Ads SDK allows you to specify a desired creative type for test queries using the \u003ccode\u003eft_ctype\u003c/code\u003e request parameter.\u003c/p\u003e\n"],["\u003cp\u003eThis parameter helps to retrieve and render only specific creative types like video, image, or HTML5 during testing.\u003c/p\u003e\n"],["\u003cp\u003eThis feature is only functional in Test Mode and impacts Google ads, not ads from third-party networks through mediation.\u003c/p\u003e\n"],["\u003cp\u003eUsing the \u003ccode\u003eft_ctype\u003c/code\u003e parameter can potentially increase the chances of encountering no fills due to ad restrictions.\u003c/p\u003e\n"],["\u003cp\u003eSeveral creative types including video_app_install, html5, and image_app_install can be specified using the \u003ccode\u003eft_ctype\u003c/code\u003e parameter.\u003c/p\u003e\n"]]],["The Google Mobile Ads SDK allows specifying a creative type for test ad queries using the `ft_ctype` parameter within an extras object during the ad request. This parameter limits the retrieved and rendered ads to the specified type, which may reduce the available ads. Valid `ft_ctype` values include `html5`, `image_app_install`, and `video_app_install`, amongst others, with different supported formats. This feature only works in Test Mode and solely impacts Google ads. Mediation ads do not respect this parameter.\n"],null,["Select platform: [Android](/admob/android/test-creative-types \"View this page for the Android platform docs.\") [iOS](/admob/ios/test-creative-types \"View this page for the iOS platform docs.\")\n\n\u003cbr /\u003e\n\nGoogle Mobile Ads SDK provides an API that lets you specify a creative type\nfor test queries. When the parameter is set, only creatives of the specified\ntype are retrieved and rendered.\n\nUsage\n\nTo specify a creative type, include the `ft_ctype` parameter in an extras object\nand pass it to the ad request. This may restrict which ads are available and\nresult in no fill.\n**Note:** The `ft_ctype` parameter only works in [Test Mode](/admob/ios/test-ads#enable_test_devices). \n\nSwift \n\n let extras = Extras()\n extras.additionalParameters = [\"ft_ctype\": \"video_app_install\"]\n\n let request = Request()\n request.register(extras)\n\nObjective-C \n\n GADExtras *extras = [[GADExtras alloc] init];\n extras.additionalParameters = @{@\"ft_ctype\" : @\"video_app_install\"};\n\n GADRequest *request = [GADRequest request];\n [request registerAdNetworkExtras:extras];\n\nThe following table lists the valid values for `ft_ctype`:\n\n| Creative Type | ft_ctype | Format |\n|----------------------|-------------------|----------------------------------------|\n| HTML5 | html5 | Banner, Interstitial, Rewarded |\n| App install image | image_app_install | Banner, Native, Interstitial, Rewarded |\n| Display image | image_display | Banner, Interstitial |\n| Display partial slot | partial_slot | Banner, Native, Interstitial |\n| App install text | text_app_install | Banner, Native, Interstitial |\n| Display text | text_display | Banner, Native, Interstitial |\n| Trueview | trueview | Interstitial, Rewarded |\n| App install video | video_app_install | Banner, Native, Interstitial, Rewarded |\n\nThis feature impacts Google ads only. If your ad unit enables\n[mediation](/admob/ios/mediation), ads returned from third-party ad sources don't\nrespect the `ft_ctype` parameter. We recommend testing with an ad unit that\ndoesn't have mediation enabled."]]