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

GoogleAdsSearchads360V0Common__WebpageConditionInfo

import type { GoogleAdsSearchads360V0Common__WebpageConditionInfo } from "https://googleapis.deno.dev/v1/searchads360:v0.ts";

Logical expression for targeting webpages of an advertiser's website.

interface GoogleAdsSearchads360V0Common__WebpageConditionInfo {
argument?: string;
operand?:
| "UNSPECIFIED"
| "UNKNOWN"
| "URL"
| "CATEGORY"
| "PAGE_TITLE"
| "PAGE_CONTENT"
| "CUSTOM_LABEL";
operator?:
| "UNSPECIFIED"
| "UNKNOWN"
| "EQUALS"
| "CONTAINS";
}

§Properties

§
argument?: string
[src]

Argument of webpage targeting condition.

§
operand?: "UNSPECIFIED" | "UNKNOWN" | "URL" | "CATEGORY" | "PAGE_TITLE" | "PAGE_CONTENT" | "CUSTOM_LABEL"
[src]

Operand of webpage targeting condition.

§
operator?: "UNSPECIFIED" | "UNKNOWN" | "EQUALS" | "CONTAINS"
[src]

Operator of webpage targeting condition.