Show / Hide Table of Contents

Class V1Resource

The "v1" collection of methods.

Inheritance
object
V1Resource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseDynamicLinks.v1
Assembly: Google.Apis.FirebaseDynamicLinks.v1.dll
Syntax
public class V1Resource

Constructors

V1Resource(IClientService)

Constructs a new resource.

Declaration
public V1Resource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

GetLinkStats(string)

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.

Declaration
public virtual V1Resource.GetLinkStatsRequest GetLinkStats(string dynamicLink)
Parameters
Type Name Description
string dynamicLink

Dynamic Link URL. e.g. https://abcd.app.goo.gl/wxyz

Returns
Type Description
V1Resource.GetLinkStatsRequest

InstallAttribution(GetIosPostInstallAttributionRequest)

Get iOS strong/weak-match info for post-install attribution.

Declaration
public virtual V1Resource.InstallAttributionRequest InstallAttribution(GetIosPostInstallAttributionRequest body)
Parameters
Type Name Description
GetIosPostInstallAttributionRequest body

The body of the request.

Returns
Type Description
V1Resource.InstallAttributionRequest

ReopenAttribution(GetIosReopenAttributionRequest)

Get iOS reopen attribution for app universal link open deeplinking.

Declaration
public virtual V1Resource.ReopenAttributionRequest ReopenAttribution(GetIosReopenAttributionRequest body)
Parameters
Type Name Description
GetIosReopenAttributionRequest body

The body of the request.

Returns
Type Description
V1Resource.ReopenAttributionRequest
In this article
Back to top Generated by DocFX