google_api_analytics v0.5.0 GoogleApi.Analytics.V3.Model.RemarketingAudience View Source
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.
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 Sourcet() :: %GoogleApi.Analytics.V3.Model.RemarketingAudience{ accountId: String.t(), audienceDefinition: GoogleApi.Analytics.V3.Model.RemarketingAudienceAudienceDefinition.t(), audienceType: String.t(), created: DateTime.t(), description: String.t(), id: String.t(), internalWebPropertyId: String.t(), kind: String.t(), linkedAdAccounts: [GoogleApi.Analytics.V3.Model.LinkedForeignAccount.t()], linkedViews: [String.t()], name: String.t(), stateBasedAudienceDefinition: GoogleApi.Analytics.V3.Model.RemarketingAudienceStateBasedAudienceDefinition.t(), updated: DateTime.t(), webPropertyId: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.