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.
raw 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:

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

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

Inserts a new creative group.
raw 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.
raw docstring

patch$clj

(patch$ auth parameters body)

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

Required parameters: id, profileId

Optional parameters: none

Body:

{:advertiserId string, :name string, :advertiserIdDimensionValue {:dimensionName string, :value string, :kind string, :matchType string, :id string, :etag string}, :id string, :subaccountId string, :groupNumber integer, :kind 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: id, profileId

Optional parameters: none

Body: 

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

Updates an existing creative group. This method supports patch semantics.
raw 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:

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

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

Updates an existing creative group.
raw docstring

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

× close