Skip to content

Commit 43edcc6

Browse files
authored
Add test for new Analytics conversion feature (#841)
1 parent 0d7e46d commit 43edcc6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

analytics/testapp/Assets/Firebase/Sample/Analytics/UIHandler.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ void InitializeFirebase() {
6262
FirebaseAnalytics.SetAnalyticsCollectionEnabled(true);
6363
DebugLog("Initiate on-device conversion measurement.");
6464
FirebaseAnalytics.InitiateOnDeviceConversionMeasurementWithEmailAddress("[email protected]");
65+
DebugLog("Initiate on-device conversion measurement (phone number).");
66+
FirebaseAnalytics.InitiateOnDeviceConversionMeasurementWithPhoneNumber("+15551234567");
6567

6668
DebugLog("Set user properties.");
6769
// Set the user's sign up method.

docs/readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ Support
7171

7272
Release Notes
7373
-------------
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+
7480
### 11.4.0
7581
- Changes
7682
- General: Update to Firebase C++ SDK version 11.4.0.

0 commit comments

Comments
 (0)