קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
במאמר אסטרטגיות פרטיות ל-Android מפורטות שיקולים חשובים שצריך לקחת בחשבון כשמכינים את האפליקציה לקראת השינויים בנושא פרטיות ב-Google Play וב-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-06-06 (שעון UTC)."],[[["Publisher first-party ID (formerly same app key) in Google Mobile Ads SDK helps deliver personalized ads using app data and is enabled by default."],["You can disable Publisher first-party ID using `MobileAds.putPublisherFirstPartyIdEnabled(false)` in your app's code (Kotlin or Java)."],["This feature requires Google Mobile Ads SDK 21.4.0 or higher and the API name changed in version 22.6.0 but remains compatible with previous versions."],["For further guidance on Android privacy and Google Play compliance, refer to the Privacy strategies for Android resource."]]],["The content focuses on the transition from \"same app key\" to \"Publisher first-party ID\" within the Google Mobile Ads SDK. This ID, enabled by default, uses data from apps to personalize ads. It requires SDK version 21.4.0 or higher. Version 22.6.0 updated the API name, but previous versions (21.4.0 to 22.5.0) still work seamlessly. Publishers can disable the Publisher first-party ID using `MobileAds.putPublisherFirstPartyIdEnabled(false)` in Kotlin or Java. Also advises to check for Android privacy strategies.\n"]]