Show / Hide Table of Contents

Class BuyersResource

The "buyers" collection of methods.

Inheritance
object
BuyersResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.RealTimeBidding.v1
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class BuyersResource

Constructors

BuyersResource(IClientService)

Constructs a new resource.

Declaration
public BuyersResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Creatives

Gets the Creatives resource.

Declaration
public virtual BuyersResource.CreativesResource Creatives { get; }
Property Value
Type Description
BuyersResource.CreativesResource

UserLists

Gets the UserLists resource.

Declaration
public virtual BuyersResource.UserListsResource UserLists { get; }
Property Value
Type Description
BuyersResource.UserListsResource

Methods

Get(string)

Gets a buyer account by its name.

Declaration
public virtual BuyersResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Name of the buyer to get. Format: buyers/{buyerId}

Returns
Type Description
BuyersResource.GetRequest

GetRemarketingTag(string)

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.

Declaration
public virtual BuyersResource.GetRemarketingTagRequest GetRemarketingTag(string name)
Parameters
Type Name Description
string name

Required. To fetch the remarketing tag for an account, the name must follow the pattern buyers/{accountId}, where {accountId} represents the ID of the buyer that owns the remarketing tag. For a bidder accessing the remarketing tag on behalf of a child seat buyer, {accountId} should represent the ID of the child seat buyer. To fetch the remarketing tag for a specific user list, the name must follow the pattern buyers/{accountId}/userLists/{userListId}. See UserList.name.

Returns
Type Description
BuyersResource.GetRemarketingTagRequest

List()

Lists all buyer account information the calling buyer user or service account is permissioned to manage.

Declaration
public virtual BuyersResource.ListRequest List()
Returns
Type Description
BuyersResource.ListRequest
In this article
Back to top Generated by DocFX