Liking cljdoc? Tell your friends :D

happygapi.dfareporting.creativeGroups

Campaign Manager 360 API: creativeGroups. 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/creativeGroups

Campaign Manager 360 API: creativeGroups.
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/creativeGroups
raw docstring

get$clj

(get$ auth parameters)

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

Required parameters: profileId, id

Optional parameters: none

Gets one creative group by ID.

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

Required parameters: profileId, id

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.5/creativeGroups/insert

Required parameters: profileId

Optional parameters: none

Body:

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

Inserts a new creative group.

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

Required parameters: profileId

Optional parameters: none

Body: 

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

Inserts a new creative group.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.5/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.5/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.5/creativeGroups/patch

Required parameters: profileId, id

Optional parameters: none

Body:

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

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

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

Required parameters: profileId, id

Optional parameters: none

Body: 

{:kind string,
 :subaccountId string,
 :id string,
 :advertiserId string,
 :name string,
 :groupNumber integer,
 :advertiserIdDimensionValue {:kind string,
                              :dimensionName string,
                              :matchType string,
                              :value string,
                              :etag string,
                              :id string},
 :accountId 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.5/creativeGroups/update

Required parameters: profileId

Optional parameters: none

Body:

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

Updates an existing creative group.

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

Required parameters: profileId

Optional parameters: none

Body: 

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

Updates an existing creative group.
sourceraw docstring

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

× close