Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.dfareporting.campaignCreativeAssociations

DCM/DFA Reporting And Trafficking API: campaignCreativeAssociations. Manages your DoubleClick Campaign Manager ad campaigns and reports. See: https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.4/campaignCreativeAssociations

DCM/DFA Reporting And Trafficking API: campaignCreativeAssociations.
Manages your DoubleClick Campaign Manager ad campaigns and reports.
See: https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.4/campaignCreativeAssociations
raw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: campaignId, profileId

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.4/campaignCreativeAssociations/insert

Required parameters: campaignId, profileId

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.4/campaignCreativeAssociations/list

Required parameters: campaignId, profileId

Optional parameters: maxResults, pageToken, 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.4/campaignCreativeAssociations/list

Required parameters: campaignId, profileId

Optional parameters: maxResults, pageToken, 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