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

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. 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}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.