Requires authorization
Associates a creative with the specified campaign. This method creates a default ad with dimensions matching the creative in the campaign if such a default ad does not exist already. Try it now.
Request
HTTP request
POST https://www.googleapis.com/dfareporting/v3.3/userprofiles/profileId/campaigns/campaignId/campaignCreativeAssociations
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
campaignId |
long |
Campaign ID in this association. |
profileId |
long |
User profile ID associated with this request. |
Authorization
This request requires authorization with the following scope (read more about authentication and authorization).
Scope |
---|
https://www.googleapis.com/auth/dfatrafficking |
Request body
In the request body, supply a CampaignCreativeAssociations resource.
Response
If successful, this method returns a CampaignCreativeAssociations resource in the response body.
Try it!
Use the APIs Explorer below to call this method on live data and see the response.