View Source GoogleApi.Analytics.V3.Model.LinkedForeignAccount (google_api_analytics v0.15.0)

JSON template for an Analytics Remarketing Audience Foreign Link.

Attributes

  • accountId (type: String.t, default: nil) - Account ID to which this linked foreign account belongs.
  • eligibleForSearch (type: boolean(), default: nil) - Boolean indicating whether this is eligible for search.
  • id (type: String.t, default: nil) - Entity ad account link ID.
  • internalWebPropertyId (type: String.t, default: nil) - Internal ID for the web property to which this linked foreign account belongs.
  • kind (type: String.t, default: analytics#linkedForeignAccount) - Resource type for linked foreign account.
  • linkedAccountId (type: String.t, default: nil) - The foreign account ID. For example the an Google Ads linkedAccountId has the following format XXX-XXX-XXXX.
  • remarketingAudienceId (type: String.t, default: nil) - Remarketing audience ID to which this linked foreign account belongs.
  • status (type: String.t, default: nil) - The status of this foreign account link.
  • type (type: String.t, default: nil) - The type of the foreign account. For example, ADWORDS_LINKS, DBM_LINKS, MCC_LINKS or OPTIMIZE.
  • webPropertyId (type: String.t, default: nil) - Web property ID of the form UA-XXXXX-YY to which this linked foreign account belongs.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Analytics.V3.Model.LinkedForeignAccount{
  accountId: String.t() | nil,
  eligibleForSearch: boolean() | nil,
  id: String.t() | nil,
  internalWebPropertyId: String.t() | nil,
  kind: String.t() | nil,
  linkedAccountId: String.t() | nil,
  remarketingAudienceId: String.t() | nil,
  status: String.t() | nil,
  type: String.t() | nil,
  webPropertyId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.