google_api_firebase_dynamic_links v0.0.1 GoogleApi.FirebaseDynamicLinks.V1.Api.V1 View Source
API calls for all endpoints tagged V1.
Link to this section Summary
Functions
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
Link to this section Functions
Link to this function
firebasedynamiclinks_get_link_stats(connection, dynamic_link, opts \\ [])
View Source
firebasedynamiclinks_get_link_stats(Tesla.Env.client, String.t, keyword) :: {:ok, GoogleApi.FirebaseDynamicLinks.V1.Model.DynamicLinkStats.t} | {:error, Tesla.Env.t}
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.
Parameters
- connection (GoogleApi.FirebaseDynamicLinks.V1.Connection): Connection to server
- dynamic_link (String): Dynamic Link URL. e.g. https://abcd.app.goo.gl/wxyz
opts (KeywordList): [optional] Optional parameters
- :bearer_token (String): OAuth bearer token.
- :oauth_token (String): OAuth 2.0 token for the current user.
- :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
- :pretty_print (Boolean): Returns response with indentations and line breaks.
- :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
- :fields (String): Selector specifying which fields to include in a partial response.
- :callback (String): JSONP
- :__/xgafv (String): V1 error format.
- :alt (String): Data format for response.
- :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
- :access_token (String): OAuth access token.
- :quota_user (String): Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
- :pp (Boolean): Pretty-print response.
- :duration_days (String): The span of time requested in days.
Returns
{:ok, %GoogleApi.FirebaseDynamicLinks.V1.Model.DynamicLinkStats{}} on success {:error, info} on failure