Liking cljdoc? Tell your friends :D

happygapi.dfareporting.accounts

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

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

get$clj

(get$ auth parameters)

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

Required parameters: profileId, id

Optional parameters: none

Gets one account by ID.

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

Required parameters: profileId, id

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.5/accounts/list

Required parameters: profileId

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

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

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

Required parameters: profileId

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

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.5/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 {:reportGenerationTimeZoneId string, :exposureToConversionEnabled boolean, :lookbackConfiguration LookbackConfiguration}, :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.5/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 {:reportGenerationTimeZoneId string,
                        :exposureToConversionEnabled boolean,
                        :lookbackConfiguration LookbackConfiguration},
 :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.5/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 {:reportGenerationTimeZoneId string, :exposureToConversionEnabled boolean, :lookbackConfiguration LookbackConfiguration}, :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.5/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 {:reportGenerationTimeZoneId string,
                        :exposureToConversionEnabled boolean,
                        :lookbackConfiguration LookbackConfiguration},
 :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