כדי לקבל מידע על שיקולים חשובים בהכנת האפליקציה לקראת שינויים בפרטיות ב-Google Play וב-Android, אפשר לעיין במאמר בנושא אסטרטגיות פרטיות ל-Android.
מזהה מאינטראקציה ישירה של בעל האפליקציה, שנקרא בעבר מפתח אפליקציה זהה (SameAppKey)
דרישות מוקדמות:
Google Mobile Ads SDK
בגרסה 21.4.0 או בגרסה
עדכנית יותר
Google Mobile Ads SDK כולל את מזהה מאינטראקציה ישירה של בעל האפליקציה (שנקרא בעבר 'מפתח אפליקציה זהה'). המזהה הזה עוזר להציג מודעות בהתאמה אישית שרלוונטיות יותר למשתמשים על סמך הנתונים שנאספו מהאפליקציות שלכם.
מזהה מאינטראקציה ישירה של בעל האפליקציה מופעל כברירת מחדל, אבל אפשר להשבית אותו באמצעות השיטה הבאה.
Kotlin
// Disables Publisher first-party ID, formerly known as same app key.MobileAds.putPublisherFirstPartyIdEnabled(false)
Java
// Disables Publisher first-party ID, formerly known as same app key.MobileAds.putPublisherFirstPartyIdEnabled(false);
[[["התוכן קל להבנה","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-10 (שעון UTC)."],[[["\u003cp\u003eThe Google Mobile Ads SDK now uses Publisher first-party ID (formerly same app key) to deliver more relevant ads using app data.\u003c/p\u003e\n"],["\u003cp\u003ePublisher first-party ID is enabled by default in Google Mobile Ads SDK 21.4.0 and higher.\u003c/p\u003e\n"],["\u003cp\u003eYou can disable Publisher first-party ID using \u003ccode\u003eMobileAds.putPublisherFirstPartyIdEnabled(false)\u003c/code\u003e in your code.\u003c/p\u003e\n"],["\u003cp\u003eWhile the name and API have changed, existing same app key activations for SDK versions 21.4.0 to 22.5.0 remain unaffected.\u003c/p\u003e\n"],["\u003cp\u003eRefer to the Privacy strategies for Android page for key considerations regarding Google Play and Android privacy changes.\u003c/p\u003e\n"]]],["The key update involves the renaming of \"same app key\" to \"Publisher first-party ID\" within the Google Mobile Ads SDK, specifically in version 22.6.0. This change does not affect prior activations in SDK versions 21.4.0 to 22.5.0. Publisher first-party ID is designed to enhance ad relevance using app data. It's enabled by default, but can be disabled using `MobileAds.putPublisherFirstPartyIdEnabled(false)` in Kotlin or Java. Consult the linked documentation for privacy strategies related to Android.\n"],null,[]]