Class RemarketingList
Contains properties of a 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 can be used to manage remarketing lists that are owned by your advertisers. To see all remarketing lists that are visible to your advertisers, including those that are shared to your advertiser or account, use the TargetableRemarketingLists resource.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class RemarketingList : IDirectResponseSchema
Properties
AccountId
Account ID of this remarketing list. This is a read-only, auto-generated field that is only returned in GET requests.
Declaration
[JsonProperty("accountId")]
public virtual long? AccountId { get; set; }
Property Value
Type | Description |
---|---|
long? |
Active
Whether this remarketing list is active.
Declaration
[JsonProperty("active")]
public virtual bool? Active { get; set; }
Property Value
Type | Description |
---|---|
bool? |
AdvertiserId
Dimension value for the advertiser ID that owns this remarketing list. This is a required field.
Declaration
[JsonProperty("advertiserId")]
public virtual long? AdvertiserId { get; set; }
Property Value
Type | Description |
---|---|
long? |
AdvertiserIdDimensionValue
Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.
Declaration
[JsonProperty("advertiserIdDimensionValue")]
public virtual DimensionValue AdvertiserIdDimensionValue { get; set; }
Property Value
Type | Description |
---|---|
DimensionValue |
Description
Remarketing list description.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Remarketing list ID. This is a read-only, auto-generated field.
Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type | Description |
---|---|
long? |
Kind
Identifies what kind of resource this is. Value: the fixed string "dfareporting#remarketingList".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
LifeSpan
Number of days that a user should remain in the remarketing list without an impression. Acceptable values are 1 to 540, inclusive.
Declaration
[JsonProperty("lifeSpan")]
public virtual long? LifeSpan { get; set; }
Property Value
Type | Description |
---|---|
long? |
ListPopulationRule
Rule used to populate the remarketing list with users.
Declaration
[JsonProperty("listPopulationRule")]
public virtual ListPopulationRule ListPopulationRule { get; set; }
Property Value
Type | Description |
---|---|
ListPopulationRule |
ListSize
Number of users currently in the list. This is a read-only field.
Declaration
[JsonProperty("listSize")]
public virtual long? ListSize { get; set; }
Property Value
Type | Description |
---|---|
long? |
ListSource
Product from which this remarketing list was originated.
Declaration
[JsonProperty("listSource")]
public virtual string ListSource { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Name of the remarketing list. This is a required field. Must be no greater than 128 characters long.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SubaccountId
Subaccount ID of this remarketing list. This is a read-only, auto-generated field that is only returned in GET requests.
Declaration
[JsonProperty("subaccountId")]
public virtual long? SubaccountId { get; set; }
Property Value
Type | Description |
---|---|
long? |