Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

WatchCreativesResponse

import type { WatchCreativesResponse } from "https://googleapis.deno.dev/v1/realtimebidding:v1.ts";

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

interface WatchCreativesResponse {
subscription?: string;
topic?: string;
}

§Properties

§
subscription?: string
[src]

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?: string
[src]

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