You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/firebasedynamiclinks_v1.managedShortLinks.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ <h3>Method Details</h3>
98
98
"dynamicLinkInfo": { # Information about a Dynamic Link. # Information about the Dynamic Link to be shortened. [Learn more](https://firebase.google.com/docs/reference/dynamic-links/link-shortener).
99
99
"analyticsInfo": { # Tracking parameters supported by Dynamic Link. # Parameters used for tracking. See all tracking parameters in the [documentation](https://firebase.google.com/docs/dynamic-links/create-manually).
100
100
"googlePlayAnalytics": { # Parameters for Google Play Campaign Measurements. [Learn more](https://developers.google.com/analytics/devguides/collection/android/v4/campaigns#campaign-params) # Google Play Campaign Measurements.
101
-
"gclid": "A String", # [AdWords autotagging parameter](https://support.google.com/analytics/answer/1033981?hl=en); used to measure Google AdWords ads. This value is generated dynamically and should never be modified.
101
+
"gclid": "A String", # Deprecated; FDL SDK does not process nor log it.
102
102
"utmCampaign": "A String", # Campaign name; used for keyword analysis to identify a specific product promotion or strategic campaign.
103
103
"utmContent": "A String", # Campaign content; used for A/B testing and content-targeted ads to differentiate ads or links that point to the same URL.
104
104
"utmMedium": "A String", # Campaign medium; used to identify a medium such as email or cost-per-click.
@@ -168,7 +168,7 @@ <h3>Method Details</h3>
168
168
"info": { # Information about a Dynamic Link. # Full Dyamic Link info
169
169
"analyticsInfo": { # Tracking parameters supported by Dynamic Link. # Parameters used for tracking. See all tracking parameters in the [documentation](https://firebase.google.com/docs/dynamic-links/create-manually).
170
170
"googlePlayAnalytics": { # Parameters for Google Play Campaign Measurements. [Learn more](https://developers.google.com/analytics/devguides/collection/android/v4/campaigns#campaign-params) # Google Play Campaign Measurements.
171
-
"gclid": "A String", # [AdWords autotagging parameter](https://support.google.com/analytics/answer/1033981?hl=en); used to measure Google AdWords ads. This value is generated dynamically and should never be modified.
171
+
"gclid": "A String", # Deprecated; FDL SDK does not process nor log it.
172
172
"utmCampaign": "A String", # Campaign name; used for keyword analysis to identify a specific product promotion or strategic campaign.
173
173
"utmContent": "A String", # Campaign content; used for A/B testing and content-targeted ads to differentiate ads or links that point to the same URL.
174
174
"utmMedium": "A String", # Campaign medium; used to identify a medium such as email or cost-per-click.
Copy file name to clipboardExpand all lines: docs/dyn/firebasedynamiclinks_v1.shortLinks.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ <h3>Method Details</h3>
98
98
"dynamicLinkInfo": { # Information about a Dynamic Link. # Information about the Dynamic Link to be shortened. [Learn more](https://firebase.google.com/docs/reference/dynamic-links/link-shortener).
99
99
"analyticsInfo": { # Tracking parameters supported by Dynamic Link. # Parameters used for tracking. See all tracking parameters in the [documentation](https://firebase.google.com/docs/dynamic-links/create-manually).
100
100
"googlePlayAnalytics": { # Parameters for Google Play Campaign Measurements. [Learn more](https://developers.google.com/analytics/devguides/collection/android/v4/campaigns#campaign-params) # Google Play Campaign Measurements.
101
-
"gclid": "A String", # [AdWords autotagging parameter](https://support.google.com/analytics/answer/1033981?hl=en); used to measure Google AdWords ads. This value is generated dynamically and should never be modified.
101
+
"gclid": "A String", # Deprecated; FDL SDK does not process nor log it.
102
102
"utmCampaign": "A String", # Campaign name; used for keyword analysis to identify a specific product promotion or strategic campaign.
103
103
"utmContent": "A String", # Campaign content; used for A/B testing and content-targeted ads to differentiate ads or links that point to the same URL.
104
104
"utmMedium": "A String", # Campaign medium; used to identify a medium such as email or cost-per-click.
"description": "[AdWords autotagging parameter](https://support.google.com/analytics/answer/1033981?hl=en); used to measure Google AdWords ads. This value is generated dynamically and should never be modified.",
820
+
"description": "Deprecated; FDL SDK does not process nor log it.",
0 commit comments