Liking cljdoc? Tell your friends :D

happygapi.realtimebidding.buyers

Real-time Bidding API: buyers. Allows external bidders to manage their RTB integration with Google. This includes managing bidder endpoints, QPS quotas, configuring what ad inventory to receive via pretargeting, submitting creatives for verification, and accessing creative metadata such as approval status. See: https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/api/reference/rest/v1/buyers

Real-time Bidding API: buyers.
Allows external bidders to manage their RTB integration with Google. This includes managing bidder endpoints, QPS quotas, configuring what ad inventory to receive via pretargeting, submitting creatives for verification, and accessing creative metadata such as approval status.
See: https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/api/reference/rest/v1/buyers
raw docstring

creatives-create$clj

(creatives-create$ auth parameters body)

https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/api/reference/rest/v1/buyers/creatives/create

Required parameters: parent

Optional parameters: none

Body:

{:dealIds [string], :video {:videoVastXml string, :videoMetadata VideoMetadata, :videoUrl string}, :creativeServingDecision {:detectedProductCategories [integer], :detectedAdvertisers [AdvertiserAndBrand], :chinaPolicyCompliance PolicyCompliance, :networkPolicyCompliance PolicyCompliance, :adTechnologyProviders AdTechnologyProviders, :detectedClickThroughUrls [string], :detectedSensitiveCategories [integer], :dealsPolicyCompliance PolicyCompliance, :russiaPolicyCompliance PolicyCompliance, :detectedDomains [string], :detectedLanguages [string], :platformPolicyCompliance PolicyCompliance, :detectedAttributes [string], :lastStatusUpdate string, :detectedVendorIds [integer]}, :declaredVendorIds [integer], :declaredClickThroughUrls [string], :advertiserName string, :adChoicesDestinationUrl string, :name string, :impressionTrackingUrls [string], :apiUpdateTime string, :restrictedCategories [string], :creativeId string, :declaredAttributes [string], :native {:clickLinkUrl string, :headline string, :starRating number, :logo Image, :advertiserName string, :appIcon Image, :priceDisplayText string, :callToAction string, :clickTrackingUrl string, :videoUrl string, :videoVastXml string, :image Image, :body string}, :creativeFormat string, :agencyId string, :declaredRestrictedCategories [string], :version integer, :accountId string, :html {:height integer, :snippet string, :width integer}}

Creates a creative.

https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/api/reference/rest/v1/buyers/creatives/create

Required parameters: parent

Optional parameters: none

Body: 

{:dealIds [string],
 :video {:videoVastXml string,
         :videoMetadata VideoMetadata,
         :videoUrl string},
 :creativeServingDecision {:detectedProductCategories [integer],
                           :detectedAdvertisers [AdvertiserAndBrand],
                           :chinaPolicyCompliance PolicyCompliance,
                           :networkPolicyCompliance PolicyCompliance,
                           :adTechnologyProviders AdTechnologyProviders,
                           :detectedClickThroughUrls [string],
                           :detectedSensitiveCategories [integer],
                           :dealsPolicyCompliance PolicyCompliance,
                           :russiaPolicyCompliance PolicyCompliance,
                           :detectedDomains [string],
                           :detectedLanguages [string],
                           :platformPolicyCompliance PolicyCompliance,
                           :detectedAttributes [string],
                           :lastStatusUpdate string,
                           :detectedVendorIds [integer]},
 :declaredVendorIds [integer],
 :declaredClickThroughUrls [string],
 :advertiserName string,
 :adChoicesDestinationUrl string,
 :name string,
 :impressionTrackingUrls [string],
 :apiUpdateTime string,
 :restrictedCategories [string],
 :creativeId string,
 :declaredAttributes [string],
 :native {:clickLinkUrl string,
          :headline string,
          :starRating number,
          :logo Image,
          :advertiserName string,
          :appIcon Image,
          :priceDisplayText string,
          :callToAction string,
          :clickTrackingUrl string,
          :videoUrl string,
          :videoVastXml string,
          :image Image,
          :body string},
 :creativeFormat string,
 :agencyId string,
 :declaredRestrictedCategories [string],
 :version integer,
 :accountId string,
 :html {:height integer, :snippet string, :width integer}}

Creates a creative.
sourceraw docstring

creatives-get$clj

(creatives-get$ auth parameters)
https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/api/reference/rest/v1/buyers/creatives/get

Required parameters: name

Optional parameters: view

Gets a creative.
sourceraw docstring

creatives-list$clj

(creatives-list$ auth parameters)

https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/api/reference/rest/v1/buyers/creatives/list

Required parameters: parent

Optional parameters: filter, pageSize, view, pageToken

Lists creatives.

https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/api/reference/rest/v1/buyers/creatives/list

Required parameters: parent

Optional parameters: filter, pageSize, view, pageToken

Lists creatives.
sourceraw docstring

creatives-patch$clj

(creatives-patch$ auth parameters body)

https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/api/reference/rest/v1/buyers/creatives/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:dealIds [string], :video {:videoVastXml string, :videoMetadata VideoMetadata, :videoUrl string}, :creativeServingDecision {:detectedProductCategories [integer], :detectedAdvertisers [AdvertiserAndBrand], :chinaPolicyCompliance PolicyCompliance, :networkPolicyCompliance PolicyCompliance, :adTechnologyProviders AdTechnologyProviders, :detectedClickThroughUrls [string], :detectedSensitiveCategories [integer], :dealsPolicyCompliance PolicyCompliance, :russiaPolicyCompliance PolicyCompliance, :detectedDomains [string], :detectedLanguages [string], :platformPolicyCompliance PolicyCompliance, :detectedAttributes [string], :lastStatusUpdate string, :detectedVendorIds [integer]}, :declaredVendorIds [integer], :declaredClickThroughUrls [string], :advertiserName string, :adChoicesDestinationUrl string, :name string, :impressionTrackingUrls [string], :apiUpdateTime string, :restrictedCategories [string], :creativeId string, :declaredAttributes [string], :native {:clickLinkUrl string, :headline string, :starRating number, :logo Image, :advertiserName string, :appIcon Image, :priceDisplayText string, :callToAction string, :clickTrackingUrl string, :videoUrl string, :videoVastXml string, :image Image, :body string}, :creativeFormat string, :agencyId string, :declaredRestrictedCategories [string], :version integer, :accountId string, :html {:height integer, :snippet string, :width integer}}

Updates a creative.

https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/api/reference/rest/v1/buyers/creatives/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:dealIds [string],
 :video {:videoVastXml string,
         :videoMetadata VideoMetadata,
         :videoUrl string},
 :creativeServingDecision {:detectedProductCategories [integer],
                           :detectedAdvertisers [AdvertiserAndBrand],
                           :chinaPolicyCompliance PolicyCompliance,
                           :networkPolicyCompliance PolicyCompliance,
                           :adTechnologyProviders AdTechnologyProviders,
                           :detectedClickThroughUrls [string],
                           :detectedSensitiveCategories [integer],
                           :dealsPolicyCompliance PolicyCompliance,
                           :russiaPolicyCompliance PolicyCompliance,
                           :detectedDomains [string],
                           :detectedLanguages [string],
                           :platformPolicyCompliance PolicyCompliance,
                           :detectedAttributes [string],
                           :lastStatusUpdate string,
                           :detectedVendorIds [integer]},
 :declaredVendorIds [integer],
 :declaredClickThroughUrls [string],
 :advertiserName string,
 :adChoicesDestinationUrl string,
 :name string,
 :impressionTrackingUrls [string],
 :apiUpdateTime string,
 :restrictedCategories [string],
 :creativeId string,
 :declaredAttributes [string],
 :native {:clickLinkUrl string,
          :headline string,
          :starRating number,
          :logo Image,
          :advertiserName string,
          :appIcon Image,
          :priceDisplayText string,
          :callToAction string,
          :clickTrackingUrl string,
          :videoUrl string,
          :videoVastXml string,
          :image Image,
          :body string},
 :creativeFormat string,
 :agencyId string,
 :declaredRestrictedCategories [string],
 :version integer,
 :accountId string,
 :html {:height integer, :snippet string, :width integer}}

Updates a creative.
sourceraw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/api/reference/rest/v1/buyers/get

Required parameters: name

Optional parameters: none

Gets a buyer account by its name.

https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/api/reference/rest/v1/buyers/get

Required parameters: name

Optional parameters: none

Gets a buyer account by its name.
sourceraw docstring

getRemarketingTag$clj

(getRemarketingTag$ auth parameters)

https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/api/reference/rest/v1/buyers/getRemarketingTag

Required parameters: name

Optional parameters: none

Gets remarketing tag for a buyer. A remarketing tag is a piece of JavaScript code that can be placed on a web page. When a user visits a page containing a remarketing tag, Google adds the user to a user list.

https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/api/reference/rest/v1/buyers/getRemarketingTag

Required parameters: name

Optional parameters: none

Gets remarketing tag for a buyer. A remarketing tag is a piece of JavaScript code that can be placed on a web page. When a user visits a page containing a remarketing tag, Google adds the user to a user list.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/api/reference/rest/v1/buyers/list

Required parameters: none

Optional parameters: pageSize, pageToken

Lists all buyer account information the calling buyer user or service account is permissioned to manage.

https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/api/reference/rest/v1/buyers/list

Required parameters: none

Optional parameters: pageSize, pageToken

Lists all buyer account information the calling buyer user or service account is permissioned to manage.
sourceraw docstring

userLists-close$clj

(userLists-close$ auth parameters body)

https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/api/reference/rest/v1/buyers/userLists/close

Required parameters: name

Optional parameters: none

Body:

{}

Change the status of a user list to CLOSED. This prevents new users from being added to the user list.

https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/api/reference/rest/v1/buyers/userLists/close

Required parameters: name

Optional parameters: none

Body: 

{}

Change the status of a user list to CLOSED. This prevents new users from being added to the user list.
sourceraw docstring

userLists-create$clj

(userLists-create$ auth parameters body)

https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/api/reference/rest/v1/buyers/userLists/create

Required parameters: parent

Optional parameters: none

Body:

{:displayName string, :description string, :status string, :membershipDurationDays string, :urlRestriction {:endDate Date, :url string, :restrictionType string, :startDate Date}, :name string}

Create a new user list.

https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/api/reference/rest/v1/buyers/userLists/create

Required parameters: parent

Optional parameters: none

Body: 

{:displayName string,
 :description string,
 :status string,
 :membershipDurationDays string,
 :urlRestriction {:endDate Date,
                  :url string,
                  :restrictionType string,
                  :startDate Date},
 :name string}

Create a new user list.
sourceraw docstring

userLists-get$clj

(userLists-get$ auth parameters)
https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/api/reference/rest/v1/buyers/userLists/get

Required parameters: name

Optional parameters: none

Gets a user list by its name.
sourceraw docstring

userLists-getRemarketingTag$clj

(userLists-getRemarketingTag$ auth parameters)

https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/api/reference/rest/v1/buyers/userLists/getRemarketingTag

Required parameters: name

Optional parameters: none

Gets remarketing tag for a buyer. A remarketing tag is a piece of JavaScript code that can be placed on a web page. When a user visits a page containing a remarketing tag, Google adds the user to a user list.

https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/api/reference/rest/v1/buyers/userLists/getRemarketingTag

Required parameters: name

Optional parameters: none

Gets remarketing tag for a buyer. A remarketing tag is a piece of JavaScript code that can be placed on a web page. When a user visits a page containing a remarketing tag, Google adds the user to a user list.
sourceraw docstring

userLists-list$clj

(userLists-list$ auth parameters)

https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/api/reference/rest/v1/buyers/userLists/list

Required parameters: parent

Optional parameters: pageSize, pageToken

Lists the user lists visible to the current user.

https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/api/reference/rest/v1/buyers/userLists/list

Required parameters: parent

Optional parameters: pageSize, pageToken

Lists the user lists visible to the current user.
sourceraw docstring

userLists-open$clj

(userLists-open$ auth parameters body)

https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/api/reference/rest/v1/buyers/userLists/open

Required parameters: name

Optional parameters: none

Body:

{}

Change the status of a user list to OPEN. This allows new users to be added to the user list.

https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/api/reference/rest/v1/buyers/userLists/open

Required parameters: name

Optional parameters: none

Body: 

{}

Change the status of a user list to OPEN. This allows new users to be added to the user list.
sourceraw docstring

userLists-update$clj

(userLists-update$ auth parameters body)

https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/api/reference/rest/v1/buyers/userLists/update

Required parameters: name

Optional parameters: none

Body:

{:displayName string, :description string, :status string, :membershipDurationDays string, :urlRestriction {:endDate Date, :url string, :restrictionType string, :startDate Date}, :name string}

Update the given user list. Only user lists with URLRestrictions can be updated.

https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/api/reference/rest/v1/buyers/userLists/update

Required parameters: name

Optional parameters: none

Body: 

{:displayName string,
 :description string,
 :status string,
 :membershipDurationDays string,
 :urlRestriction {:endDate Date,
                  :url string,
                  :restrictionType string,
                  :startDate Date},
 :name string}

Update the given user list. Only user lists with URLRestrictions can be updated.
sourceraw docstring

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

× close