AI-generated Key Takeaways
-
This content explains how to insert a new dynamic targeting key using the HTTP POST method.
-
Dynamic targeting keys must be created at the advertiser level and have a limit of 1000 per advertiser.
-
A maximum of 20 dynamic targeting keys can be assigned per ad, creative, or placement.
-
The process requires the
https://www.googleapis.com/auth/dfatrafficking
OAuth scope for authorization.
Inserts a new dynamic targeting key. Keys must be created at the advertiser level before being assigned to the advertiser's ads, creatives, or placements. There is a maximum of 1000 keys per advertiser, out of which a maximum of 20 keys can be assigned per ad, creative, or placement.
HTTP request
POST https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/dynamicTargetingKeys
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
profileId |
User profile ID associated with this request. |
Request body
The request body contains an instance of DynamicTargetingKey
.
Response body
If successful, the response body contains a newly created instance of DynamicTargetingKey
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking