View Source GoogleApi.MarketingPlatformAdmin.V1alpha.Model.AnalyticsAccountLink (google_api_marketing_platform_admin v0.4.0)

A resource message representing the link between a Google Analytics account and a Google Marketing Platform organization.

Attributes

  • analyticsAccount (type: String.t, default: nil) - Required. Immutable. The resource name of the AnalyticsAdmin API account. The account ID will be used as the ID of this AnalyticsAccountLink resource, which will become the final component of the resource name. Format: analyticsadmin.googleapis.com/accounts/{account_id}
  • displayName (type: String.t, default: nil) - Output only. The human-readable name for the Analytics account.
  • linkVerificationState (type: String.t, default: nil) - Output only. The verification state of the link between the Analytics account and the parent organization.
  • name (type: String.t, default: nil) - Identifier. Resource name of this AnalyticsAccountLink. Note the resource ID is the same as the ID of the Analtyics account. Format: organizations/{org_id}/analyticsAccountLinks/{analytics_account_link_id} Example: "organizations/xyz/analyticsAccountLinks/1234"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MarketingPlatformAdmin.V1alpha.Model.AnalyticsAccountLink{
  analyticsAccount: String.t() | nil,
  displayName: String.t() | nil,
  linkVerificationState: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.