My favorites | English | Sign in

Faster apps faster - GWT 2.0 with Speed Tracer New!

AdWords API v2009

v2009 Docs | v13 Docs

abstract type Operation

This represents an operation that includes an operator and an operand specified type.

Namespace

  • https://adwords.google.com/api/adwords/cm/v200909

Fields

Field Type Description
operator Operator Operator. This field is required and should not be null.
  1. Enumerations
    1. ADD
      1. The ADD operator.

    2. REMOVE
      1. The REMOVE operator.

    3. SET
      1. The SET operator (used for updates).

Operation.Type xsd:string This field indicates the subtype of Operation of this instance. It is ignored on input, and instead xsi:type should be specified.