Liking cljdoc? Tell your friends :D

happygapi.dfareporting.subaccounts

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

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

get$clj

(get$ auth parameters)

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

Required parameters: id, profileId

Optional parameters: none

Gets one subaccount by ID.

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

Required parameters: id, profileId

Optional parameters: none

Gets one subaccount by ID.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: profileId

Optional parameters: none

Body:

{:accountId string, :availablePermissionIds [string], :id string, :kind string, :name string}

Inserts a new subaccount.

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

Required parameters: profileId

Optional parameters: none

Body: 

{:accountId string,
 :availablePermissionIds [string],
 :id string,
 :kind string,
 :name string}

Inserts a new subaccount.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: profileId

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

Gets a list of subaccounts, possibly filtered. This method supports paging.

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

Required parameters: profileId

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

Gets a list of subaccounts, 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/subaccounts/patch

Required parameters: id, profileId

Optional parameters: none

Body:

{:accountId string, :availablePermissionIds [string], :id string, :kind string, :name string}

Updates an existing subaccount. This method supports patch semantics.

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

Required parameters: id, profileId

Optional parameters: none

Body: 

{:accountId string,
 :availablePermissionIds [string],
 :id string,
 :kind string,
 :name string}

Updates an existing subaccount. This method supports patch semantics.
sourceraw docstring

update$clj

(update$ auth parameters body)

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

Required parameters: profileId

Optional parameters: none

Body:

{:accountId string, :availablePermissionIds [string], :id string, :kind string, :name string}

Updates an existing subaccount.

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

Required parameters: profileId

Optional parameters: none

Body: 

{:accountId string,
 :availablePermissionIds [string],
 :id string,
 :kind string,
 :name string}

Updates an existing subaccount.
sourceraw docstring

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

× close