View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_Campaign_NetworkSettings (google_api_search_ads360 v0.8.0)

The network settings for the campaign.

Attributes

  • targetContentNetwork (type: boolean(), default: nil) - Whether ads will be served on specified placements in the Google Display Network. Placements are specified using the Placement criterion.
  • targetGoogleSearch (type: boolean(), default: nil) - Whether ads will be served with google.com search results.
  • targetPartnerSearchNetwork (type: boolean(), default: nil) - Whether ads will be served on the Google Partner Network. This is available only to some select Google partner accounts.
  • targetSearchNetwork (type: boolean(), default: nil) - Whether ads will be served on partner sites in the Google Search Network (requires target_google_search to also be true).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_Campaign_NetworkSettings{
    targetContentNetwork: boolean() | nil,
    targetGoogleSearch: boolean() | nil,
    targetPartnerSearchNetwork: boolean() | nil,
    targetSearchNetwork: boolean() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.