קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הפונקציות הגלובליות הבאות עשויות לשמש לשליטה במידע מסוים
שנאספו על ידי Mobile Ads SDK.
מזהה מאינטראקציה ישירה של בעל האפליקציה, שנקרא בעבר מפתח אפליקציה זהה (SameAppKey)
כדי לעזור לך, ב-Google Mobile Ads SDK נעשה שימוש במזהה מאינטראקציה ישירה (First-Party) של בעל האפליקציה
להציג מודעות מותאמות אישית שרלוונטיות יותר למשתמשים על סמך הנתונים שנאספו מהאפליקציה
שהמשתמש משתמש בו.
מזהה מאינטראקציה ישירה של בעל האפליקציה מופעל כברירת מחדל, אבל אפשר להשבית אותו באמצעות
לפני האתחול:
ערכת C++ SDK של מודעות Google לנייד בודקת חריגים שמתרחשים באפליקציה ל-iOS,
מתעד אותן אם הן נגרמו על ידי ה-SDK. החריגים האלה נאספים כדי
יכולות למנוע אותן בגרסאות SDK עתידיות.
דיווח על קריסות מופעל כברירת מחדל. אם לא רוצים החרגות שקשורות ל-SDK
מוקלטת, אפשר להשבית את התכונה הזו על ידי קריאה
DisableSDKCrashReporting(). הזמן הטוב ביותר להפעיל את השיטה הזו הוא
שהאפליקציה מופעלת:
אם לאפליקציה יש דרישות מיוחדות ב-Android, אפשר להגדיר
SharedPreferencesgad_has_consent_for_cookies לצפייה
הסכמה לשימוש בקובצי cookie
בקטע 'מדריך ההגדרות הגלובליות של Android', ניתן לקרוא מידע נוסף בנושא.
[[["התוכן קל להבנה","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"]],["עדכון אחרון: 2024-09-10 (שעון UTC)."],[[["The Google Mobile Ads C++ SDK is deprecated as of June 17, 2024 and will reach End-of-Maintenance on June 17, 2025, with no further updates or bug fixes after that date."],["Developers should consider using the iOS and Android SDKs from AdMob instead of the Google Mobile Ads C++ SDK."],["The SDK includes features like Publisher first-party ID (enabled by default) for personalized ads and crash reporting (iOS only, enabled by default)."],["Developers can control these features, including disabling Publisher first-party ID and crash reporting, using provided code snippets."],["For Android, specific consent requirements related to cookies can be addressed using SharedPreferences."]]],["The Google Mobile Ads C++ SDK is deprecated as of June 17, 2024, and will reach End-of-Maintenance on June 17, 2025. Consider using the AdMob iOS and Android SDKs instead. Publisher first-party ID, enabled by default, can be disabled via `SetIsSameAppKeyEnabled(false)`. For iOS, crash reporting is on by default but can be disabled using `DisableSDKCrashReporting()`. Android consent for cookies can be set using `SharedPreferences` with `gad_has_consent_for_cookies`.\n"]]