BuyersUserLists
class BuyersUserLists extends Resource (View source)
The "userLists" collection of methods.
Typical usage is:
$realtimebiddingService = new Google\Service\RealTimeBidding(...);
$userLists = $realtimebiddingService->buyers_userLists;
Methods
Changes the status of a user list to CLOSED. This prevents new users from being added to the user list. (userLists.close)
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 the user lists visible to the current user.
Changes the status of a user list to OPEN. This allows new users to be added to the user list. (userLists.open)
Details
UserList
close(string $name, CloseUserListRequest $postBody, array $optParams = [])
Changes the status of a user list to CLOSED. This prevents new users from being added to the user list. (userLists.close)
UserList
create(string $parent, UserList $postBody, array $optParams = [])
Creates a new user list. (userLists.create)
UserList
get(string $name, array $optParams = [])
Gets a user list by its name. (userLists.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.
(userLists.getRemarketingTag)
ListUserListsResponse
listBuyersUserLists(string $parent, array $optParams = [])
Lists the user lists visible to the current user.
(userLists.listBuyersUserLists)
UserList
open(string $name, OpenUserListRequest $postBody, array $optParams = [])
Changes the status of a user list to OPEN. This allows new users to be added to the user list. (userLists.open)