Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.dfareporting.campaignCreativeAssociations

Campaign Manager 360 API: campaignCreativeAssociations. Build applications to efficiently manage large or complex trafficking, reporting, and attribution workflows for Campaign Manager 360. See: https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.5/campaignCreativeAssociations

Campaign Manager 360 API: campaignCreativeAssociations.
Build applications to efficiently manage large or complex trafficking, reporting, and attribution workflows for Campaign Manager 360.
See: https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.5/campaignCreativeAssociations
raw docstring

insert$clj

(insert$ auth parameters body)

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.5/campaignCreativeAssociations/insert

Required parameters: profileId, campaignId

Optional parameters: none

Body:

{:creativeId string, :kind string}

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.

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.5/campaignCreativeAssociations/insert

Required parameters: profileId, campaignId

Optional parameters: none

Body: 

{:creativeId string, :kind string}

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.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.5/campaignCreativeAssociations/list

Required parameters: profileId, campaignId

Optional parameters: pageToken, maxResults, sortOrder

Retrieves the list of creative IDs associated with the specified campaign. This method supports paging.

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.5/campaignCreativeAssociations/list

Required parameters: profileId, campaignId

Optional parameters: pageToken, maxResults, sortOrder

Retrieves the list of creative IDs associated with the specified campaign. This method supports paging.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close