class RealTimeBidding extends Service (View source)

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

Constants

REALTIME_BIDDING

See, create, edit, and delete your Authorized Buyers and Open Bidding account entities.

Properties

$bidders
$bidders_creatives
$bidders_endpoints
$bidders_pretargetingConfigs
$bidders_publisherConnections
$buyers
$buyers_creatives
$buyers_userLists
$rootUrlTemplate

Methods

__construct(Client|array $clientOrConfig = [], string $rootUrl = null)

Constructs the internal representation of the RealTimeBidding service.

Details

__construct(Client|array $clientOrConfig = [], string $rootUrl = null)

Constructs the internal representation of the RealTimeBidding service.

Parameters

Client|array $clientOrConfig

The client used to deliver requests, or a config array to pass to a new Client instance.

string $rootUrl

The root URL used for requests to the service.