GoogleApi.RealTimeBidding.V1.Model.WatchCreativesResponse (google_api_real_time_bidding v0.2.1) View Source

A response for the request to receive push notification when a bidder's creatives change status.

Attributes

  • subscription (type: String.t, default: nil) - The Pub/Sub subscription that can be used to pull creative status notifications. This would be of the format projects/{project_id}/subscriptions/{subscription_id}. Subscription is created with pull delivery. All service accounts belonging to the bidder will have read access to this subscription. Subscriptions that are inactive for more than 90 days will be disabled. Please use watchCreatives to re-enable the subscription.
  • topic (type: String.t, default: nil) - The Pub/Sub topic that will be used to publish creative serving status notifications. This would be of the format projects/{project_id}/topics/{topic_id}.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.RealTimeBidding.V1.Model.WatchCreativesResponse{
  subscription: String.t(),
  topic: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.