במדריך הזה מוסבר איך לקבל מודעות בדיקה לשילוב המודעות שלכם. מומלץ להשתמש במודעות בדיקה במהלך הפיתוח כדי לבדוק את התנהגות המשתמשים אחרי קליק בלי להשפיע על נתוני הקמפיינים של הזמנות או לחייב את המפרסמים.
הדרך הכי מהירה להפעיל בדיקה היא להשתמש ביחידות מודעות להדגמה (דמו) ש-Google מספקת.
יחידות המודעות להדגמה ש-Google מספקת לא משויכות לחשבון Ad Manager שלכם, כך שאין סיכון שהחשבון יפיק תנועה פסולה בזמן השימוש ביחידות המודעות האלה.
הנה יחידות של מודעות להדגמה שמפנות לנכסי קריאייטיב ספציפיים לבדיקה לכל פורמט:
נקודה חשובה: יחידות המודעות להדגמה האלה מוגדרות להצגת מודעות במכירה ישירה ב-Ad Manager, ומודעות במכירה ישירה לא מחזירות את AdChoices.
הפעלת מכשירי בדיקה (מצב בדיקה)
אם אתם רוצים לבצע בדיקות יסודיות יותר עם מודעות שנראות כמו מודעות אמיתיות, אתם יכולים להגדיר את המכשיר שלכם כמכשיר בדיקה ולהשתמש במזהים של יחידות המודעות שיצרתם בממשק המשתמש של Ad Manager.
כדי להוסיף את המכשיר כמכשיר בדיקה, פועלים לפי השלבים הבאים.
הוספת מכשיר הבדיקה באמצעות קוד
אם אתם רוצים לבדוק מודעות באפליקציה במהלך הפיתוח, אתם יכולים לפעול לפי השלבים הבאים כדי לרשום את מכשיר הבדיקה באופן פרוגרמטי.
טוענים את האפליקציה שמשולבות בה מודעות ושולחים בקשה להצגת מודעה.
בודקים במסוף אם מופיעה הודעה שנראית כך:
<Google> To get test ads on this device, set:
GADMobileAds.sharedInstance.requestConfiguration.testDeviceIdentifiers =
@[ @"2077ef9a63d2b398840261c8221a0c9b" ];
מריצים מחדש את האפליקציה. אם המודעה היא מודעה של Google, תוצג התווית מצב בדיקה במרכז החלק העליון של המודעה (מודעת באנר, מודעת מעברון או מודעה מתגמלת):
במודעות מותאמות מתקדמות, המחרוזת מצב בדיקה מתווספת לפני נכס הכותרת.
אפשר ללחוץ ללא חשש על מודעות שמסומנות בתווית מצב בדיקה. בקשות, חשיפות וקליקים על מודעות במצב בדיקה לא יופיעו בדוחות של החשבון.
בדיקה באמצעות תהליך בחירת הרשת (Mediation)
יחידות מודעות לדוגמה של Google מציגות רק מודעות Google. כדי לבדוק את ההגדרה של תהליך בחירת הרשת (Mediation), צריך להשתמש בגישה של הפעלת מכשירי בדיקה.
מודעות שמוצגות באמצעות גישור לא כוללות תווית מצב בדיקה. באחריותכם לוודא שמצב הבדיקה מופעל בכל אחת מרשתות בחירת הרשת (Mediation) שלכם, כדי שהרשתות האלה לא יסמנו את החשבון שלכם בגלל פעילות לא חוקית. למידע נוסף, אפשר לעיין במדריך לניהול תעבורה של כל רשת.
אם אתם לא בטוחים אם מתאם של רשת מודעות בתהליך בחירת הרשת מספק מצב בדיקה,
הכי בטוח להימנע מלחיצה על מודעות מהרשת הזו במהלך הפיתוח. אפשר להשתמש במאפיין adNetworkClassName בכל אחד מהפורמטים של המודעות כדי לגלות איזו רשת מודעות הציגה את המודעה הנוכחית.
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-09-02 (שעון UTC)."],[[["\u003cp\u003eThis guide explains how to use test ads during development to test clickthrough behavior without affecting campaign stats or charging advertisers.\u003c/p\u003e\n"],["\u003cp\u003eYou can quickly enable testing using Google-provided demo ad units, or configure your device as a test device and use your own ad unit IDs.\u003c/p\u003e\n"],["\u003cp\u003eiOS simulators are automatically configured as test devices, while physical devices require adding the device ID programmatically for testing.\u003c/p\u003e\n"],["\u003cp\u003eWhen using test ads, a "Test mode" label will appear on Google ads (except mediated ads), ensuring clicks are safe and won't affect reporting.\u003c/p\u003e\n"],["\u003cp\u003eFor mediation testing, enable test mode for each network to avoid invalid activity flags; refer to individual mediation guides for network-specific instructions.\u003c/p\u003e\n"]]],[],null,["Select platform: [Android](/ad-manager/mobile-ads-sdk/android/test-ads \"View this page for the Android platform docs.\") [iOS](/ad-manager/mobile-ads-sdk/ios/test-ads \"View this page for the iOS platform docs.\") [Unity](/ad-manager/mobile-ads-sdk/unity/test-ads \"View this page for the Unity platform docs.\") [Flutter](/ad-manager/mobile-ads-sdk/flutter/test-ads \"View this page for the Flutter platform docs.\")\n\n\u003cbr /\u003e\n\nThis guide explains how to receive test ads for your ads integration. It's\nrecommended that you use test ads during development so you can test\nclickthrough behavior without affecting your reservation campaigns' stats or\ncharging advertisers.\n\nPrerequisite\n\n- Complete [Get Started](/ad-manager/mobile-ads-sdk/ios/quick-start).\n\nDemo ad units\n\nThe quickest way to enable testing is to use Google-provided demo ad units.\nThese ad units are not associated with your Ad Manager\naccount, so there's no risk of your account generating invalid traffic when\nusing these ad units.\n| **Key Point:** Make sure you replace these IDs with your own ad unit ID before publishing your app.\n\nHere are demo ad units that point to specific test creatives for each format:\n\n| Ad format | Demo ad unit ID |\n|-------------------------------------------------------------------------------|----------------------------------------------|\n| [App Open](/ad-manager/mobile-ads-sdk/ios/app-open) | `/21775744923/example/app-open` |\n| [Adaptive Banner](/ad-manager/mobile-ads-sdk/ios/banner) | `/21775744923/example/adaptive-banner` |\n| [Fixed Size Banner](/ad-manager/mobile-ads-sdk/ios/banner/fixed-size) | `/21775744923/example/fixed-size-banner` |\n| [Interstitial](/ad-manager/mobile-ads-sdk/ios/interstitial) | `/21775744923/example/interstitial` |\n| [Rewarded Ads](/ad-manager/mobile-ads-sdk/ios/rewarded) | `/21775744923/example/rewarded` |\n| [Rewarded Interstitial](/ad-manager/mobile-ads-sdk/ios/rewarded-interstitial) | `/21775744923/example/rewarded-interstitial` |\n| [Native](/ad-manager/mobile-ads-sdk/ios/native) | `/21775744923/example/native` |\n| [Native Video](/ad-manager/mobile-ads-sdk/ios/native/video-ads) | `/21775744923/example/native-video` |\n\nKey Point: These demo ad units are configured to serve direct-sold ads in Ad Manager, and direct-sold ads do not return AdChoices.\n\nEnable test devices (Test mode)\n\nIf you want to do more rigorous testing with production-looking ads, you can\nnow configure your device as a test device and use your own ad unit IDs that\nyou've created in the Ad Manager UI.\n\n\nFollow the steps below to add your device as a test device.\n| **Key Point:** iOS simulators are automatically configured as test devices.\n\nAdd your test device programmatically\n\nIf you want to test ads in your app as you're developing, follow the\nsteps below to programmatically register your test device.\n\n1. Load your ads-integrated app and make an ad request.\n2. Check the console for a message that looks like this: \n\n ```\n \u003cGoogle\u003e To get test ads on this device, set:\n GADMobileAds.sharedInstance.requestConfiguration.testDeviceIdentifiers =\n @[ @\"2077ef9a63d2b398840261c8221a0c9b\" ];\n ```\n Copy your test device ID to your clipboard.\n3. Modify your code to set the test device ID through\n [`testDeviceIdentifiers`](/ad-manager/mobile-ads-sdk/ios/api/reference/Classes/GADRequestConfiguration#testdeviceidentifiers):\n\n Swift \n\n let testDeviceIdentifiers = [\"2077ef9a63d2b398840261c8221a0c9b\"]\n MobileAds.shared.requestConfiguration.testDeviceIdentifiers = testDeviceIdentifiers \n https://github.com/googleads/googleads-mobile-ios-examples/blob/66edbf824f3d3cfa30bae69bb6b86004b01674b8/Swift/advanced/APIDemo/APIDemo/Snippets/RequestConfigurationSnippets.swift#L23-L24\n\n Objective-C \n\n NSArray *testDeviceIdentifiers = @[ @\"2077ef9a63d2b398840261c8221a0c9b\" ];\n GADMobileAds.sharedInstance.requestConfiguration.testDeviceIdentifiers = testDeviceIdentifiers; \n https://github.com/googleads/googleads-mobile-ios-examples/blob/66edbf824f3d3cfa30bae69bb6b86004b01674b8/Objective-C/advanced/APIDemo/APIDemo/Snippets/RequestConfigurationSnippets.m#L28-L29\n\n | **Caution:** Be sure to remove the code that sets these test devices before you release your app.\n4. Re-run your app. If the ad is a Google ad, you'll see a **Test mode** label\n centered at the top of the ad (banner, interstitial, or rewarded ad):\n\n | **Note:** To see the **Test mode** label, you need to be using an SDK version of 7.59.0 or higher. In versions 7.26.0 to 7.58.0 the label will say Test Ad.\n\n For native advanced ads, the headline asset is prepended with the string\n **Test mode**.\n\nAds with this **Test mode** label are safe to click. Requests, impressions, and\nclicks on ads in test mode won't show up in your account's reports.\n| **Note:** Mediated ads do *NOT* render a **Test mode** label. See the following section for details.\n\nTesting with mediation\n\nGoogle's demo ad units only show Google ads. To test your mediation\nconfiguration, you must use the [enable test devices](#enable_test_devices)\napproach.\n\nMediated ads do *not* render a **Test mode** label. You are responsible for\nensuring that test mode is enabled for each of your mediation networks so that\nthese networks don't flag your account for invalid activity. See each network's\nrespective [mediation guide](/ad-manager/mobile-ads-sdk/ios/mediation) for\nmore information.\n\nIf you aren't sure whether a mediation ad network adapter provides a test mode,\nit is safest to avoid clicking on ads from that network during development. You\ncan use the\n[`adNetworkClassName`](/ad-manager/mobile-ads-sdk/ios/api/reference/Classes/GADBannerView#adnetworkclassname)\nproperty on any of the ad formats to figure out which ad network served the\ncurrent ad."]]