network: Network Search Parameter

Description Usage Arguments Value Examples

View source: R/network.R

Description

Location search parameters for a targeting idea. See https://developers.google.com/adwords/api/docs/reference/v201710/TargetingIdeaService.NetworkSetting.

Usage

1
2
3
network(target.google.search = TRUE, target.search.network = FALSE,
  target.content.network = FALSE,
  target.partner.content.network = FALSE)

Arguments

target.google.search

Logical. If true, ads will be served with Google.com search results.

target.search.network

Logical. If true, ads will be served on partner sites in the Google Search Network (requires GOOGLE_SEARCH).

target.content.network

Logical. If true, ads will be served on specified placements in the Google Display Network. Placements are specified using Placement criteria.

target.partner.content.network

Logical. If true, ads will be served on the Google Partner Network. This is available to only some specific Google partner accounts.

Value

An S3 search parameter object.

Examples

1
2
# Default network settings
network()

adviso/RAdwordsPlus documentation built on Dec. 5, 2019, 3:11 a.m.