Class BuyersResource
The "buyers" collection of methods.
Inherited Members
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: |
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
|
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 |