View Source GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaConnectedSiteTag (google_api_analytics_admin v0.21.0)

Configuration for a specific Connected Site Tag.

Attributes

  • displayName (type: String.t, default: nil) - Required. User-provided display name for the connected site tag. Must be less than 256 characters.
  • tagId (type: String.t, default: nil) - Required. "Tag ID to forward events to. Also known as the Measurement ID, or the "G-ID" (For example: G-12345).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaConnectedSiteTag{
    displayName: String.t() | nil,
    tagId: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.