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

GoogleAdsSearchads360V0Resources__CampaignCriterion

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

A campaign criterion.

interface GoogleAdsSearchads360V0Resources__CampaignCriterion {
bidModifier?: number;
readonly criterionId?: bigint;
readonly displayName?: string;
readonly lastModifiedTime?: string;
negative?: boolean;
resourceName?: string;
status?:
| "UNSPECIFIED"
| "UNKNOWN"
| "ENABLED"
| "PAUSED"
| "REMOVED";
readonly type?:
| "UNSPECIFIED"
| "UNKNOWN"
| "KEYWORD"
| "PLACEMENT"
| "MOBILE_APP_CATEGORY"
| "MOBILE_APPLICATION"
| "DEVICE"
| "LOCATION"
| "LISTING_GROUP"
| "AD_SCHEDULE"
| "AGE_RANGE"
| "GENDER"
| "INCOME_RANGE"
| "PARENTAL_STATUS"
| "YOUTUBE_VIDEO"
| "YOUTUBE_CHANNEL"
| "USER_LIST"
| "PROXIMITY"
| "TOPIC"
| "LISTING_SCOPE"
| "LANGUAGE"
| "IP_BLOCK"
| "CONTENT_LABEL"
| "CARRIER"
| "USER_INTEREST"
| "WEBPAGE"
| "OPERATING_SYSTEM_VERSION"
| "APP_PAYMENT_MODEL"
| "MOBILE_DEVICE"
| "CUSTOM_AFFINITY"
| "CUSTOM_INTENT"
| "LOCATION_GROUP"
| "CUSTOM_AUDIENCE"
| "COMBINED_AUDIENCE"
| "KEYWORD_THEME"
| "AUDIENCE"
| "LOCAL_SERVICE_ID"
| "BRAND"
| "BRAND_LIST"
| "LIFE_EVENT";
}

§Properties

§
bidModifier?: number
[src]

The modifier for the bids when the criterion matches. The modifier must be in the range: 0.1 - 10.0. Most targetable criteria types support modifiers. Use 0 to opt out of a Device type.

§
readonly criterionId?: bigint
[src]

Output only. The ID of the criterion. This field is ignored during mutate.

§
readonly displayName?: string
[src]

Output only. The display name of the criterion. This field is ignored for mutates.

§
readonly lastModifiedTime?: string
[src]

Output only. The datetime when this campaign criterion was last modified. The datetime is in the customer's time zone and in "yyyy-MM-dd HH:mm:ss.ssssss" format.

§

Immutable. Location Group

§
negative?: boolean
[src]

Immutable. Whether to target (false) or exclude (true) the criterion.

§
resourceName?: string
[src]

Immutable. The resource name of the campaign criterion. Campaign criterion resource names have the form: customers/{customer_id}/campaignCriteria/{campaign_id}~{criterion_id}

§
status?: "UNSPECIFIED" | "UNKNOWN" | "ENABLED" | "PAUSED" | "REMOVED"
[src]

The status of the criterion.

§
readonly type?: "UNSPECIFIED" | "UNKNOWN" | "KEYWORD" | "PLACEMENT" | "MOBILE_APP_CATEGORY" | "MOBILE_APPLICATION" | "DEVICE" | "LOCATION" | "LISTING_GROUP" | "AD_SCHEDULE" | "AGE_RANGE" | "GENDER" | "INCOME_RANGE" | "PARENTAL_STATUS" | "YOUTUBE_VIDEO" | "YOUTUBE_CHANNEL" | "USER_LIST" | "PROXIMITY" | "TOPIC" | "LISTING_SCOPE" | "LANGUAGE" | "IP_BLOCK" | "CONTENT_LABEL" | "CARRIER" | "USER_INTEREST" | "WEBPAGE" | "OPERATING_SYSTEM_VERSION" | "APP_PAYMENT_MODEL" | "MOBILE_DEVICE" | "CUSTOM_AFFINITY" | "CUSTOM_INTENT" | "LOCATION_GROUP" | "CUSTOM_AUDIENCE" | "COMBINED_AUDIENCE" | "KEYWORD_THEME" | "AUDIENCE" | "LOCAL_SERVICE_ID" | "BRAND" | "BRAND_LIST" | "LIFE_EVENT"
[src]

Output only. The type of the criterion.