Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.dfareporting.sizes

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

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

get$clj

(get$ auth parameters)

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

Required parameters: profileId, id

Optional parameters: none

Gets one size by ID.

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

Required parameters: profileId, id

Optional parameters: none

Gets one size by ID.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: profileId

Optional parameters: none

Body:

{:width integer, :kind string, :height integer, :iab boolean, :id string}

Inserts a new size.

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

Required parameters: profileId

Optional parameters: none

Body: 

{:width integer,
 :kind string,
 :height integer,
 :iab boolean,
 :id string}

Inserts a new size.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: profileId

Optional parameters: ids, height, width, iabStandard

Retrieves a list of sizes, possibly filtered. Retrieved sizes are globally unique and may include values not currently in use by your account. Due to this, the list of sizes returned by this method may differ from the list seen in the Trafficking UI.

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

Required parameters: profileId

Optional parameters: ids, height, width, iabStandard

Retrieves a list of sizes, possibly filtered. Retrieved sizes are globally unique and may include values not currently in use by your account. Due to this, the list of sizes returned by this method may differ from the list seen in the Trafficking UI.
sourceraw docstring

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

× close