Class WatchCreativesResponse
A response for the request to receive push notification when a bidder's creatives change status.
Implements
Inherited Members
Namespace: Google.Apis.RealTimeBidding.v1.Data
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class WatchCreativesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Subscription
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.
Declaration
[JsonProperty("subscription")]
public virtual string Subscription { get; set; }
Property Value
Type | Description |
---|---|
string |
Topic
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}
.
Declaration
[JsonProperty("topic")]
public virtual string Topic { get; set; }
Property Value
Type | Description |
---|---|
string |