Google_Service_RealTimeBidding
extends Google_Service
in package
Service definition for RealTimeBidding (v1).
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.
For more information about this service, see the API Documentation
Tags
Table of Contents
- REALTIME_BIDDING = "https://www.googleapis.com/auth/realtime-bidding"
- See, create, edit, and delete your Authorized Buyers and Open Bidding account entities.
- $availableScopes : mixed
- $batchPath : mixed
- $bidders_creatives : mixed
- $buyers : mixed
- $buyers_creatives : mixed
- $buyers_userLists : mixed
- $resource : mixed
- $rootUrl : mixed
- $servicePath : mixed
- $version : mixed
- $client : mixed
- __construct() : mixed
- Constructs the internal representation of the RealTimeBidding service.
- createBatch() : Google_Http_Batch
- Create a new HTTP Batch handler for this service
- getClient() : Google_Client
- Return the associated Google_Client class.
Constants
REALTIME_BIDDING
See, create, edit, and delete your Authorized Buyers and Open Bidding account entities.
public
mixed
REALTIME_BIDDING
= "https://www.googleapis.com/auth/realtime-bidding"
Properties
$availableScopes
public
mixed
$availableScopes
$batchPath
public
mixed
$batchPath
$bidders_creatives
public
mixed
$bidders_creatives
$buyers
public
mixed
$buyers
$buyers_creatives
public
mixed
$buyers_creatives
$buyers_userLists
public
mixed
$buyers_userLists
$resource
public
mixed
$resource
$rootUrl
public
mixed
$rootUrl
$servicePath
public
mixed
$servicePath
$version
public
mixed
$version
$client
private
mixed
$client
Methods
__construct()
Constructs the internal representation of the RealTimeBidding service.
public
__construct(Google_Client $client[, string $rootUrl = null ]) : mixed
Parameters
- $client : Google_Client
-
The client used to deliver requests.
- $rootUrl : string = null
-
The root URL used for requests to the service.
Return values
mixed —createBatch()
Create a new HTTP Batch handler for this service
public
createBatch() : Google_Http_Batch
Return values
Google_Http_Batch —getClient()
Return the associated Google_Client class.
public
getClient() : Google_Client