File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
analytics/testapp/Assets/Firebase/Sample/Analytics Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ void InitializeFirebase() {
62
62
FirebaseAnalytics . SetAnalyticsCollectionEnabled ( true ) ;
63
63
DebugLog ( "Initiate on-device conversion measurement." ) ;
64
64
FirebaseAnalytics . InitiateOnDeviceConversionMeasurementWithEmailAddress ( "[email protected] " ) ;
65
+ DebugLog ( "Initiate on-device conversion measurement (phone number)." ) ;
66
+ FirebaseAnalytics . InitiateOnDeviceConversionMeasurementWithPhoneNumber ( "+15551234567" ) ;
65
67
66
68
DebugLog ( "Set user properties." ) ;
67
69
// Set the user's sign up method.
Original file line number Diff line number Diff line change @@ -71,6 +71,12 @@ Support
71
71
72
72
Release Notes
73
73
-------------
74
+ ### Upcoming Release
75
+ - Changes
76
+ - Analytics (iOS): Added InitiateOnDeviceConversionMeasurementWithPhoneNumber
77
+ function to facilitate the [ on-device conversion
78
+ measurement] ( https://support.google.com/google-ads/answer/12119136 ) API.
79
+
74
80
### 11.4.0
75
81
- Changes
76
82
- General: Update to Firebase C++ SDK version 11.4.0.
You can’t perform that action at this time.
0 commit comments