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 Google Partner Network. This is available only to some select Google partner accounts.

§
targetSearchNetwork?: boolean
[src]

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