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
System.Object
V1Resource.GetLinkStatsRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.FirebaseDynamicLinks.v1
Assembly: Google.Apis.FirebaseDynamicLinks.v1.dll
Syntax
public class 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 | |
| System.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 |
|---|---|
| System.Nullable<System.Int64> |
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 |
|---|---|
| System.String |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.FirebaseDynamicLinks.v1.Data.DynamicLinkStats>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.FirebaseDynamicLinks.v1.Data.DynamicLinkStats>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.FirebaseDynamicLinks.v1.Data.DynamicLinkStats>.RestPath
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 |
|---|---|
| System.String |
Methods
InitParameters()
Initializes GetLinkStats parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.FirebaseDynamicLinks.v1.FirebaseDynamicLinksBaseServiceRequest<Google.Apis.FirebaseDynamicLinks.v1.Data.DynamicLinkStats>.InitParameters()