Inserts a new directory site.

Scopes

You will need authorization for the https://www.googleapis.com/auth/dfatrafficking scope to make a valid call.

If unset, the scope for this method defaults to https://www.googleapis.com/auth/dfatrafficking. You can set the scope for this method like this: dfareporting2d8 --scope <scope> directory-sites insert ...

Required Scalar Argument

  • <profile-id> (string)
    • User profile ID associated with this request.

Required Request Value

The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely.

For example, a structure like this:

DirectorySite:
  active: boolean
  country-id: string
  currency-id: string
  description: string
  id: string
  id-dimension-value:
    dimension-name: string
    etag: string
    id: string
    kind: string
    match-type: string
    value: string
  inpage-tag-formats: [string]
  interstitial-tag-formats: [string]
  kind: string
  name: string
  parent-id: string
  settings:
    active-view-opt-out: boolean
    dfp-settings:
      dfp-network-code: string
      dfp-network-name: string
      programmatic-placement-accepted: boolean
      pub-paid-placement-accepted: boolean
      publisher-portal-only: boolean
    instream-video-placement-accepted: boolean
    interstitial-placement-accepted: boolean
    nielsen-ocr-opt-out: boolean
    verification-tag-opt-out: boolean
    video-active-view-opt-out: boolean
  url: string

can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time.

  • -r . active=false
    • Whether this directory site is active.
  • country-id=dolores
    • Country ID of this directory site. This is a read-only field.
  • currency-id=justo
    • Currency ID of this directory site. This is a read-only field. Possible values are:
      • "1" for USD
      • "2" for GBP
      • "3" for ESP
      • "4" for SEK
      • "5" for CAD
      • "6" for JPY
      • "7" for DEM
      • "8" for AUD
      • "9" for FRF
      • "10" for ITL
      • "11" for DKK
      • "12" for NOK
      • "13" for FIM
      • "14" for ZAR
      • "15" for IEP
      • "16" for NLG
      • "17" for EUR
      • "18" for KRW
      • "19" for TWD
      • "20" for SGD
      • "21" for CNY
      • "22" for HKD
      • "23" for NZD
      • "24" for MYR
      • "25" for BRL
      • "26" for PTE
      • "27" for MXP
      • "28" for CLP
      • "29" for TRY
      • "30" for ARS
      • "31" for PEN
      • "32" for ILS
      • "33" for CHF
      • "34" for VEF
      • "35" for COP
      • "36" for GTQ
      • "37" for PLN
      • "39" for INR
      • "40" for THB
      • "41" for IDR
      • "42" for CZK
      • "43" for RON
      • "44" for HUF
      • "45" for RUB
      • "46" for AED
      • "47" for BGN
      • "48" for HRK
      • "49" for MXN
      • "50" for NGN
  • description=clita
    • Description of this directory site. This is a read-only field.
  • id=stet
    • ID of this directory site. This is a read-only, auto-generated field.
  • id-dimension-value dimension-name=sea
    • The name of the dimension.
  • etag=sit
    • The eTag of this response for caching purposes.
  • id=sed
    • The ID associated with the value if available.
  • kind=et
    • The kind of resource this is, in this case dfareporting#dimensionValue.
  • match-type=no
    • Determines how the 'value' field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, '' is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions ('dfa:paidSearch') allow a matchType other than EXACT.
  • value=sit

    • The value of the dimension.
  • .. inpage-tag-formats=labore

    • Tag types for regular placements.

      Acceptable values are: - "STANDARD" - "IFRAME_JAVASCRIPT_INPAGE" - "INTERNAL_REDIRECT_INPAGE" - "JAVASCRIPT_INPAGE" - Each invocation of this argument appends the given value to the array. * interstitial-tag-formats=sea - Tag types for interstitial placements.

      Acceptable values are: - "IFRAME_JAVASCRIPT_INTERSTITIAL" - "INTERNAL_REDIRECT_INTERSTITIAL" - "JAVASCRIPT_INTERSTITIAL" - Each invocation of this argument appends the given value to the array. * kind=sea - Identifies what kind of resource this is. Value: the fixed string "dfareporting#directorySite". * name=sadipscing - Name of this directory site. * parent-id=justo - Parent directory site ID. * settings active-view-opt-out=false - Whether this directory site has disabled active view creatives. * dfp-settings dfp-network-code=eirmod - Ad Manager network code for this directory site. * dfp-network-name=duo - Ad Manager network name for this directory site. * programmatic-placement-accepted=false - Whether this directory site accepts programmatic placements. * pub-paid-placement-accepted=true - Whether this directory site accepts publisher-paid tags. * publisher-portal-only=false - Whether this directory site is available only via Publisher Portal.

  • .. instream-video-placement-accepted=true

    • Whether this site accepts in-stream video ads.
  • interstitial-placement-accepted=true
    • Whether this site accepts interstitial ads.
  • nielsen-ocr-opt-out=false
    • Whether this directory site has disabled Nielsen OCR reach ratings.
  • verification-tag-opt-out=false
    • Whether this directory site has disabled generation of Verification ins tags.
  • video-active-view-opt-out=false

    • Whether this directory site has disabled active view for in-stream video creatives. This is a read-only field.
  • .. url=duo

    • URL of this directory site.

About Cursors

The cursor position is key to comfortably set complex nested structures. The following rules apply:

  • The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o .
  • The cursor position is set relative to the top-level structure if it starts with ., e.g. -r .s.s
  • You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar.
  • You can move the cursor one level up by using ... Each additional . moves it up one additional level. E.g. ... would go three levels up.

Optional Output Flags

The method's return value a JSON encoded structure, which will be written to standard output by default.

  • -o out
    • out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.

Optional General Properties

The following properties can configure any call, and are not specific to this method.

  • -p alt=string

    • Data format for the response.
  • -p fields=string

    • Selector specifying which fields to include in a partial response.
  • -p key=string

    • API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
  • -p oauth-token=string

    • OAuth 2.0 token for the current user.
  • -p pretty-print=boolean

    • Returns response with indentations and line breaks.
  • -p quota-user=string

    • An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
  • -p user-ip=string

    • Deprecated. Please use quotaUser instead.