View Source GoogleApi.Analytics.V3.Model.RemarketingAudience (google_api_analytics v0.15.0)
JSON template for an Analytics remarketing audience.
Attributes
-
accountId
(type:String.t
, default:nil
) - Account ID to which this remarketing audience belongs. -
audienceDefinition
(type:GoogleApi.Analytics.V3.Model.RemarketingAudienceAudienceDefinition.t
, default:nil
) - The simple audience definition that will cause a user to be added to an audience. -
audienceType
(type:String.t
, default:nil
) - The type of audience, either SIMPLE or STATE_BASED. -
created
(type:DateTime.t
, default:nil
) - Time this remarketing audience was created. -
description
(type:String.t
, default:nil
) - The description of this remarketing audience. -
id
(type:String.t
, default:nil
) - Remarketing Audience ID. -
internalWebPropertyId
(type:String.t
, default:nil
) - Internal ID for the web property to which this remarketing audience belongs. -
kind
(type:String.t
, default:analytics#remarketingAudience
) - Collection type. -
linkedAdAccounts
(type:list(GoogleApi.Analytics.V3.Model.LinkedForeignAccount.t)
, default:nil
) - The linked ad accounts associated with this remarketing audience. A remarketing audience can have only one linkedAdAccount currently. -
linkedViews
(type:list(String.t)
, default:nil
) - The views (profiles) that this remarketing audience is linked to. -
name
(type:String.t
, default:nil
) - The name of this remarketing audience. -
stateBasedAudienceDefinition
(type:GoogleApi.Analytics.V3.Model.RemarketingAudienceStateBasedAudienceDefinition.t
, default:nil
) - A state based audience definition that will cause a user to be added or removed from an audience. -
updated
(type:DateTime.t
, default:nil
) - Time this remarketing audience was last modified. -
webPropertyId
(type:String.t
, default:nil
) - Web property ID of the form UA-XXXXX-YY to which this remarketing audience belongs.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Analytics.V3.Model.RemarketingAudience{ accountId: String.t() | nil, audienceDefinition: GoogleApi.Analytics.V3.Model.RemarketingAudienceAudienceDefinition.t() | nil, audienceType: String.t() | nil, created: DateTime.t() | nil, description: String.t() | nil, id: String.t() | nil, internalWebPropertyId: String.t() | nil, kind: String.t() | nil, linkedAdAccounts: [GoogleApi.Analytics.V3.Model.LinkedForeignAccount.t()] | nil, linkedViews: [String.t()] | nil, name: String.t() | nil, stateBasedAudienceDefinition: GoogleApi.Analytics.V3.Model.RemarketingAudienceStateBasedAudienceDefinition.t() | nil, updated: DateTime.t() | nil, webPropertyId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.