Class TargetingTemplate
Contains properties of a targeting template. A targeting template encapsulates targeting information which can be reused across multiple ads.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class TargetingTemplate : IDirectResponseSchema
Properties
AccountId
Account ID of this targeting template. This field, if left unset, will be auto-generated on insert and is read-only after insert.
Declaration
[JsonProperty("accountId")]
public virtual long? AccountId { get; set; }
Property Value
Type | Description |
---|---|
long? |
AdvertiserId
Advertiser ID of this targeting template. This is a required field on insert and is read-only after insert.
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 |
DayPartTargeting
Time and day targeting criteria.
Declaration
[JsonProperty("dayPartTargeting")]
public virtual DayPartTargeting DayPartTargeting { get; set; }
Property Value
Type | Description |
---|---|
DayPartTargeting |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GeoTargeting
Geographical targeting criteria.
Declaration
[JsonProperty("geoTargeting")]
public virtual GeoTargeting GeoTargeting { get; set; }
Property Value
Type | Description |
---|---|
GeoTargeting |
Id
ID of this targeting template. This is a read-only, auto-generated field.
Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type | Description |
---|---|
long? |
KeyValueTargetingExpression
Key-value targeting criteria.
Declaration
[JsonProperty("keyValueTargetingExpression")]
public virtual KeyValueTargetingExpression KeyValueTargetingExpression { get; set; }
Property Value
Type | Description |
---|---|
KeyValueTargetingExpression |
Kind
Identifies what kind of resource this is. Value: the fixed string "dfareporting#targetingTemplate".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
LanguageTargeting
Language targeting criteria.
Declaration
[JsonProperty("languageTargeting")]
public virtual LanguageTargeting LanguageTargeting { get; set; }
Property Value
Type | Description |
---|---|
LanguageTargeting |
ListTargetingExpression
Remarketing list targeting criteria.
Declaration
[JsonProperty("listTargetingExpression")]
public virtual ListTargetingExpression ListTargetingExpression { get; set; }
Property Value
Type | Description |
---|---|
ListTargetingExpression |
Name
Name of this targeting template. This field is required. It must be less than 256 characters long and unique within an advertiser.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SubaccountId
Subaccount ID of this targeting template. This field, if left unset, will be auto-generated on insert and is read-only after insert.
Declaration
[JsonProperty("subaccountId")]
public virtual long? SubaccountId { get; set; }
Property Value
Type | Description |
---|---|
long? |
TechnologyTargeting
Technology platform targeting criteria.
Declaration
[JsonProperty("technologyTargeting")]
public virtual TechnologyTargeting TechnologyTargeting { get; set; }
Property Value
Type | Description |
---|---|
TechnologyTargeting |