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

Availability

import type { Availability } from "https://googleapis.deno.dev/v1/doubleclicksearch:v2.ts";

A message containing availability data relevant to DoubleClick Search.

interface Availability {
advertiserId?: bigint;
agencyId?: bigint;
availabilityTimestamp?: bigint;
customerId?: string;
segmentationId?: bigint;
segmentationName?: string;
segmentationType?: string;
}

§Properties

§
advertiserId?: bigint
[src]

DS advertiser ID.

§
agencyId?: bigint
[src]

DS agency ID.

§
availabilityTimestamp?: bigint
[src]

The time by which all conversions have been uploaded, in epoch millis UTC.

§
customerId?: string
[src]

Customer ID of a client account in the new Search Ads 360 experience.

§
segmentationId?: bigint
[src]

The numeric segmentation identifier (for example, DoubleClick Search Floodlight activity ID).

§
segmentationName?: string
[src]

The friendly segmentation identifier (for example, DoubleClick Search Floodlight activity name).

§
segmentationType?: string
[src]

The segmentation type that this availability is for (its default value is FLOODLIGHT).