Buyers
class Buyers extends Resource (View source)
The "buyers" collection of methods.
Typical usage is:
$realtimebiddingService = new Google\Service\RealTimeBidding(...);
$buyers = $realtimebiddingService->buyers;
Methods
This has been sunset as of October 2023, and will return an error response if called. For more information, see the release notes: https://developers.google.com/authorized-buyers/apis/relnotes#real-time- bidding-api 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.
Lists all buyer account information the calling buyer user or service account is permissioned to manage. (buyers.listBuyers)
Details
Buyer
get(string $name, array $optParams = [])
Gets a buyer account by its name. (buyers.get)
GetRemarketingTagResponse
getRemarketingTag(string $name, array $optParams = [])
This has been sunset as of October 2023, and will return an error response if called. For more information, see the release notes: https://developers.google.com/authorized-buyers/apis/relnotes#real-time- bidding-api 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.
(buyers.getRemarketingTag)
ListBuyersResponse
listBuyers(array $optParams = [])
Lists all buyer account information the calling buyer user or service account is permissioned to manage. (buyers.listBuyers)