GoogleApi.RealTimeBidding.V1.Model.WatchCreativesResponse (google_api_real_time_bidding v0.13.2)
View SourceA 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 formatprojects/{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 formatprojects/{project_id}/topics/{topic_id}
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.