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

ServingContext

import type { ServingContext } from "https://googleapis.deno.dev/v1/adexchangebuyer2:v2beta1.ts";

The serving context for this restriction.

interface ServingContext {
all?: "SIMPLE_CONTEXT";
appType?: AppContext;
auctionType?: AuctionContext;
location?: LocationContext;
platform?: PlatformContext;
securityType?: SecurityContext;
}

§Properties

§
all?: "SIMPLE_CONTEXT"
[src]

Matches all contexts.

§
appType?: AppContext
[src]

Matches impressions for a particular app type.

§
auctionType?: AuctionContext
[src]

Matches impressions for a particular auction type.

§

Matches impressions coming from users or publishers in a specific location.

§

Matches impressions coming from a particular platform.

§
securityType?: SecurityContext
[src]

Matches impressions for a particular security type.