Skip to main content

targeting_templates

Overview

Nametargeting_templates
TypeResource
Idgoogleads.dfareporting.targeting_templates

Fields

NameDatatypeDescription
idstringID of this targeting template. This is a read-only, auto-generated field.
namestringName of this targeting template. This field is required. It must be less than 256 characters long and unique within an advertiser.
subaccountIdstringSubaccount ID of this targeting template. This field, if left unset, will be auto-generated on insert and is read-only after insert.
advertiserIdDimensionValueobjectRepresents a DimensionValue resource.
keyValueTargetingExpressionobjectKey Value Targeting Expression.
accountIdstringAccount ID of this targeting template. This field, if left unset, will be auto-generated on insert and is read-only after insert.
advertiserIdstringAdvertiser ID of this targeting template. This is a required field on insert and is read-only after insert.
technologyTargetingobjectTechnology Targeting.
listTargetingExpressionobjectRemarketing List Targeting Expression.
dayPartTargetingobjectDay Part Targeting.
geoTargetingobjectGeographical Targeting.
kindstringIdentifies what kind of resource this is. Value: the fixed string "dfareporting#targetingTemplate".
languageTargetingobjectLanguage Targeting.

Methods

NameAccessible byRequired ParamsDescription
targetingTemplates_getSELECTid, profileIdGets one targeting template by ID.
targetingTemplates_listSELECTprofileIdRetrieves a list of targeting templates, optionally filtered. This method supports paging.
targetingTemplates_insertEXECprofileIdInserts a new targeting template.
targetingTemplates_patchEXECid, profileIdUpdates an existing targeting template. This method supports patch semantics.
targetingTemplates_updateEXECprofileIdUpdates an existing targeting template.