Get Link Stats
|
|||||
|
|
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
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- View and administer all your Firebase data and settings
Input
This building block consumes 3 input parameters
Name | Format | Description |
---|---|---|
dynamicLink Required |
STRING |
Dynamic Link URL. e.g. https://abcd.app.goo.gl/wxyz |
durationDays |
INTEGER |
The span of time requested in days |
sdkVersion |
STRING |
Google SDK version. Version takes the form "$major.$minor.$patch" |
= Parameter name
= Format
dynamicLink STRING Required Dynamic Link URL. e.g. https://abcd.app.goo.gl/wxyz |
durationDays INTEGER The span of time requested in days |
sdkVersion STRING Google SDK version. Version takes the form "$major.$minor.$patch" |
Output
This building block provides 4 output parameters
Name | Format | Description |
---|---|---|
linkEventStats[] |
OBJECT |
Dynamic Link event stat |
linkEventStats[].platform |
ENUMERATION |
Requested platform |
linkEventStats[].count |
INTEGER |
The number of times this event occurred |
linkEventStats[].event |
ENUMERATION |
Link event |
= Parameter name
= Format
linkEventStats[] OBJECT Dynamic Link event stat |
linkEventStats[].platform ENUMERATION Requested platform |
linkEventStats[].count INTEGER The number of times this event occurred |
linkEventStats[].event ENUMERATION Link event |