Resource: TargetingTemplate
Contains properties of a targeting template. A targeting template encapsulates targeting information which can be reused across multiple ads.
JSON representation |
---|
{ "id": string, "accountId": string, "subaccountId": string, "advertiserId": string, "advertiserIdDimensionValue": { object ( |
Fields | |
---|---|
id |
ID of this targeting template. This is a read-only, auto-generated field. |
account |
Account ID of this targeting template. This field, if left unset, will be auto-generated on insert and is read-only after insert. |
subaccount |
Subaccount ID of this targeting template. This field, if left unset, will be auto-generated on insert and is read-only after insert. |
advertiser |
Advertiser ID of this targeting template. This is a required field on insert and is read-only after insert. |
advertiser |
Dimension value for the ID of the advertiser. This is a read-only, auto-generated field. |
name |
Name of this targeting template. This field is required. It must be less than 256 characters long and unique within an advertiser. |
geo |
Geographical targeting criteria. |
technology |
Technology platform targeting criteria. |
day |
Time and day targeting criteria. |
key |
Key-value targeting criteria. |
language |
Language targeting criteria. |
list |
Remarketing list targeting criteria. |
kind |
Identifies what kind of resource this is. Value: the fixed string
. |
Methods |
|
---|---|
|
Gets one targeting template by ID. |
|
Inserts a new targeting template. |
|
Retrieves a list of targeting templates, optionally filtered. |
|
Updates an existing targeting template. |
|
Updates an existing targeting template. |