Liking cljdoc? Tell your friends :D

happygapi.dfareporting.accounts

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

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

get$clj

(get$ auth parameters)

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

Required parameters: id, profileId

Optional parameters: none

Gets one account by ID.

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

Required parameters: id, profileId

Optional parameters: none

Gets one account by ID.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: profileId

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

Retrieves the list of accounts, possibly filtered. This method supports paging.

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

Required parameters: profileId

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

Retrieves the list of accounts, 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/accounts/patch

Required parameters: id, profileId

Optional parameters: none

Body:

{:description string, :activeViewOptOut boolean, :accountPermissionIds [string], :locale string, :name string, :activeAdsLimitTier string, :maximumImageSize string, :accountProfile string, :reportsConfiguration {:exposureToConversionEnabled boolean, :lookbackConfiguration LookbackConfiguration, :reportGenerationTimeZoneId string}, :availablePermissionIds [string], :active boolean, :defaultCreativeSizeId string, :id string, :kind string, :currencyId string, :countryId string, :teaserSizeLimit string, :shareReportsWithTwitter boolean, :nielsenOcrEnabled boolean}

Updates an existing account. This method supports patch semantics.

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

Required parameters: id, profileId

Optional parameters: none

Body: 

{:description string,
 :activeViewOptOut boolean,
 :accountPermissionIds [string],
 :locale string,
 :name string,
 :activeAdsLimitTier string,
 :maximumImageSize string,
 :accountProfile string,
 :reportsConfiguration {:exposureToConversionEnabled boolean,
                        :lookbackConfiguration LookbackConfiguration,
                        :reportGenerationTimeZoneId string},
 :availablePermissionIds [string],
 :active boolean,
 :defaultCreativeSizeId string,
 :id string,
 :kind string,
 :currencyId string,
 :countryId string,
 :teaserSizeLimit string,
 :shareReportsWithTwitter boolean,
 :nielsenOcrEnabled boolean}

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

update$clj

(update$ auth parameters body)

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

Required parameters: profileId

Optional parameters: none

Body:

{:description string, :activeViewOptOut boolean, :accountPermissionIds [string], :locale string, :name string, :activeAdsLimitTier string, :maximumImageSize string, :accountProfile string, :reportsConfiguration {:exposureToConversionEnabled boolean, :lookbackConfiguration LookbackConfiguration, :reportGenerationTimeZoneId string}, :availablePermissionIds [string], :active boolean, :defaultCreativeSizeId string, :id string, :kind string, :currencyId string, :countryId string, :teaserSizeLimit string, :shareReportsWithTwitter boolean, :nielsenOcrEnabled boolean}

Updates an existing account.

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

Required parameters: profileId

Optional parameters: none

Body: 

{:description string,
 :activeViewOptOut boolean,
 :accountPermissionIds [string],
 :locale string,
 :name string,
 :activeAdsLimitTier string,
 :maximumImageSize string,
 :accountProfile string,
 :reportsConfiguration {:exposureToConversionEnabled boolean,
                        :lookbackConfiguration LookbackConfiguration,
                        :reportGenerationTimeZoneId string},
 :availablePermissionIds [string],
 :active boolean,
 :defaultCreativeSizeId string,
 :id string,
 :kind string,
 :currencyId string,
 :countryId string,
 :teaserSizeLimit string,
 :shareReportsWithTwitter boolean,
 :nielsenOcrEnabled boolean}

Updates an existing account.
sourceraw docstring

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

× close