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

GoogleAdsSearchads360V0Resources_Campaign_NetworkSettings

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

The network settings for the campaign.

interface GoogleAdsSearchads360V0Resources_Campaign_NetworkSettings {
targetContentNetwork?: boolean;
targetGoogleSearch?: boolean;
targetPartnerSearchNetwork?: boolean;
targetSearchNetwork?: boolean;
}

§Properties

§
targetContentNetwork?: boolean
[src]

Whether ads will be served on specified placements in the Google Display Network. Placements are specified using the Placement criterion.

§
targetGoogleSearch?: boolean
[src]

Whether ads will be served with google.com search results.

§
targetPartnerSearchNetwork?: boolean
[src]

Whether ads will be served on the partner network. This is available only to some select partner accounts. Unless you have been instructed to use this field, it likely does not apply to your account. This does not control whether ads will be served on Google Search Partners Network; use target_search_network for that instead.

§
targetSearchNetwork?: boolean
[src]

Whether ads will be served on sites in the Google Search Partners Network (requires target_google_search to also be true).