Class V1Resource.GetLinkStatsRequest
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.
Inheritance
V1Resource.GetLinkStatsRequest
Inherited Members
Namespace: Google.Apis.FirebaseDynamicLinks.v1
Assembly: Google.Apis.FirebaseDynamicLinks.v1.dll
Syntax
public class V1Resource.GetLinkStatsRequest : FirebaseDynamicLinksBaseServiceRequest<DynamicLinkStats>, IClientServiceRequest<DynamicLinkStats>, IClientServiceRequest
Constructors
GetLinkStatsRequest(IClientService, string)
Constructs a new GetLinkStats request.
Declaration
public GetLinkStatsRequest(IClientService service, string dynamicLink)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | dynamicLink |
Properties
DurationDays
The span of time requested in days.
Declaration
[RequestParameter("durationDays", RequestParameterType.Query)]
public virtual long? DurationDays { get; set; }
Property Value
Type | Description |
---|---|
long? |
DynamicLink
Dynamic Link URL. e.g. https://abcd.app.goo.gl/wxyz
Declaration
[RequestParameter("dynamicLink", RequestParameterType.Path)]
public virtual string DynamicLink { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
SdkVersion
Google SDK version. Version takes the form "$major.$minor.$patch"
Declaration
[RequestParameter("sdkVersion", RequestParameterType.Query)]
public virtual string SdkVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes GetLinkStats parameter list.
Declaration
protected override void InitParameters()