GoogleApi.RealTimeBidding.V1.Model.PublisherConnection (google_api_real_time_bidding v0.13.2)

View Source

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.

Attributes

  • biddingState (type: String.t, default: nil) - Whether the publisher has been approved by the bidder.
  • createTime (type: DateTime.t, default: nil) - 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.
  • displayName (type: String.t, default: nil) - Output only. Publisher display name.
  • name (type: String.t, default: nil) - 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.
  • publisherPlatform (type: String.t, default: nil) - Output only. Whether the publisher is an Ad Manager or AdMob publisher.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.RealTimeBidding.V1.Model.PublisherConnection{
  biddingState: String.t() | nil,
  createTime: DateTime.t() | nil,
  displayName: String.t() | nil,
  name: String.t() | nil,
  publisherPlatform: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.