GoogleApi.DFAReporting.V4.Model.TargetableRemarketingList (google_api_dfa_reporting v0.31.0)
View SourceContains properties of a targetable remarketing list. Remarketing enables you to create lists of users who have performed specific actions on a site, then target ads to members of those lists. This resource is a read-only view of a remarketing list to be used to facilitate targeting ads to specific lists. Remarketing lists that are owned by your advertisers and those that are shared to your advertisers or account are accessible via this resource. To manage remarketing lists that are owned by your advertisers, use the RemarketingLists resource.
Attributes
-
accountId
(type:String.t
, default:nil
) - Account ID of this remarketing list. This is a read-only, auto-generated field that is only returned in GET requests. -
active
(type:boolean()
, default:nil
) - Whether this targetable remarketing list is active. -
advertiserId
(type:String.t
, default:nil
) - Dimension value for the advertiser ID that owns this targetable remarketing list. -
advertiserIdDimensionValue
(type:GoogleApi.DFAReporting.V4.Model.DimensionValue.t
, default:nil
) - Dimension value for the ID of the advertiser. -
description
(type:String.t
, default:nil
) - Targetable remarketing list description. -
id
(type:String.t
, default:nil
) - Targetable remarketing list ID. -
kind
(type:String.t
, default:nil
) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#targetableRemarketingList". -
lifeSpan
(type:String.t
, default:nil
) - Number of days that a user should remain in the targetable remarketing list without an impression. -
listSize
(type:String.t
, default:nil
) - Number of users currently in the list. This is a read-only field. -
listSource
(type:String.t
, default:nil
) - Product from which this targetable remarketing list was originated. -
name
(type:String.t
, default:nil
) - Name of the targetable remarketing list. Is no greater than 128 characters long. -
subaccountId
(type:String.t
, default:nil
) - Subaccount ID of this remarketing list. This is a read-only, auto-generated field that is only returned in GET requests.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DFAReporting.V4.Model.TargetableRemarketingList{ accountId: String.t() | nil, active: boolean() | nil, advertiserId: String.t() | nil, advertiserIdDimensionValue: GoogleApi.DFAReporting.V4.Model.DimensionValue.t() | nil, description: String.t() | nil, id: String.t() | nil, kind: String.t() | nil, lifeSpan: String.t() | nil, listSize: String.t() | nil, listSource: String.t() | nil, name: String.t() | nil, subaccountId: String.t() | nil }