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, :videoUrl string, :videoMetadata VideoMetadata}, :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,
         :videoUrl string,
         :videoMetadata VideoMetadata},
 :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.
raw 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.
raw 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: view, filter, pageToken, pageSize

Lists creatives.

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

Required parameters: parent

Optional parameters: view, filter, pageToken, pageSize

Lists creatives.
raw 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, :videoUrl string, :videoMetadata VideoMetadata}, :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,
         :videoUrl string,
         :videoMetadata VideoMetadata},
 :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.
raw 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.
raw 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.
raw 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.
raw 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.
raw 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:

{:status string, :membershipDurationDays string, :urlRestriction {:endDate Date, :url string, :restrictionType string, :startDate Date}, :name string, :description string, :displayName 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: 

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

Create a new user list.
raw 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.
raw 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.
raw 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: pageToken, pageSize

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: pageToken, pageSize

Lists the user lists visible to the current user.
raw 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.
raw 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:

{:status string, :membershipDurationDays string, :urlRestriction {:endDate Date, :url string, :restrictionType string, :startDate Date}, :name string, :description string, :displayName 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: 

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

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

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

× close