target.apidocs.com.google.api.services.realtimebidding.v1.RealTimeBidding.Buyers.html Maven / Gradle / Ivy
RealTimeBidding.Buyers (Real-time Bidding API v1-rev20230821-2.0.0)
com.google.api.services.realtimebidding.v1
Class RealTimeBidding.Buyers
- java.lang.Object
-
- com.google.api.services.realtimebidding.v1.RealTimeBidding.Buyers
-
- Enclosing class:
- RealTimeBidding
public class RealTimeBidding.Buyers
extends Object
The "buyers" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
RealTimeBidding.Buyers.Creatives
The "creatives" collection of methods.
class
RealTimeBidding.Buyers.Get
class
RealTimeBidding.Buyers.GetRemarketingTag
class
RealTimeBidding.Buyers.List
class
RealTimeBidding.Buyers.UserLists
The "userLists" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Buyers()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
RealTimeBidding.Buyers.Creatives
creatives()
An accessor for creating requests from the Creatives collection.
RealTimeBidding.Buyers.Get
get(String name)
Gets a buyer account by its name.
RealTimeBidding.Buyers.GetRemarketingTag
getRemarketingTag(String name)
Deprecated.
RealTimeBidding.Buyers.List
list()
Lists all buyer account information the calling buyer user or service account is permissioned to
manage.
RealTimeBidding.Buyers.UserLists
userLists()
An accessor for creating requests from the UserLists collection.
-
-
Method Detail
-
get
public RealTimeBidding.Buyers.Get get(String name)
throws IOException
Gets a buyer account by its name.
Create a request for the method "buyers.get".
This request holds the parameters needed by the realtimebidding server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. Name of the buyer to get. Format: `buyers/{buyerId}`
- Returns:
- the request
- Throws:
IOException
-
getRemarketingTag
public RealTimeBidding.Buyers.GetRemarketingTag getRemarketingTag(String name)
throws IOException
Deprecated. This will be removed in October 2023. 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.
Create a request for the method "buyers.getRemarketingTag".
This request holds the parameters needed by the realtimebidding server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.
- Parameters:
name
- Required. To fetch remarketing tag for an account, name must follow the pattern `buyers/{accountId}`
where `{accountId}` represents ID of a buyer that owns the remarketing tag. For a bidder
accessing remarketing tag on behalf of a child seat buyer, `{accountId}` should represent
the ID of the child seat buyer. To fetch remarketing tag for a specific user list, name
must follow the pattern `buyers/{accountId}/userLists/{userListId}`. See UserList.name.
- Returns:
- the request
- Throws:
IOException
-
list
public RealTimeBidding.Buyers.List list()
throws IOException
Lists all buyer account information the calling buyer user or service account is permissioned to
manage.
Create a request for the method "buyers.list".
This request holds the parameters needed by the realtimebidding server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Returns:
- the request
- Throws:
IOException
-
creatives
public RealTimeBidding.Buyers.Creatives creatives()
An accessor for creating requests from the Creatives collection.
The typical use is:
RealTimeBidding realtimebidding = new RealTimeBidding(...);
RealTimeBidding.Creatives.List request = realtimebidding.creatives().list(parameters ...)
- Returns:
- the resource collection
-
userLists
public RealTimeBidding.Buyers.UserLists userLists()
An accessor for creating requests from the UserLists collection.
The typical use is:
RealTimeBidding realtimebidding = new RealTimeBidding(...);
RealTimeBidding.UserLists.List request = realtimebidding.userLists().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2023 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy