google_api_analytics v0.7.0 GoogleApi.Analytics.V3.Model.LinkedForeignAccount View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.