Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.dfareporting.billingAssignments

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

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

insert$clj

(insert$ auth parameters body)

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v4/billingAssignments/insert

Required parameters: profileId, billingProfileId

Optional parameters: none

Body:

{:accountId string, :subaccountId string, :advertiserId string, :campaignId string, :kind string}

Inserts a new billing assignment and returns the new assignment. Only one of advertiser_id or campaign_id is support per request. If the new assignment has no effect (assigning a campaign to the parent advertiser billing profile or assigning an advertiser to the account billing profile), no assignment will be returned.

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v4/billingAssignments/insert

Required parameters: profileId, billingProfileId

Optional parameters: none

Body: 

{:accountId string,
 :subaccountId string,
 :advertiserId string,
 :campaignId string,
 :kind string}

Inserts a new billing assignment and returns the new assignment. Only one of advertiser_id or campaign_id is support per request. If the new assignment has no effect (assigning a campaign to the parent advertiser billing profile or assigning an advertiser to the account billing profile), no assignment will be returned.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v4/billingAssignments/list

Required parameters: profileId, billingProfileId

Optional parameters: none

Retrieves a list of billing assignments.

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v4/billingAssignments/list

Required parameters: profileId, billingProfileId

Optional parameters: none

Retrieves a list of billing assignments.
sourceraw docstring

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

× close