V1
class V1 extends Resource (View source)
The "v1" collection of methods.
Typical usage is:
$firebasedynamiclinksService = new Google\Service\FirebaseDynamicLinks(...);
$v1 = $firebasedynamiclinksService->v1;
Methods
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. (v1.getLinkStats)
Get iOS strong/weak-match info for post-install attribution.
Get iOS reopen attribution for app universal link open deeplinking.
Details
DynamicLinkStats
getLinkStats(string $dynamicLink, array $optParams = [])
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. (v1.getLinkStats)
GetIosPostInstallAttributionResponse
installAttribution(GetIosPostInstallAttributionRequest $postBody, array $optParams = [])
Get iOS strong/weak-match info for post-install attribution.
(v1.installAttribution)
GetIosReopenAttributionResponse
reopenAttribution(GetIosReopenAttributionRequest $postBody, array $optParams = [])
Get iOS reopen attribution for app universal link open deeplinking.
(v1.reopenAttribution)