בדיקת הדרישות לגבי גרסאות Android
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מזהה פרסום
אם האפליקציה שלכם משתמשת ב-IMA SDK בגרסה 3.25.1 ואילך, ה-SDK כבר מכריז באופן אוטומטי על ההרשאה com.google.android.gms.permission.AD_ID
ויכול לגשת למזהה הפרסום בכל פעם שהוא זמין.
לאפליקציות שמטרגטות ל-Android ולאפליקציות שבהן נעשה שימוש ב-IMA SDK בגרסה 3.24.0 ומטה
13, עליך להוסיף את ההרשאה com.google.android.gms.permission.AD_ID
בקטע
AndroidManifest.xml
נדרש ל-Google Mobile Ads SDK כדי לגשת
מזהה פרסום:
<manifest>
<application>
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="ca-app-pub-xxxxxxxxxxxxxxxx~yyyyyyyyyy"/>
...
</application>
<!-- For apps targeting Android 13 or higher & IMA SDK version 3.24.0 or lower -->
<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>
</manifest>
מידע נוסף על ההרשאה com.google.android.gms.permission.AD_ID
כולל הסבר איך להשבית אותה,
Play Console
מאמר.
מזהה קבוצת אפליקציות
במכשירי Android מגרסה 12 ואילך, מערכת Google Play תחזיר את מזהה הפרסום לאפס כשמשתמש יבטל את ההסכמה להתאמה אישית בהגדרות של Android. Google Play
הוסיף גם את מזהה קבוצת האפליקציות,
שמאפשרת ליצור קישור בין השימוש או הפעולות בקבוצה, באופן ששומר על פרטיות המשתמשים
האפליקציות שבבעלות אותו ארגון.
IMA בגרסה 3.25.1 ואילך כוללת את ערכת ה-SDK של מזהה קבוצת האפליקציות כברירת מחדל. מזהה קבוצת האפליקציות חיוני לתמיכה בתרחישי שימוש שאינם קשורים לפרסום, כמו ניתוח נתונים ומניעת הונאה, כשמזהה הפרסום מוגדר לאפס. מידע נוסף על מזהה קבוצת האפליקציות זמין במדריך למפתחים של Android.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-08-01 (שעון UTC).
[null,null,["עדכון אחרון: 2025-08-01 (שעון UTC)."],[[["\u003cp\u003eFor apps using IMA SDK version 3.25.1 or higher, the Advertising ID permission is automatically declared and accessible when available.\u003c/p\u003e\n"],["\u003cp\u003eApps using IMA SDK version 3.24.0 or lower and targeting Android 13 must manually add the \u003ccode\u003ecom.google.android.gms.permission.AD_ID\u003c/code\u003e permission to their \u003ccode\u003eAndroidManifest.xml\u003c/code\u003e file to access the Advertising ID.\u003c/p\u003e\n"],["\u003cp\u003eOn Android 12 and later, the advertising ID is zeroed out when users opt out of personalization, and the App Set ID provides a privacy-focused alternative for correlating usage across apps from the same organization.\u003c/p\u003e\n"],["\u003cp\u003eIMA SDK version 3.25.1 and higher includes the App Set ID SDK by default to support analytics and fraud prevention when the advertising ID is unavailable.\u003c/p\u003e\n"]]],[],null,["# Review Android version requirements\n\nAdvertising ID\n--------------\n\nIf your app uses the IMA SDK version 3.25.1 or higher, the SDK already\nautomatically declares the `com.google.android.gms.permission.AD_ID` permission\nand is able to access the Advertising ID whenever it's available.\n\nFor apps that use the IMA SDK version 3.24.0 or lower and are targeting Android\n13, you must add the `com.google.android.gms.permission.AD_ID` permission in the\n`AndroidManifest.xml` file for the Google Mobile Ads SDK to access the\nAdvertising ID: \n\n \u003cmanifest\u003e\n \u003capplication\u003e\n \u003cmeta-data\n android:name=\"com.google.android.gms.ads.APPLICATION_ID\"\n android:value=\"ca-app-pub-xxxxxxxxxxxxxxxx~yyyyyyyyyy\"/\u003e\n\n ...\n\n \u003c/application\u003e\n \u003c!-- For apps targeting Android 13 or higher & IMA SDK version 3.24.0 or lower --\u003e\n \u003cuses-permission android:name=\"com.google.android.gms.permission.AD_ID\"/\u003e\n \u003c/manifest\u003e\n\nTo learn more about the `com.google.android.gms.permission.AD_ID` permission\ndeclaration, including how to disable it, please refer to this\n[Play Console](//support.google.com/googleplay/android-developer/answer/6048248)\narticle.\n\nApp Set ID\n----------\n\nStarting with Android 12 devices, Google Play will zero out the advertising ID\nwhen a user opts out of personalization in their Android Settings. Google Play\nhas also introduced the [App Set ID](//developer.android.com/training/articles/app-set-id),\nwhich offers a privacy-friendly way to correlate usage or actions across a set\nof apps owned by the same organization.\n\nIMA version 3.25.1 or higher includes the App Set ID SDK by default. App Set ID\nis essential to support non ads use-cases such as analytics and fraud\nprevention, when the advertising ID is zeroed out. For more information on the\nApp Set ID see this\n[Android developer guide](//developer.android.com/training/articles/app-set-id#scope)."]]