קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
כדי להבין איך מאמצי השיווק שלכם משפיעים על הביצועים ולייעל את ההשקעות בפרסום, חשוב מאוד להטמיע פתרונות מדידה עמידים. הפתרון של Google למדידת המרות במכשיר מגדיל את מספר ההמרות הגלויות, וכך משפר את הדיווח והאופטימיזציה בקמפיינים לקידום אפליקציות ל-iOS באופן ששומר על הפרטיות.
במדריכים האלה נסביר איך פועלים הפתרונות האלה ונלמד את השלבים הנדרשים להטמעתם.
איך זה עובד?
מדידת ההמרות במכשיר עוזרת למדוד התקנות של אפליקציות ופעולות בתוך אפליקציות, שנובעות מהקמפיינים לקידום אפליקציות ל-iOS, תוך שמירה על הפרטיות של נתוני המשתמשים. יש שני וריאנטים של הפתרון הזה: שימוש בנתונים מאינטראקציה ישירה (First-Party) ושימוש בנתוני אירועים זמניים באפליקציה שהוסרו מהם פרטי הזיהוי.
המדידה במכשיר פועלת במכשירים עם iOS מגרסה 12 ומעלה. לכל גרסה של הפתרון יש דרישות הטמעה משלה. כדי להפעיל כל אחת מהן, צריך לוודא שהגרסה של האפליקציה כוללת את הספרייה GoogleAdsOnDeviceConversion:
כדי לקבל נתונים מאינטראקציה ישירה, צריך לקבל מהמשתמשים כתובת אימייל או מספר טלפון שהם סיפקו בהסכמה. באמצעות ה-API, ה-SDK של Google Analytics for Firebase משתמש בכתובת האימייל או במספר הטלפון לצורך שיוך (Attribution), כך שמעולם לא נשלחים מהמכשיר נתונים אישיים כאלה באופן שאפשר לזהות באמצעותם את המשתמש או את המכשיר.
אתם יכולים להשתמש באימות ב-Firebase כדי לאפשר למשתמשים להיכנס לאפליקציה שלכם באמצעות שיטה אחת או יותר לכניסה. אחרי השילוב עם Firebase Authentication, תוכלו לקבל את כתובת האימייל או מספר הטלפון של המשתמש שנכנס לחשבון כדי להתחיל מעקב המרות במכשיר.
לגבי נתוני אירועים, צריך לוודא שהגרסה העדכנית ביותר של ה-SDK של Google Analytics for Firebase מוגדרת באפליקציה, ואם רלוונטי, לוודא שכל האירועים המותאמים אישית שנבחרו מתועדים ביומן. האירועים המרכזיים האלה צריכים להתאים לפעולות או להמרות החשובות ביותר שאתם רוצים למדוד בקמפיינים ל-iOS.
האם אפשר להשתמש בשתי השיטות?
בהחלט! הגישות האלה לא בלעדיות זו לזו. למפרסמים שמפעילים קמפיינים לקידום אפליקציה ל-iOS, אנחנו ממליצים להטמיע את שתי הגרסאות של הפתרון הזה כדי לקבל דוחות מדויקים ולמקסם את הביצועים.
שילוב של שתי השיטות מספק גישה מקיפה יותר למדידת הביצועים, תוך שמירה על פרטיות המשתמשים.
[[["התוכן קל להבנה","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-25 (שעון UTC)."],[],[],null,["Implementing durable measurement strategies is crucial for understanding the\nimpact of your marketing efforts and optimizing your investments. Google's\non-device conversion measurement improves the amount of observable conversions\nto enhance campaign optimization and reporting for your iOS App campaigns in a\nprivacy-preserving manner.\n\nIn these tutorials, you'll learn how these solutions work and follow along with the steps needed to implement them.\n\nHow does this work?\n\nOn-device conversion measurement helps measure app installs and in-app actions\nfrom your iOS App campaigns while keeping user data private. There are two\nvariants of this solution: using first-party data and using de-identified,\ntemporary app event data.\n\nTo learn more about the privacy-preserving benefits of on-device conversion\nmeasurement, view the [Google Ads Help Center article](https://support.google.com/google-ads/answer/12119136).\n\nHow will my team implement it?\n\nOn-device measurement works on devices running iOS 12+. Each variant of this\nsolution has specific implementation requirements. In order to activate each,\nyou will need to verify your app's build includes the\n`GoogleAdsOnDeviceConversion` library:\n\n- For **first-party data**, you need a consented, user-provided email address or\n phone number. Through the API, the email address or phone number is used by the\n Google Analytics for Firebase SDK for attribution such that this personal data\n is never sent off the device in a way that can identify the user or device.\n\n You can use Firebase Authentication to allow users to sign in to your app\n using one or more sign-in methods. Once integrated with Firebase\n Authentication, you can get the signed-in user's email or phone number to\n initiate on-device conversion measurement.\n- For **event data** , verify that the latest version of the\n Google Analytics for Firebase SDK is configured in your app, and if\n applicable, that any selected custom events are logged. These\n [key events](https://support.google.com/analytics/answer/9267568) should\n align with the most important actions or conversions you want to measure for\n your iOS campaigns.\n\nCan I use both techniques?\n\nAbsolutely! These approaches are not mutually exclusive. For advertisers running\niOS app campaigns, we recommend implementing both variants of this solution to\nmaximize performance and reporting benefits.\n\nCombining both methods provides a more comprehensive approach to measurement\nwhile respecting user privacy.\n\nWhat's next?\n\nFollow along in the step-by-step tutorials:\n\n- On-device conversion measurement [using first-party data](/docs/tutorials/ads-ios-on-device-measurement/index-first-party)\n- On-device conversion measurement [using event data](/docs/tutorials/ads-ios-on-device-measurement-event-data/index-event-driven)"]]