Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
A PublisherConnection represents a publisher's request to connect with a bidder on an Open Bidding exchange, requiring bidder review and approval for bid request reception.
The connection status can be pending, rejected, or approved, impacting whether bid requests are received from the publisher.
Publishers can originate from platforms like Google Ad Manager or AdMob.
Bidders can manage connections through methods like batch approval, rejection, retrieval, and listing.
Connection details include a unique name, publisher platform, display name, bidding state, and creation time.
An Open Bidding exchange's connection to a publisher. This is initiated by the publisher for the bidder to review. If approved by the bidder, this means that the bidder agrees to receive bid requests from the publisher.
Output only. Name of the publisher connection. This follows the pattern bidders/{bidder}/publisherConnections/{publisher}, where {bidder} represents the account ID of the bidder, and {publisher} is the ads.txt/app-ads.txt publisher ID.
Output only. The time at which the publisher initiated a connection with the bidder (irrespective of if or when the bidder approves it). This is subsequently updated if the publisher revokes and re-initiates the connection.
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
PublisherPlatform
Publisher platforms from which a PublisherConnection can originate.
Enums
PUBLISHER_PLATFORM_UNSPECIFIED
An unspecified publisher platform.
GOOGLE_AD_MANAGER
A Google Ad Manager publisher.
ADMOB
An AdMob publisher.
State
Possible states of the publisher connection. Bidders may approve a connection in order to receive bid requests from the publisher. If a connection is rejected, no bid requests from the associated publisher will be received.
Enums
STATE_UNSPECIFIED
An unspecified bidding status.
PENDING
Indicates a request for connection from the publisher that the bidder needs to review.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-07 UTC."],[],["Publisher connections represent a link between a bidding exchange and a publisher. Publishers initiate these connections for bidder review. Once approved, bidders receive bid requests from that publisher. Connections include the publisher's name, platform (Ad Manager or AdMob), display name, bidding state (pending, rejected, or approved), and creation time. Bidders can use batch methods to approve or reject multiple connections, or individually retrieve or list them.\n"]]