All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.realtimebidding.v1.RealTimeBidding.Bidders.Creatives.html Maven / Gradle / Ivy







RealTimeBidding.Bidders.Creatives (Real-time Bidding API v1-rev20230821-2.0.0)












com.google.api.services.realtimebidding.v1

Class RealTimeBidding.Bidders.Creatives

  • java.lang.Object
    • com.google.api.services.realtimebidding.v1.RealTimeBidding.Bidders.Creatives
    • Constructor Detail

      • Creatives

        public Creatives()
    • Method Detail

      • list

        public RealTimeBidding.Bidders.Creatives.List list(String parent)
                                                    throws IOException
        Lists creatives as they are at the time of the initial request. This call may take multiple hours to complete. For large, paginated requests, this method returns a snapshot of creatives at the time of request for the first page. `lastStatusUpdate` and `creativeServingDecision` may be outdated for creatives on sequential pages. We recommend [Google Cloud Pub/Sub](//cloud.google.com/pubsub/docs/overview) to view the latest status. Create a request for the method "creatives.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.
        Parameters:
        parent - Required. Name of the parent buyer that owns the creatives. The pattern for this resource is either `buyers/{buyerAccountId}` or `bidders/{bidderAccountId}`. For `buyers/{buyerAccountId}`, the `buyerAccountId` can be one of the following: 1. The ID of the buyer that is accessing their own creatives. 2. The ID of the child seat buyer under a bidder account. So for listing creatives pertaining to the child seat buyer (`456`) under bidder account (`123`), you would use the pattern: `buyers/456`. 3. The ID of the bidder itself. So for listing creatives pertaining to bidder (`123`), you would use `buyers/123`. If you want to access all creatives pertaining to both the bidder and all of its child seat accounts, you would use `bidders/{bidderAccountId}`, for example, for all creatives pertaining to bidder (`123`), use `bidders/123`.
        Returns:
        the request
        Throws:
        IOException
      • watch

        public RealTimeBidding.Bidders.Creatives.Watch watch(String parent,
                                                             WatchCreativesRequest content)
                                                      throws IOException
        Watches all creatives pertaining to a bidder. It is sufficient to invoke this endpoint once per bidder. A Pub/Sub topic will be created and notifications will be pushed to the topic when any of the bidder's creatives change status. All of the bidder's service accounts will have access to read from the topic. Subsequent invocations of this method will return the existing Pub/Sub configuration. Create a request for the method "creatives.watch". 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:
        parent - Required. To watch all creatives pertaining to the bidder and all its child seat accounts, the bidder must follow the pattern `bidders/{bidderAccountId}`.
        content - the WatchCreativesRequest
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy