docs: update docs/dyn (#1096)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/6f0f288a-a1e8-4b2d-a85f-00b1c6150185/targets
- [ ] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/synthtool/commit/39b7149da4026765385403632db3c6f63db96b2c
Source-Link: https://github.com/googleapis/synthtool/commit/9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9
Source-Link: https://github.com/googleapis/synthtool/commit/dc9903a8c30c3662b6098f0e4a97f221d67268b2
Source-Link: https://github.com/googleapis/synthtool/commit/7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58
Source-Link: https://github.com/googleapis/synthtool/commit/d5fc0bcf9ea9789c5b0e3154a9e3b29e5cea6116
Source-Link: https://github.com/googleapis/synthtool/commit/e89175cf074dccc4babb4eca66ae913696e47a71
Source-Link: https://github.com/googleapis/synthtool/commit/7d652819519dfa24da9e14548232e4aaba71a11c
Source-Link: https://github.com/googleapis/synthtool/commit/7db8a6c5ffb12a6e4c2f799c18f00f7f3d60e279
Source-Link: https://github.com/googleapis/synthtool/commit/1f1148d3c7a7a52f0c98077f976bd9b3c948ee2b
Source-Link: https://github.com/googleapis/synthtool/commit/2c8aecedd55b0480fb4e123b6e07fa5b12953862
Source-Link: https://github.com/googleapis/synthtool/commit/3d3e94c4e02370f307a9a200b0c743c3d8d19f29
Source-Link: https://github.com/googleapis/synthtool/commit/c7824ea48ff6d4d42dfae0849aec8a85acd90bd9
Source-Link: https://github.com/googleapis/synthtool/commit/ba9918cd22874245b55734f57470c719b577e591
Source-Link: https://github.com/googleapis/synthtool/commit/b19b401571e77192f8dd38eab5fb2300a0de9324
Source-Link: https://github.com/googleapis/synthtool/commit/6542bd723403513626f61642fc02ddca528409aa
diff --git a/docs/dyn/firebasedynamiclinks_v1.v1.html b/docs/dyn/firebasedynamiclinks_v1.v1.html
index a96d688..df601a1 100644
--- a/docs/dyn/firebasedynamiclinks_v1.v1.html
+++ b/docs/dyn/firebasedynamiclinks_v1.v1.html
@@ -78,7 +78,7 @@
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
- <code><a href="#getLinkStats">getLinkStats(dynamicLink, durationDays=None, sdkVersion=None, x__xgafv=None)</a></code></p>
+ <code><a href="#getLinkStats">getLinkStats(dynamicLink, sdkVersion=None, durationDays=None, x__xgafv=None)</a></code></p>
<p class="firstline">Fetches analytics stats of a short Dynamic Link for a given duration. Metrics include number of clicks, redirects, installs, app first opens, and app reopens.</p>
<p class="toc_element">
<code><a href="#installAttribution">installAttribution(body=None, x__xgafv=None)</a></code></p>
@@ -93,13 +93,13 @@
</div>
<div class="method">
- <code class="details" id="getLinkStats">getLinkStats(dynamicLink, durationDays=None, sdkVersion=None, x__xgafv=None)</code>
+ <code class="details" id="getLinkStats">getLinkStats(dynamicLink, sdkVersion=None, durationDays=None, x__xgafv=None)</code>
<pre>Fetches analytics stats of a short Dynamic Link for a given duration. Metrics include number of clicks, redirects, installs, app first opens, and app reopens.
Args:
dynamicLink: string, Dynamic Link URL. e.g. https://abcd.app.goo.gl/wxyz (required)
- durationDays: string, The span of time requested in days.
sdkVersion: string, Google SDK version. Version takes the form "$major.$minor.$patch"
+ durationDays: string, The span of time requested in days.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -112,8 +112,8 @@
"linkEventStats": [ # Dynamic Link event stats.
{ # Dynamic Link event stat.
"count": "A String", # The number of times this event occurred.
- "event": "A String", # Link event.
"platform": "A String", # Requested platform.
+ "event": "A String", # Link event.
},
],
}</pre>
@@ -129,21 +129,21 @@
{ # Request for iSDK to execute strong match flow for post-install attribution. This is meant for iOS requests only. Requests from other platforms will not be honored.
"visualStyle": "A String", # Strong match page information. Disambiguates between default UI and custom page to present when strong match succeeds/fails to find cookie.
- "sdkVersion": "A String", # Google SDK version. Version takes the form "$major.$minor.$patch"
- "retrievalMethod": "A String", # App post install attribution retrieval information. Disambiguates mechanism (iSDK or developer invoked) to retrieve payload from clicked link.
"bundleId": "A String", # APP bundle ID.
- "iosVersion": "A String", # iOS version, ie: 9.3.5. Consider adding "build".
+ "sdkVersion": "A String", # Google SDK version. Version takes the form "$major.$minor.$patch"
"uniqueMatchLinkToCheck": "A String", # Possible unique matched link that server need to check before performing fingerprint match. If passed link is short server need to expand the link. If link is long server need to vslidate the link.
- "appInstallationTime": "A String", # App installation epoch time (https://en.wikipedia.org/wiki/Unix_time). This is a client signal for a more accurate weak match.
"device": { # Signals associated with the device making the request. # Device information.
"languageCodeRaw": "A String", # Device language code raw setting. iOS does returns language code in different format than iOS WebView. For example WebView returns en_US, but iOS returns en-US. Field below will return raw value returned by iOS.
- "timezone": "A String", # Device timezone setting.
- "screenResolutionWidth": "A String", # Device display resolution width.
- "languageCodeFromWebview": "A String", # Device language code setting obtained by executing JavaScript code in WebView.
- "languageCode": "A String", # Device language code setting.
- "screenResolutionHeight": "A String", # Device display resolution height.
"deviceModelName": "A String", # Device model name.
+ "screenResolutionHeight": "A String", # Device display resolution height.
+ "languageCode": "A String", # Device language code setting.
+ "timezone": "A String", # Device timezone setting.
+ "languageCodeFromWebview": "A String", # Device language code setting obtained by executing JavaScript code in WebView.
+ "screenResolutionWidth": "A String", # Device display resolution width.
},
+ "appInstallationTime": "A String", # App installation epoch time (https://en.wikipedia.org/wiki/Unix_time). This is a client signal for a more accurate weak match.
+ "iosVersion": "A String", # iOS version, ie: 9.3.5. Consider adding "build".
+ "retrievalMethod": "A String", # App post install attribution retrieval information. Disambiguates mechanism (iSDK or developer invoked) to retrieve payload from clicked link.
}
x__xgafv: string, V1 error format.
@@ -155,22 +155,22 @@
An object of the form:
{ # Response for iSDK to execute strong match flow for post-install attribution.
- "appMinimumVersion": "A String", # The minimum version for app, specified by dev through ?imv= parameter. Return to iSDK to allow app to evaluate if current version meets this.
- "requestIpVersion": "A String", # Which IP version the request was made from.
- "isStrongMatchExecutable": True or False, # Instruction for iSDK to attemmpt to perform strong match. For instance, if browser does not support/allow cookie or outside of support browsers, this will be false.
- "matchMessage": "A String", # Describes why match failed, ie: "discarded due to low confidence". This message will be publicly visible.
- "attributionConfidence": "A String", # The confidence of the returned attribution.
- "fallbackLink": "A String", # The link to navigate to update the app if min version is not met. This is either (in order): 1) fallback link (from ?ifl= parameter, if specified by developer) or 2) AppStore URL (from ?isi= parameter, if specified), or 3) the payload link (from required link= parameter).
- "requestedLink": "A String", # Entire FDL (short or long) attributed post-install via one of several techniques (fingerprint, copy unique).
- "utmContent": "A String", # Scion content value to be propagated by iSDK to Scion at app-reopen.
- "resolvedLink": "A String", # The entire FDL, expanded from a short link. It is the same as the requested_link, if it is long. Parameters from this should not be used directly (ie: server can default utm_[campaign|medium|source] to a value when requested_link lack them, server determine the best fallback_link when requested_link specifies >1 fallback links).
- "externalBrowserDestinationLink": "A String", # User-agent specific custom-scheme URIs for iSDK to open. This will be set according to the user-agent tha the click was originally made in. There is no Safari-equivalent custom-scheme open URLs. ie: googlechrome://www.example.com ie: firefox://open-url?url=http://www.example.com ie: opera-http://example.com
- "deepLink": "A String", # The deep-link attributed post-install via one of several techniques (fingerprint, copy unique).
"utmSource": "A String", # Scion source value to be propagated by iSDK to Scion at post-install.
- "utmTerm": "A String", # Scion term value to be propagated by iSDK to Scion at app-reopen.
- "utmCampaign": "A String", # Scion campaign value to be propagated by iSDK to Scion at post-install.
"invitationId": "A String", # Invitation ID attributed post-install via one of several techniques (fingerprint, copy unique).
+ "isStrongMatchExecutable": True or False, # Instruction for iSDK to attemmpt to perform strong match. For instance, if browser does not support/allow cookie or outside of support browsers, this will be false.
+ "fallbackLink": "A String", # The link to navigate to update the app if min version is not met. This is either (in order): 1) fallback link (from ?ifl= parameter, if specified by developer) or 2) AppStore URL (from ?isi= parameter, if specified), or 3) the payload link (from required link= parameter).
+ "utmTerm": "A String", # Scion term value to be propagated by iSDK to Scion at app-reopen.
+ "appMinimumVersion": "A String", # The minimum version for app, specified by dev through ?imv= parameter. Return to iSDK to allow app to evaluate if current version meets this.
+ "deepLink": "A String", # The deep-link attributed post-install via one of several techniques (fingerprint, copy unique).
"utmMedium": "A String", # Scion medium value to be propagated by iSDK to Scion at post-install.
+ "attributionConfidence": "A String", # The confidence of the returned attribution.
+ "externalBrowserDestinationLink": "A String", # User-agent specific custom-scheme URIs for iSDK to open. This will be set according to the user-agent tha the click was originally made in. There is no Safari-equivalent custom-scheme open URLs. ie: googlechrome://www.example.com ie: firefox://open-url?url=http://www.example.com ie: opera-http://example.com
+ "utmContent": "A String", # Scion content value to be propagated by iSDK to Scion at app-reopen.
+ "matchMessage": "A String", # Describes why match failed, ie: "discarded due to low confidence". This message will be publicly visible.
+ "resolvedLink": "A String", # The entire FDL, expanded from a short link. It is the same as the requested_link, if it is long. Parameters from this should not be used directly (ie: server can default utm_[campaign|medium|source] to a value when requested_link lack them, server determine the best fallback_link when requested_link specifies >1 fallback links).
+ "requestedLink": "A String", # Entire FDL (short or long) attributed post-install via one of several techniques (fingerprint, copy unique).
+ "requestIpVersion": "A String", # Which IP version the request was made from.
+ "utmCampaign": "A String", # Scion campaign value to be propagated by iSDK to Scion at post-install.
}</pre>
</div>
@@ -197,15 +197,15 @@
An object of the form:
{ # Response for iSDK to get reopen attribution for app universal link open deeplinking. This endpoint is meant for only iOS requests.
- "deepLink": "A String", # The deep-link attributed the app universal link open. For both regular FDL links and invite FDL links.
- "utmMedium": "A String", # Scion medium value to be propagated by iSDK to Scion at app-reopen.
- "invitationId": "A String", # Optional invitation ID, for only invite typed requested FDL links.
- "utmCampaign": "A String", # Scion campaign value to be propagated by iSDK to Scion at app-reopen.
- "utmTerm": "A String", # Scion term value to be propagated by iSDK to Scion at app-reopen.
"utmContent": "A String", # Scion content value to be propagated by iSDK to Scion at app-reopen.
- "iosMinAppVersion": "A String", # FDL input value of the "&imv=" parameter, minimum app version to be returned to Google Firebase SDK running on iOS-9.
"utmSource": "A String", # Scion source value to be propagated by iSDK to Scion at app-reopen.
+ "deepLink": "A String", # The deep-link attributed the app universal link open. For both regular FDL links and invite FDL links.
"resolvedLink": "A String", # The entire FDL, expanded from a short link. It is the same as the requested_link, if it is long.
+ "iosMinAppVersion": "A String", # FDL input value of the "&imv=" parameter, minimum app version to be returned to Google Firebase SDK running on iOS-9.
+ "utmMedium": "A String", # Scion medium value to be propagated by iSDK to Scion at app-reopen.
+ "utmTerm": "A String", # Scion term value to be propagated by iSDK to Scion at app-reopen.
+ "utmCampaign": "A String", # Scion campaign value to be propagated by iSDK to Scion at app-reopen.
+ "invitationId": "A String", # Optional invitation ID, for only invite typed requested FDL links.
}</pre>
</div>