הוספת מודעות לאפליקציה המיידית
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
אזהרה: התכונה 'Google Play ללא התקנה' לא תהיה זמינה יותר. החל מדצמבר 2025, לא תהיה אפשרות לפרסם אפליקציות ללא התקנה דרך Google Play, וכל ממשקי Instant API של Google Play Services יפסיקו לפעול. המשתמשים לא יקבלו יותר אפליקציות מיידיות מ-Play באמצעות מנגנון כלשהו.
אנחנו מבצעים את השינוי הזה על סמך משוב שקיבלנו ממפתחים וההשקעות המתמשכות שלנו בשיפור הסביבה העסקית מאז השקת Google Play ללא התקנה.
כדי להמשיך לבצע אופטימיזציה לצמיחת מספר המשתמשים, אנחנו ממליצים למפתחים להפנות את המשתמשים לגרסה הרגילה של האפליקציה או המשחק באמצעות קישורי עומק, כדי להפנות אותם למסלולים או לתכונות ספציפיים כשזה רלוונטי.
אחרי שכתבתם את האפליקציה, אחת הדרכים לייצר ממנה הכנסות היא להפעיל בה הצגת מודעות.
מוודאים ש-SDK של רשת המודעות תואם ל-Google Play ללא התקנה
כדי שאפליקציה תוכל להציג מודעות מרשת המודעות שלכם, ה-SDK של רשת המודעות צריך להיות תואם ל-Google Play ללא התקנה. כדי לוודא שהמכשיר תואם, מבצעים את השלבים הבאים:
מורידים את האפליקציה לדוגמה ללא התקנה מהדף דוגמאות ל-Google Play ללא התקנה.
משלבים את ה-SDK עם הדוגמה.
צריך לאמת כל סוג של מודעה שמוצגת, כמו מודעות באנר או מודעות מעברון.
מוודאים שערכת ה-SDK של רשת המודעות לא מציגה מודעות HTTP. הפעולה הזו פוגעת בחוויית השימוש באפליקציה ללא התקנה, כי Google Play ללא התקנה לא מאפשר תעבורת HTTP.
אחרי שתאשרו את התאימות, תוכלו לפנות לכתובת aia-compatibility@google.com כדי להוסיף את האפליקציה לרשת. אם יש בעיות בשילוב, אפשר לפנות לכתובת aia-compatibility@google.com.
כדי להגדיר את האפליקציה להצגת מודעות, צריך לשלב בה SDK של רשת מודעות שתואם ל-Google Play Instant. דוגמה ל-SDK כזה היא Google Mobile Ads Lite SDK. מידע נוסף על שילוב של SDK של רשת מודעות זמין במדריכים שקשורים ל-Google Mobile Ads Lite SDK ול-Google AdMob.
אם אתם מתכננים לשלב באפליקציה שלכם SDK של רשת מודעות אחרת, כדאי לפנות לרשת המודעות הרלוונטית כדי שהיא תבצע שילוב עם Google Play Instant.
דוגמאות התוכן והקוד שבדף הזה כפופות לרישיונות המפורטים בקטע רישיון לתוכן. Java ו-OpenJDK הם סימנים מסחריים או סימנים מסחריים רשומים של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-27 (שעון UTC).
[[["התוכן קל להבנה","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-07-27 (שעון UTC)."],[],[],null,["# Add ads to your instant app\n\n**Warning:** Google Play Instant will no longer be available. Starting December 2025,\nInstant Apps cannot be published through Google Play, and all\n[Google Play services Instant APIs](https://developers.google.com/android/reference/com/google/android/gms/instantapps/package-summary)\nwill no longer work. Users will no longer be served Instant Apps by Play using any\nmechanism.\n\nWe're making this change based on developer feedback and our continuous investments\nto improve the ecosystem since the introduction of Google Play Instant.\n\nTo continue optimizing for user growth, we encourage developers to refer users to\ntheir regular app or game, using [deeplinks](https://support.google.com/googleplay/android-developer/answer/12463044)\nto redirect them to specific journeys or features when relevant.\n\nNow that you've written your app, one way you can monetize it is by enabling\nit to carry advertising.\n\nConfirm that your ad network's SDK is compatible with Google Play Instant\n-------------------------------------------------------------------------\n\nFor an app to be able to carry ads from your ad network, your ad network's SDK\nmust be compatible with Google Play Instant. To confirm compatibility,\nfollow these steps:\n\n1. Download the sample instant app from the [Google Play Instant\n samples](https://github.com/android/app-bundle/tree/main/InstantApps) page.\n\n2. Integrate your SDK with the sample.\n\n3. Validate each type of ad you serve, such as banner ads or interstitial ads.\n\n4. Ensure that your ad network's SDK doesn't serve HTTP ads. Doing so breaks\n the instant-app experience, because Google Play Instant doesn't allow\n HTTP traffic.\n\n5. After you confirm compatibility, contact aia-compatibility@google.com to have\n your app added to the network. If there are issues with integration,\n reach out to aia-compatibility@google.com.\n\nConfigure your app for ads\n--------------------------\n\nTo configure your app to carry ads, you must integrate an\nGoogle Play Instant-compatible ad-network SDK into your app. The Google\nMobile Ads Lite SDK is one such SDK. For more information about integrating an\nad-network SDK, see the guides related to\n[Google Mobile Ads Lite SDK](https://developers.google.com/admob/android/lite-sdk)\nand\n[Google AdMob](https://developers.google.com/admob/android/instant-apps).\n\nIf you plan to integrate a different ad network's SDK into your app,\nconsider reaching out to your relevant ad network to have them integrate with\nGoogle Play Instant."]]