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

GoogleAdsSearchads360V0Resources_Campaign_ShoppingSetting

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

The setting for Shopping campaigns. Defines the universe of products that can be advertised by the campaign, and how this campaign interacts with other Shopping campaigns.

interface GoogleAdsSearchads360V0Resources_Campaign_ShoppingSetting {
campaignPriority?: number;
enableLocal?: boolean;
feedLabel?: string;
merchantId?: bigint;
salesCountry?: string;
useVehicleInventory?: boolean;
}

§Properties

§
campaignPriority?: number
[src]

Priority of the campaign. Campaigns with numerically higher priorities take precedence over those with lower priorities. This field is required for Shopping campaigns, with values between 0 and 2, inclusive. This field is optional for Smart Shopping campaigns, but must be equal to 3 if set.

§
enableLocal?: boolean
[src]

Whether to include local products.

§
feedLabel?: string
[src]

Feed label of products to include in the campaign. Only one of feed_label or sales_country can be set. If used instead of sales_country, the feed_label field accepts country codes in the same format for example: 'XX'. Otherwise can be any string used for feed label in Google Merchant Center.

§
merchantId?: bigint
[src]

Immutable. ID of the Merchant Center account. This field is required for create operations. This field is immutable for Shopping campaigns.

§
salesCountry?: string
[src]

Sales country of products to include in the campaign.

§
useVehicleInventory?: boolean
[src]

Immutable. Whether to target Vehicle Listing inventory.