Liking cljdoc? Tell your friends :D

happygapi.dfareporting.creativeGroups

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

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

get$clj

(get$ auth parameters)

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.4/creativeGroups/get

Required parameters: id, profileId

Optional parameters: none

Gets one creative group by ID.

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.4/creativeGroups/get

Required parameters: id, profileId

Optional parameters: none

Gets one creative group by ID.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: profileId

Optional parameters: none

Body:

{:accountId string, :advertiserId string, :advertiserIdDimensionValue {:dimensionName string, :etag string, :id string, :kind string, :matchType string, :value string}, :groupNumber integer, :id string, :kind string, :name string, :subaccountId string}

Inserts a new creative group.

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

Required parameters: profileId

Optional parameters: none

Body: 

{:accountId string,
 :advertiserId string,
 :advertiserIdDimensionValue {:dimensionName string,
                              :etag string,
                              :id string,
                              :kind string,
                              :matchType string,
                              :value string},
 :groupNumber integer,
 :id string,
 :kind string,
 :name string,
 :subaccountId string}

Inserts a new creative group.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.4/creativeGroups/list

Required parameters: profileId

Optional parameters: groupNumber, ids, searchString, pageToken, sortField, advertiserIds, sortOrder, maxResults

Retrieves a list of creative groups, possibly filtered. This method supports paging.

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.4/creativeGroups/list

Required parameters: profileId

Optional parameters: groupNumber, ids, searchString, pageToken, sortField, advertiserIds, sortOrder, maxResults

Retrieves a list of creative groups, possibly filtered. This method supports paging.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.4/creativeGroups/patch

Required parameters: id, profileId

Optional parameters: none

Body:

{:accountId string, :advertiserId string, :advertiserIdDimensionValue {:dimensionName string, :etag string, :id string, :kind string, :matchType string, :value string}, :groupNumber integer, :id string, :kind string, :name string, :subaccountId string}

Updates an existing creative group. This method supports patch semantics.

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.4/creativeGroups/patch

Required parameters: id, profileId

Optional parameters: none

Body: 

{:accountId string,
 :advertiserId string,
 :advertiserIdDimensionValue {:dimensionName string,
                              :etag string,
                              :id string,
                              :kind string,
                              :matchType string,
                              :value string},
 :groupNumber integer,
 :id string,
 :kind string,
 :name string,
 :subaccountId string}

Updates an existing creative group. This method supports patch semantics.
sourceraw docstring

update$clj

(update$ auth parameters body)

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.4/creativeGroups/update

Required parameters: profileId

Optional parameters: none

Body:

{:accountId string, :advertiserId string, :advertiserIdDimensionValue {:dimensionName string, :etag string, :id string, :kind string, :matchType string, :value string}, :groupNumber integer, :id string, :kind string, :name string, :subaccountId string}

Updates an existing creative group.

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.4/creativeGroups/update

Required parameters: profileId

Optional parameters: none

Body: 

{:accountId string,
 :advertiserId string,
 :advertiserIdDimensionValue {:dimensionName string,
                              :etag string,
                              :id string,
                              :kind string,
                              :matchType string,
                              :value string},
 :groupNumber integer,
 :id string,
 :kind string,
 :name string,
 :subaccountId string}

Updates an existing creative group.
sourceraw docstring

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

× close