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

UrlAssignedTargetingOptionDetails

import type { UrlAssignedTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

Details for assigned URL targeting option. This will be populated in the details field of an AssignedTargetingOption when targeting_type is TARGETING_TYPE_URL.

interface UrlAssignedTargetingOptionDetails {
negative?: boolean;
url?: string;
}

§Properties

§
negative?: boolean
[src]

Indicates if this option is being negatively targeted.

§
url?: string
[src]

Required. The URL, for example example.com. DV360 supports two levels of subdirectory targeting, for example www.example.com/one-subdirectory-level/second-level, and five levels of subdomain targeting, for example five.four.three.two.one.example.com.