Web Service: PlacementService

Target Namespace:
https://www.google.com/apis/ads/publisher/v202502

Port PlacementServiceInterfacePort Port typeSource code

Location:
https://ads.google.com/apis/ads/publisher/v202502/PlacementService
Protocol:
SOAP
Default style:
document
Transport protocol:
SOAP over HTTP
Operations:
  1. createPlacementsDetailSource code
  2. getPlacementsByStatementDetailSource code
  3. performPlacementActionDetailSource code
  4. updatePlacementsDetailSource code

Operations

    Port type PlacementServiceInterfaceSource code

    1. createPlacements
      Description:
      Creates new {@link Placement} objects.
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      Input:
      createPlacementsRequest (wsdlsoap:header, use = literal, part = RequestHeader)Source code
      parameters type createPlacements
      Creates new {@link Placement} objects.
      • placements - optional, unbounded; type Placement - extension of type SiteTargetingInfo
        A {@code Placement} groups related {@code AdUnit} objects.
        Deprecated container for information required for AdWords advertisers to place their ads.
          • id - optional; type long
            Uniquely identifies the {@code Placement}. This attribute is read-only and is assigned by Google when a placement is created.
          • name - optional; type string
            The name of the {@code Placement}. This value is required and has a maximum length of 255 characters.
          • description - optional; type string
            A description of the {@code Placement}. This value is optional and its maximum length is 65,535 characters.
          • placementCode - optional; type string
            A string used to uniquely identify the {@code Placement} for purposes of serving the ad. This attribute is read-only and is assigned by Google when a placement is created.
          • status - optional; type InventoryStatus - type string with restriction - enum { 'ACTIVE', 'INACTIVE', 'ARCHIVED' }
            The status of the {@code Placement}. This attribute is read-only.
          • targetedAdUnitIds - optional, unbounded; type string
            The collection of {@code AdUnit} object IDs that constitute the {@code Placement}.
          • lastModifiedDateTime - optional; type DateTime
            Represents a date combined with the time of day.
            • date - optional; type Date
              Represents a date.
              • year - optional; type int
                Year (e.g., 2009)
              • month - optional; type int
                Month (1..12)
              • day - optional; type int
                Day (1..31)
            • hour - optional; type int
            • minute - optional; type int
            • second - optional; type int
            • timeZoneId - optional; type string
            The date and time this placement was last modified.
      Output:
      createPlacementsResponse (wsdlsoap:header, use = literal, part = ResponseHeader)Source code
      parameters type createPlacementsResponse
      • rval - optional, unbounded; type Placement - extension of type SiteTargetingInfo
        A {@code Placement} groups related {@code AdUnit} objects.
        Deprecated container for information required for AdWords advertisers to place their ads.
          • id - optional; type long
            Uniquely identifies the {@code Placement}. This attribute is read-only and is assigned by Google when a placement is created.
          • name - optional; type string
            The name of the {@code Placement}. This value is required and has a maximum length of 255 characters.
          • description - optional; type string
            A description of the {@code Placement}. This value is optional and its maximum length is 65,535 characters.
          • placementCode - optional; type string
            A string used to uniquely identify the {@code Placement} for purposes of serving the ad. This attribute is read-only and is assigned by Google when a placement is created.
          • status - optional; type InventoryStatus - type string with restriction - enum { 'ACTIVE', 'INACTIVE', 'ARCHIVED' }
            The status of the {@code Placement}. This attribute is read-only.
          • targetedAdUnitIds - optional, unbounded; type string
            The collection of {@code AdUnit} object IDs that constitute the {@code Placement}.
          • lastModifiedDateTime - optional; type DateTime
            Represents a date combined with the time of day.
            • date - optional; type Date
              Represents a date.
              • year - optional; type int
                Year (e.g., 2009)
              • month - optional; type int
                Month (1..12)
              • day - optional; type int
                Day (1..31)
            • hour - optional; type int
            • minute - optional; type int
            • second - optional; type int
            • timeZoneId - optional; type string
            The date and time this placement was last modified.
      Fault:
      ApiException (wsdlsoap:fault, use = literal)Source code
      ApiException type ApiExceptionFault
      Exception class for holding a list of service errors.
      Base class for exceptions.
      • message - optional; type string
        Error message.
      • errors - optional, unbounded; type ApiError
        The API error base class that provides details about an error that occurred while processing a service request.

        The OGNL field path is provided for parsers to identify the request data element that may have caused the error.

        • fieldPath - optional; type string
          The OGNL field path to identify cause of error.
        • fieldPathElements - optional, unbounded; type FieldPathElement
          A parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}.
          A segment of a field path. Each dot in a field path defines a new segment.
          • field - optional; type string
            The name of a field in lower camelcase. (e.g. "biddingStrategy")
          • index - optional; type int
            For list fields, this is a 0-indexed position in the list. Null for non-list fields.
        • trigger - optional; type string
          The data that caused the error.
        • errorString - optional; type string
          A simple string representation of the error and reason.
        List of errors.
      A fault element of type ApiException.
    2. getPlacementsByStatement
      Description:
      Gets a {@link PlacementPage} of {@link Placement} objects that satisfy the given {@link Statement#query}. The following fields are supported for filtering:
      PQL Property Object Property
      {@code description} {@link Placement#description}
      {@code id} {@link Placement#id}
      {@code name} {@link Placement#name}
      {@code placementCode} {@link Placement#placementCode}
      {@code status} {@link Placement#status}
      {@code lastModifiedDateTime} {@link Placement#lastModifiedDateTime}
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      Input:
      getPlacementsByStatementRequest (wsdlsoap:header, use = literal, part = RequestHeader)Source code
      parameters type getPlacementsByStatement
      Gets a {@link PlacementPage} of {@link Placement} objects that satisfy the given {@link Statement#query}. The following fields are supported for filtering:
      PQL Property Object Property
      {@code description} {@link Placement#description}
      {@code id} {@link Placement#id}
      {@code name} {@link Placement#name}
      {@code placementCode} {@link Placement#placementCode}
      {@code status} {@link Placement#status}
      {@code lastModifiedDateTime} {@link Placement#lastModifiedDateTime}
      • filterStatement - optional; type Statement
        Captures the {@code WHERE}, {@code ORDER BY} and {@code LIMIT} clauses of a PQL query. Statements are typically used to retrieve objects of a predefined domain type, which makes SELECT clause unnecessary.

        An example query text might be {@code "WHERE status = 'ACTIVE' ORDER BY id LIMIT 30"}.

        Statements support bind variables. These are substitutes for literals and can be thought of as input parameters to a PQL query.

        An example of such a query might be {@code "WHERE id = :idValue"}.

        Statements also support use of the LIKE keyword. This provides wildcard string matching.

        An example of such a query might be {@code "WHERE name LIKE '%searchString%'"}.

        The value for the variable idValue must then be set with an object of type {@link Value}, e.g., {@link NumberValue}, {@link TextValue} or {@link BooleanValue}.
        • query - optional; type string
          Holds the query in PQL syntax. The syntax is:
          [WHERE {[AND | OR] ...}]
          [ORDER BY [ASC | DESC]]
          [LIMIT {[,] } | { OFFSET }]


               := {< | <= | > | >= | = | != }

               := {< | <= | > | >= | = | != }
          := IN
          := IS NULL
          := LIKE
          := :

        • values - optional, unbounded; type String_ValueMapEntry
          Holds keys and values for bind variables and their values. The key is the name of the bind variable. The value is the literal value of the variable.

          In the example {@code "WHERE status = :bindStatus ORDER BY id LIMIT 30"}, the bind variable, represented by {@code :bindStatus} is named {@code bindStatus}, which would also be the parameter map key. The bind variable's value would be represented by a parameter map value of type {@link TextValue}. The final result, for example, would be an entry of {@code "bindStatus" => StringParam("ACTIVE")}.

          This represents an entry in a map with a key of type String and value of type Value.
          • key - optional; type string
          • value - optional; type Value
            {@code Value} represents a value.
        Output:
        getPlacementsByStatementResponse (wsdlsoap:header, use = literal, part = ResponseHeader)Source code
        parameters type getPlacementsByStatementResponse
        • rval - optional; type PlacementPage
          Captures a page of {@link Placement} objects.
          • totalResultSetSize - optional; type int
            The size of the total result set to which this page belongs.
          • startIndex - optional; type int
            The absolute index in the total result set on which this page begins.
          • results - optional, unbounded; type Placement - extension of type SiteTargetingInfo
            A {@code Placement} groups related {@code AdUnit} objects.
            Deprecated container for information required for AdWords advertisers to place their ads.
              • id - optional; type long
                Uniquely identifies the {@code Placement}. This attribute is read-only and is assigned by Google when a placement is created.
              • name - optional; type string
                The name of the {@code Placement}. This value is required and has a maximum length of 255 characters.
              • description - optional; type string
                A description of the {@code Placement}. This value is optional and its maximum length is 65,535 characters.
              • placementCode - optional; type string
                A string used to uniquely identify the {@code Placement} for purposes of serving the ad. This attribute is read-only and is assigned by Google when a placement is created.
              • status - optional; type InventoryStatus - type string with restriction - enum { 'ACTIVE', 'INACTIVE', 'ARCHIVED' }
                The status of the {@code Placement}. This attribute is read-only.
              • targetedAdUnitIds - optional, unbounded; type string
                The collection of {@code AdUnit} object IDs that constitute the {@code Placement}.
              • lastModifiedDateTime - optional; type DateTime
                Represents a date combined with the time of day.
                • date - optional; type Date
                  Represents a date.
                  • year - optional; type int
                    Year (e.g., 2009)
                  • month - optional; type int
                    Month (1..12)
                  • day - optional; type int
                    Day (1..31)
                • hour - optional; type int
                • minute - optional; type int
                • second - optional; type int
                • timeZoneId - optional; type string
                The date and time this placement was last modified.
              The collection of placements contained within this page.
        Fault:
        ApiException (wsdlsoap:fault, use = literal)Source code
        ApiException type ApiExceptionFault
        Exception class for holding a list of service errors.
        Base class for exceptions.
        • message - optional; type string
          Error message.
        • errors - optional, unbounded; type ApiError
          The API error base class that provides details about an error that occurred while processing a service request.

          The OGNL field path is provided for parsers to identify the request data element that may have caused the error.

          • fieldPath - optional; type string
            The OGNL field path to identify cause of error.
          • fieldPathElements - optional, unbounded; type FieldPathElement
            A parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}.
            A segment of a field path. Each dot in a field path defines a new segment.
            • field - optional; type string
              The name of a field in lower camelcase. (e.g. "biddingStrategy")
            • index - optional; type int
              For list fields, this is a 0-indexed position in the list. Null for non-list fields.
          • trigger - optional; type string
            The data that caused the error.
          • errorString - optional; type string
            A simple string representation of the error and reason.
          List of errors.
        A fault element of type ApiException.
      • performPlacementAction
        Description:
        Performs actions on {@link Placement} objects that match the given {@link Statement#query}.
        Operation type:
        Request-response. The endpoint receives a message, and sends a correlated message.
        Input:
        performPlacementActionRequest (wsdlsoap:header, use = literal, part = RequestHeader)Source code
        parameters type performPlacementAction
        Performs actions on {@link Placement} objects that match the given {@link Statement#query}.
        • placementAction - optional; type PlacementAction
          Represents the actions that can be performed on {@link Placement} objects.
          • filterStatement - optional; type Statement
            Captures the {@code WHERE}, {@code ORDER BY} and {@code LIMIT} clauses of a PQL query. Statements are typically used to retrieve objects of a predefined domain type, which makes SELECT clause unnecessary.

            An example query text might be {@code "WHERE status = 'ACTIVE' ORDER BY id LIMIT 30"}.

            Statements support bind variables. These are substitutes for literals and can be thought of as input parameters to a PQL query.

            An example of such a query might be {@code "WHERE id = :idValue"}.

            Statements also support use of the LIKE keyword. This provides wildcard string matching.

            An example of such a query might be {@code "WHERE name LIKE '%searchString%'"}.

            The value for the variable idValue must then be set with an object of type {@link Value}, e.g., {@link NumberValue}, {@link TextValue} or {@link BooleanValue}.
            • query - optional; type string
              Holds the query in PQL syntax. The syntax is:
              [WHERE {[AND | OR] ...}]
              [ORDER BY [ASC | DESC]]
              [LIMIT {[,] } | { OFFSET }]


                   := {< | <= | > | >= | = | != }

                   := {< | <= | > | >= | = | != }
              := IN
              := IS NULL
              := LIKE
              := :

            • values - optional, unbounded; type String_ValueMapEntry
              Holds keys and values for bind variables and their values. The key is the name of the bind variable. The value is the literal value of the variable.

              In the example {@code "WHERE status = :bindStatus ORDER BY id LIMIT 30"}, the bind variable, represented by {@code :bindStatus} is named {@code bindStatus}, which would also be the parameter map key. The bind variable's value would be represented by a parameter map value of type {@link TextValue}. The final result, for example, would be an entry of {@code "bindStatus" => StringParam("ACTIVE")}.

              This represents an entry in a map with a key of type String and value of type Value.
              • key - optional; type string
              • value - optional; type Value
                {@code Value} represents a value.
          Output:
          performPlacementActionResponse (wsdlsoap:header, use = literal, part = ResponseHeader)Source code
          parameters type performPlacementActionResponse
          • rval - optional; type UpdateResult
            Represents the result of performing an action on objects.
            • numChanges - optional; type int
              The number of objects that were changed as a result of performing the action.
          Fault:
          ApiException (wsdlsoap:fault, use = literal)Source code
          ApiException type ApiExceptionFault
          Exception class for holding a list of service errors.
          Base class for exceptions.
          • message - optional; type string
            Error message.
          • errors - optional, unbounded; type ApiError
            The API error base class that provides details about an error that occurred while processing a service request.

            The OGNL field path is provided for parsers to identify the request data element that may have caused the error.

            • fieldPath - optional; type string
              The OGNL field path to identify cause of error.
            • fieldPathElements - optional, unbounded; type FieldPathElement
              A parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}.
              A segment of a field path. Each dot in a field path defines a new segment.
              • field - optional; type string
                The name of a field in lower camelcase. (e.g. "biddingStrategy")
              • index - optional; type int
                For list fields, this is a 0-indexed position in the list. Null for non-list fields.
            • trigger - optional; type string
              The data that caused the error.
            • errorString - optional; type string
              A simple string representation of the error and reason.
            List of errors.
          A fault element of type ApiException.
        • updatePlacements
          Description:
          Updates the specified {@link Placement} objects.
          Operation type:
          Request-response. The endpoint receives a message, and sends a correlated message.
          Input:
          updatePlacementsRequest (wsdlsoap:header, use = literal, part = RequestHeader)Source code
          parameters type updatePlacements
          Updates the specified {@link Placement} objects.
          • placements - optional, unbounded; type Placement - extension of type SiteTargetingInfo
            A {@code Placement} groups related {@code AdUnit} objects.
            Deprecated container for information required for AdWords advertisers to place their ads.
              • id - optional; type long
                Uniquely identifies the {@code Placement}. This attribute is read-only and is assigned by Google when a placement is created.
              • name - optional; type string
                The name of the {@code Placement}. This value is required and has a maximum length of 255 characters.
              • description - optional; type string
                A description of the {@code Placement}. This value is optional and its maximum length is 65,535 characters.
              • placementCode - optional; type string
                A string used to uniquely identify the {@code Placement} for purposes of serving the ad. This attribute is read-only and is assigned by Google when a placement is created.
              • status - optional; type InventoryStatus - type string with restriction - enum { 'ACTIVE', 'INACTIVE', 'ARCHIVED' }
                The status of the {@code Placement}. This attribute is read-only.
              • targetedAdUnitIds - optional, unbounded; type string
                The collection of {@code AdUnit} object IDs that constitute the {@code Placement}.
              • lastModifiedDateTime - optional; type DateTime
                Represents a date combined with the time of day.
                • date - optional; type Date
                  Represents a date.
                  • year - optional; type int
                    Year (e.g., 2009)
                  • month - optional; type int
                    Month (1..12)
                  • day - optional; type int
                    Day (1..31)
                • hour - optional; type int
                • minute - optional; type int
                • second - optional; type int
                • timeZoneId - optional; type string
                The date and time this placement was last modified.
          Output:
          updatePlacementsResponse (wsdlsoap:header, use = literal, part = ResponseHeader)Source code
          parameters type updatePlacementsResponse
          • rval - optional, unbounded; type Placement - extension of type SiteTargetingInfo
            A {@code Placement} groups related {@code AdUnit} objects.
            Deprecated container for information required for AdWords advertisers to place their ads.
              • id - optional; type long
                Uniquely identifies the {@code Placement}. This attribute is read-only and is assigned by Google when a placement is created.
              • name - optional; type string
                The name of the {@code Placement}. This value is required and has a maximum length of 255 characters.
              • description - optional; type string
                A description of the {@code Placement}. This value is optional and its maximum length is 65,535 characters.
              • placementCode - optional; type string
                A string used to uniquely identify the {@code Placement} for purposes of serving the ad. This attribute is read-only and is assigned by Google when a placement is created.
              • status - optional; type InventoryStatus - type string with restriction - enum { 'ACTIVE', 'INACTIVE', 'ARCHIVED' }
                The status of the {@code Placement}. This attribute is read-only.
              • targetedAdUnitIds - optional, unbounded; type string
                The collection of {@code AdUnit} object IDs that constitute the {@code Placement}.
              • lastModifiedDateTime - optional; type DateTime
                Represents a date combined with the time of day.
                • date - optional; type Date
                  Represents a date.
                  • year - optional; type int
                    Year (e.g., 2009)
                  • month - optional; type int
                    Month (1..12)
                  • day - optional; type int
                    Day (1..31)
                • hour - optional; type int
                • minute - optional; type int
                • second - optional; type int
                • timeZoneId - optional; type string
                The date and time this placement was last modified.
          Fault:
          ApiException (wsdlsoap:fault, use = literal)Source code
          ApiException type ApiExceptionFault
          Exception class for holding a list of service errors.
          Base class for exceptions.
          • message - optional; type string
            Error message.
          • errors - optional, unbounded; type ApiError
            The API error base class that provides details about an error that occurred while processing a service request.

            The OGNL field path is provided for parsers to identify the request data element that may have caused the error.

            • fieldPath - optional; type string
              The OGNL field path to identify cause of error.
            • fieldPathElements - optional, unbounded; type FieldPathElement
              A parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}.
              A segment of a field path. Each dot in a field path defines a new segment.
              • field - optional; type string
                The name of a field in lower camelcase. (e.g. "biddingStrategy")
              • index - optional; type int
                For list fields, this is a 0-indexed position in the list. Null for non-list fields.
            • trigger - optional; type string
              The data that caused the error.
            • errorString - optional; type string
              A simple string representation of the error and reason.
            List of errors.
          A fault element of type ApiException.

      WSDL source code

      <?xml version="1.0"?>
      <!-- Generated file, do not edit -->
      <!-- Copyright 2025 Google Inc. All Rights Reserved -->
      <wsdl:definitions targetNamespace="https://www.google.com/apis/ads/publisher/v202502"
      xmlns:tns="https://www.google.com/apis/ads/publisher/v202502"
      xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
      xmlns:xsd="http://www.w3.org/2001/XMLSchema"
      xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
      >
      <wsdl:types>
      <schema elementFormDefault="qualified" jaxb:version="1.0" targetNamespace="https://www.google.com/apis/ads/publisher/v202502"
      xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
      >
      <complexType abstract="true" name="ObjectValue">
      <annotation>
      <documentation>Contains an object value. <p> <b>This object is experimental! <code>ObjectValue</code> is an experimental, innovative, and rapidly changing new feature for Ad Manager. Unfortunately, being on the bleeding edge means that we may make backwards-incompatible changes to <code>ObjectValue</code>. We will inform the community when this feature is no longer experimental.</b></documentation>
      </annotation>
      </complexType>
      <complexType name="ActivatePlacements">
      <annotation>
      <documentation>The action used for activating {@link Placement} objects.</documentation>
      </annotation>
      </complexType>
      <complexType abstract="true" name="ApiError">
      <annotation>
      <documentation>The API error base class that provides details about an error that occurred while processing a service request. <p>The OGNL field path is provided for parsers to identify the request data element that may have caused the error.</p></documentation>
      </annotation>
      <sequence>
      <element maxOccurs="1" minOccurs="0" name="fieldPath" type="xsd:string">
      <annotation>
      <documentation>The OGNL field path to identify cause of error.</documentation>
      </annotation>
      </element>
      <element maxOccurs="unbounded" minOccurs="0" name="fieldPathElements" type="tns:FieldPathElement">
      <annotation>
      <documentation>A parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}.</documentation>
      </annotation>
      </element>
      <element maxOccurs="1" minOccurs="0" name="trigger" type="xsd:string">
      <annotation>
      <documentation>The data that caused the error.</documentation>
      </annotation>
      </element>
      <element maxOccurs="1" minOccurs="0" name="errorString" type="xsd:string">
      <annotation>
      <documentation>A simple string representation of the error and reason.</documentation>
      </annotation>
      </element>
      </sequence>
      </complexType>
      <complexType name="ApiException">
      <annotation>
      <documentation>Exception class for holding a list of service errors.</documentation>
      </annotation>
      </complexType>
      <complexType name="ApplicationException">
      <annotation>
      <documentation>Base class for exceptions.</documentation>
      </annotation>
      </complexType>
      <complexType name="ArchivePlacements">
      <annotation>
      <documentation>The action used for archiving {@link Placement} objects.</documentation>
      </annotation>
      </complexType>
      <complexType name="AuthenticationError">
      <annotation>
      <documentation>An error for an exception that occurred when authenticating.</documentation>
      </annotation>
      </complexType>
      <complexType name="BooleanValue">
      <annotation>
      <documentation>Contains a boolean value.</documentation>
      </annotation>
      </complexType>
      <complexType name="CommonError">
      <annotation>
      <documentation>A place for common errors that can be used across services.</documentation>
      </annotation>
      </complexType>
      <complexType name="Date">
      <annotation>
      <documentation>Represents a date.</documentation>
      </annotation>
      </complexType>
      <complexType name="DateTimeValue">
      <annotation>
      <documentation>Contains a date-time value.</documentation>
      </annotation>
      <complexContent></complexContent>
      </complexType>
      <complexType name="DateValue">
      <annotation>
      <documentation>Contains a date value.</documentation>
      </annotation>
      <complexContent></complexContent>
      </complexType>
      <complexType name="DeactivatePlacements">
      <annotation>
      <documentation>The action used for deactivating {@link Placement} objects.</documentation>
      </annotation>
      </complexType>
      <complexType name="EntityLimitReachedError">
      <annotation>
      <documentation>An error that occurs when creating an entity if the limit on the number of allowed entities for a network has already been reached.</documentation>
      </annotation>
      </complexType>
      <complexType name="FeatureError">
      <annotation>
      <documentation>Errors related to feature management. If you attempt using a feature that is not available to the current network you'll receive a FeatureError with the missing feature as the trigger.</documentation>
      </annotation>
      </complexType>
      <complexType name="FieldPathElement">
      <annotation>
      <documentation>A segment of a field path. Each dot in a field path defines a new segment.</documentation>
      </annotation>
      <sequence>
      <element maxOccurs="1" minOccurs="0" name="field" type="xsd:string">
      <annotation>
      <documentation>The name of a field in lower camelcase. (e.g. "biddingStrategy")</documentation>
      </annotation>
      </element>
      <element maxOccurs="1" minOccurs="0" name="index" type="xsd:int">
      <annotation>
      <documentation>For list fields, this is a 0-indexed position in the list. Null for non-list fields.</documentation>
      </annotation>
      </element>
      </sequence>
      </complexType>
      <complexType name="InternalApiError">
      <annotation>
      <documentation>Indicates that a server-side error has occured. {@code InternalApiError}s are generally not the result of an invalid request or message sent by the client.</documentation>
      </annotation>
      <complexContent></complexContent>
      </complexType>
      <complexType name="NotNullError">
      <annotation>
      <documentation>Caused by supplying a null value for an attribute that cannot be null.</documentation>
      </annotation>
      <complexContent>
      <extension base="tns:ApiError">
      <sequence>
      <element maxOccurs="1" minOccurs="0" name="reason" type="tns:NotNullError.Reason">
      <annotation>
      <documentation>The error reason represented by an enum.</documentation>
      </annotation>
      </element>
      </sequence>
      </extension>
      </complexContent>
      </complexType>
      <complexType name="NullError">
      <annotation>
      <documentation>Errors associated with violation of a NOT NULL check.</documentation>
      </annotation>
      <complexContent>
      <extension base="tns:ApiError">
      <sequence>
      <element maxOccurs="1" minOccurs="0" name="reason" type="tns:NullError.Reason">
      <annotation>
      <documentation>The error reason represented by an enum.</documentation>
      </annotation>
      </element>
      </sequence>
      </extension>
      </complexContent>
      </complexType>
      <complexType name="NumberValue">
      <annotation>
      <documentation>Contains a numeric value.</documentation>
      </annotation>
      <complexContent>
      <extension base="tns:Value">
      <sequence>
      <element maxOccurs="1" minOccurs="0" name="value" type="xsd:string">
      <annotation>
      <documentation>The numeric value represented as a string.</documentation>
      </annotation>
      </element>
      </sequence>
      </extension>
      </complexContent>
      </complexType>
      <complexType name="ParseError">
      <annotation>
      <documentation>Lists errors related to parsing.</documentation>
      </annotation>
      <complexContent>
      <extension base="tns:ApiError">
      <sequence>
      <element maxOccurs="1" minOccurs="0" name="reason" type="tns:ParseError.Reason">
      <annotation>
      <documentation>The error reason represented by an enum.</documentation>
      </annotation>
      </element>
      </sequence>
      </extension>
      </complexContent>
      </complexType>
      <complexType abstract="true" name="PlacementAction">
      <annotation>
      <documentation>Represents the actions that can be performed on {@link Placement} objects.</documentation>
      </annotation>
      </complexType>
      <complexType name="Placement">
      <annotation>
      <documentation>A {@code Placement} groups related {@code AdUnit} objects.</documentation>
      </annotation>
      <complexContent>
      <extension base="tns:SiteTargetingInfo">
      <sequence>
      <element maxOccurs="1" minOccurs="0" name="id" type="xsd:long">
      <annotation>
      <documentation>Uniquely identifies the {@code Placement}. This attribute is read-only and is assigned by Google when a placement is created.</documentation>
      </annotation>
      </element>
      <element maxOccurs="1" minOccurs="0" name="name" type="xsd:string">
      <annotation>
      <documentation>The name of the {@code Placement}. This value is required and has a maximum length of 255 characters.</documentation>
      </annotation>
      </element>
      <element maxOccurs="1" minOccurs="0" name="description" type="xsd:string">
      <annotation>
      <documentation>A description of the {@code Placement}. This value is optional and its maximum length is 65,535 characters.</documentation>
      </annotation>
      </element>
      <element maxOccurs="1" minOccurs="0" name="placementCode" type="xsd:string">
      <annotation>
      <documentation>A string used to uniquely identify the {@code Placement} for purposes of serving the ad. This attribute is read-only and is assigned by Google when a placement is created.</documentation>
      </annotation>
      </element>
      <element maxOccurs="1" minOccurs="0" name="status" type="tns:InventoryStatus">
      <annotation>
      <documentation>The status of the {@code Placement}. This attribute is read-only.</documentation>
      </annotation>
      </element>
      <element maxOccurs="unbounded" minOccurs="0" name="targetedAdUnitIds" type="xsd:string">
      <annotation>
      <documentation>The collection of {@code AdUnit} object IDs that constitute the {@code Placement}.</documentation>
      </annotation>
      </element>
      <element maxOccurs="1" minOccurs="0" name="lastModifiedDateTime" type="tns:DateTime">
      <annotation>
      <documentation>The date and time this placement was last modified.</documentation>
      </annotation>
      </element>
      </sequence>
      </extension>
      </complexContent>
      </complexType>
      <complexType name="PlacementError">
      <annotation>
      <documentation>Class defining all validation errors for a placement.</documentation>
      </annotation>
      </complexType>
      <complexType name="PlacementPage">
      <annotation>
      <documentation>Captures a page of {@link Placement} objects.</documentation>
      </annotation>
      <sequence>
      <element maxOccurs="1" minOccurs="0" name="totalResultSetSize" type="xsd:int">
      <annotation>
      <documentation>The size of the total result set to which this page belongs.</documentation>
      </annotation>
      </element>
      <element maxOccurs="1" minOccurs="0" name="startIndex" type="xsd:int">
      <annotation>
      <documentation>The absolute index in the total result set on which this page begins.</documentation>
      </annotation>
      </element>
      <element maxOccurs="unbounded" minOccurs="0" name="results" type="tns:Placement">
      <annotation>
      <documentation>The collection of placements contained within this page.</documentation>
      </annotation>
      </element>
      </sequence>
      </complexType>
      <complexType name="PublisherQueryLanguageContextError">
      <annotation>
      <documentation>An error that occurs while executing a PQL query contained in a {@link Statement} object.</documentation>
      </annotation>
      </complexType>
      <complexType name="PublisherQueryLanguageSyntaxError">
      <annotation>
      <documentation>An error that occurs while parsing a PQL query contained in a {@link Statement} object.</documentation>
      </annotation>
      </complexType>
      <complexType name="QuotaError">
      <annotation>
      <documentation>Describes a client-side error on which a user is attempting to perform an action to which they have no quota remaining.</documentation>
      </annotation>
      </complexType>
      <complexType name="RangeError">
      <annotation>
      <documentation>A list of all errors associated with the Range constraint.</documentation>
      </annotation>
      </complexType>
      <complexType name="RegExError">
      <annotation>
      <documentation>Caused by supplying a value for an object attribute that does not conform to a documented valid regular expression.</documentation>
      </annotation>
      <complexContent>
      <extension base="tns:ApiError">
      <sequence>
      <element maxOccurs="1" minOccurs="0" name="reason" type="tns:RegExError.Reason">
      <annotation>
      <documentation>The error reason represented by an enum.</documentation>
      </annotation>
      </element>
      </sequence>
      </extension>
      </complexContent>
      </complexType>
      <complexType name="RequiredCollectionError">
      <annotation>
      <documentation>A list of all errors to be used for validating sizes of collections.</documentation>
      </annotation>
      </complexType>
      <complexType name="RequiredError">
      <annotation>
      <documentation>Errors due to missing required field.</documentation>
      </annotation>
      <complexContent>
      <extension base="tns:ApiError">
      <sequence>
      <element maxOccurs="1" minOccurs="0" name="reason" type="tns:RequiredError.Reason">
      <annotation>
      <documentation>The error reason represented by an enum.</documentation>
      </annotation>
      </element>
      </sequence>
      </extension>
      </complexContent>
      </complexType>
      <complexType name="SetValue">
      <annotation>
      <documentation>Contains a set of {@link Value Values}. May not contain duplicates.</documentation>
      </annotation>
      <complexContent>
      <extension base="tns:Value">
      <sequence>
      <element maxOccurs="unbounded" minOccurs="0" name="values" type="tns:Value">
      <annotation>
      <documentation>The values. They must all be the same type of {@code Value} and not contain duplicates.</documentation>
      </annotation>
      </element>
      </sequence>
      </extension>
      </complexContent>
      </complexType>
      <complexType name="SiteTargetingInfo">
      <annotation>
      <documentation>Deprecated container for information required for AdWords advertisers to place their ads.</documentation>
      </annotation>
      </complexType>
      <complexType name="SoapRequestHeader">
      <annotation>
      <documentation>Represents the SOAP request header used by API requests.</documentation>
      </annotation>
      <sequence>
      <element maxOccurs="1" minOccurs="0" name="networkCode" type="xsd:string">
      <annotation>
      <documentation>The network code to use in the context of a request.</documentation>
      </annotation>
      </element>
      <element maxOccurs="1" minOccurs="0" name="applicationName" type="xsd:string">
      <annotation>
      <documentation>The name of client library application.</documentation>
      </annotation>
      </element>
      </sequence>
      </complexType>
      <complexType name="Statement">
      <annotation>
      <documentation>Captures the {@code WHERE}, {@code ORDER BY} and {@code LIMIT} clauses of a PQL query. Statements are typically used to retrieve objects of a predefined domain type, which makes SELECT clause unnecessary. <p> An example query text might be {@code "WHERE status = 'ACTIVE' ORDER BY id LIMIT 30"}. </p> <p> Statements support bind variables. These are substitutes for literals and can be thought of as input parameters to a PQL query. </p> <p> An example of such a query might be {@code "WHERE id = :idValue"}. </p> <p> Statements also support use of the LIKE keyword. This provides wildcard string matching. </p> <p> An example of such a query might be {@code "WHERE name LIKE '%searchString%'"}. </p> The value for the variable idValue must then be set with an object of type {@link Value}, e.g., {@link NumberValue}, {@link TextValue} or {@link BooleanValue}.</documentation>
      </annotation>
      <sequence>
      <element maxOccurs="1" minOccurs="0" name="query" type="xsd:string">
      <annotation>
      <documentation>Holds the query in PQL syntax. The syntax is:<br> <code>[WHERE <condition> {[AND | OR] <condition> ...}]</code><br> <code>[ORDER BY <property> [ASC | DESC]]</code><br> <code>[LIMIT {[<offset>,] <count>} | {<count> OFFSET <offset>}]</code><br> <p> <code><condition></code><br> &nbsp;&nbsp;&nbsp;&nbsp; <code>:= <property> {< | <= | > | >= | = | != } <value></code><br> <code><condition></code><br> &nbsp;&nbsp;&nbsp;&nbsp; <code>:= <property> {< | <= | > | >= | = | != } <bind variable></code><br> <code><condition> := <property> IN <list></code><br> <code><condition> := <property> IS NULL</code><br> <code><condition> := <property> LIKE <wildcard%match></code><br> <code><bind variable> := :<name></code><br> </p></documentation>
      </annotation>
      </element>
      <element maxOccurs="unbounded" minOccurs="0" name="values" type="tns:String_ValueMapEntry">
      <annotation>
      <documentation>Holds keys and values for bind variables and their values. The key is the name of the bind variable. The value is the literal value of the variable. <p> In the example {@code "WHERE status = :bindStatus ORDER BY id LIMIT 30"}, the bind variable, represented by {@code :bindStatus} is named {@code bindStatus}, which would also be the parameter map key. The bind variable's value would be represented by a parameter map value of type {@link TextValue}. The final result, for example, would be an entry of {@code "bindStatus" => StringParam("ACTIVE")}. </p></documentation>
      </annotation>
      </element>
      </sequence>
      </complexType>
      <complexType name="StatementError">
      <annotation>
      <documentation>An error that occurs while parsing {@link Statement} objects.</documentation>
      </annotation>
      <complexContent>
      <extension base="tns:ApiError">
      <sequence>
      <element maxOccurs="1" minOccurs="0" name="reason" type="tns:StatementError.Reason">
      <annotation>
      <documentation>The error reason represented by an enum.</documentation>
      </annotation>
      </element>
      </sequence>
      </extension>
      </complexContent>
      </complexType>
      <complexType name="StringFormatError">
      <annotation>
      <documentation>A list of error code for reporting invalid content of input strings.</documentation>
      </annotation>
      </complexType>
      <complexType name="StringLengthError">
      <annotation>
      <documentation>Errors for Strings which do not meet given length constraints.</documentation>
      </annotation>
      </complexType>
      <complexType name="TextValue">
      <annotation>
      <documentation>Contains a string value.</documentation>
      </annotation>
      </complexType>
      <complexType name="TypeError">
      <annotation>
      <documentation>An error for a field which is an invalid type.</documentation>
      </annotation>
      </complexType>
      <complexType name="UniqueError">
      <annotation>
      <documentation>An error for a field which must satisfy a uniqueness constraint</documentation>
      </annotation>
      </complexType>
      <complexType name="UpdateResult">
      <annotation>
      <documentation>Represents the result of performing an action on objects.</documentation>
      </annotation>
      <sequence>
      <element maxOccurs="1" minOccurs="0" name="numChanges" type="xsd:int">
      <annotation>
      <documentation>The number of objects that were changed as a result of performing the action.</documentation>
      </annotation>
      </element>
      </sequence>
      </complexType>
      <complexType abstract="true" name="Value">
      <annotation>
      <documentation>{@code Value} represents a value.</documentation>
      </annotation>
      </complexType>
      <simpleType name="ApiVersionError.Reason">
      <restriction base="xsd:string">
      <enumeration value="UPDATE_TO_NEWER_VERSION">
      <annotation>
      <documentation>Indicates that the operation is not allowed in the version the request was made in.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="UNKNOWN">
      <annotation>
      <documentation>The value returned if the actual value is not exposed by the requested API version.</documentation>
      </annotation>
      </enumeration>
      </restriction>
      </simpleType>
      <simpleType name="AuthenticationError.Reason">
      <restriction base="xsd:string">
      <enumeration value="AMBIGUOUS_SOAP_REQUEST_HEADER">
      <annotation>
      <documentation>The SOAP message contains a request header with an ambiguous definition of the authentication header fields. This means either the {@code authToken} and {@code oAuthToken} fields were both null or both were specified. Exactly one value should be specified with each request.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="INVALID_EMAIL">
      <annotation>
      <documentation>The login provided is invalid.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="AUTHENTICATION_FAILED">
      <annotation>
      <documentation>Tried to authenticate with provided information, but failed.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="INVALID_OAUTH_SIGNATURE">
      <annotation>
      <documentation>The OAuth provided is invalid.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="INVALID_SERVICE">
      <annotation>
      <documentation>The specified service to use was not recognized.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="MISSING_SOAP_REQUEST_HEADER">
      <annotation>
      <documentation>The SOAP message is missing a request header with an {@code authToken} and optional {@code networkCode}.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="MISSING_AUTHENTICATION_HTTP_HEADER">
      <annotation>
      <documentation>The HTTP request is missing a request header with an {@code authToken}</documentation>
      </annotation>
      </enumeration>
      <enumeration value="MISSING_AUTHENTICATION">
      <annotation>
      <documentation>The request is missing an {@code authToken}</documentation>
      </annotation>
      </enumeration>
      <enumeration value="NETWORK_API_ACCESS_DISABLED">
      <annotation>
      <documentation>The network does not have API access enabled.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="NO_NETWORKS_TO_ACCESS">
      <annotation>
      <documentation>The user is not associated with any network.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="NETWORK_NOT_FOUND">
      <annotation>
      <documentation>No network for the given {@code networkCode} was found.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="NETWORK_CODE_REQUIRED">
      <annotation>
      <documentation>The user has access to more than one network, but did not provide a {@code networkCode}.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="CONNECTION_ERROR">
      <annotation>
      <documentation>An error happened on the server side during connection to authentication service.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="GOOGLE_ACCOUNT_ALREADY_ASSOCIATED_WITH_NETWORK">
      <annotation>
      <documentation>The user tried to create a test network using an account that already is associated with a network.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="UNDER_INVESTIGATION">
      <annotation>
      <documentation>The account is blocked and under investigation by the collections team. Please contact Google for more information.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="UNKNOWN">
      <annotation>
      <documentation>The value returned if the actual value is not exposed by the requested API version.</documentation>
      </annotation>
      </enumeration>
      </restriction>
      </simpleType>
      <simpleType name="CollectionSizeError.Reason">
      <restriction base="xsd:string">
      <enumeration value="UNKNOWN">
      <annotation>
      <documentation>The value returned if the actual value is not exposed by the requested API version.</documentation>
      </annotation>
      </enumeration>
      </restriction>
      </simpleType>
      <simpleType name="CommonError.Reason">
      <annotation>
      <documentation>Describes reasons for common errors</documentation>
      </annotation>
      <restriction base="xsd:string">
      <enumeration value="NOT_FOUND">
      <annotation>
      <documentation>Indicates that an attempt was made to retrieve an entity that does not exist.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="ALREADY_EXISTS">
      <annotation>
      <documentation>Indicates that an attempt was made to create an entity that already exists.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="NOT_APPLICABLE">
      <annotation>
      <documentation>Indicates that a value is not applicable for given use case.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="DUPLICATE_OBJECT">
      <annotation>
      <documentation>Indicates that two elements in the collection were identical.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="CANNOT_UPDATE">
      <annotation>
      <documentation>Indicates that an attempt was made to change an immutable field.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="UNSUPPORTED_OPERATION">
      <annotation>
      <documentation>Indicates that the requested operation is not supported.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="CONCURRENT_MODIFICATION">
      <annotation>
      <documentation>Indicates that another request attempted to update the same data in the same network at about the same time. Please wait and try the request again.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="UNKNOWN">
      <annotation>
      <documentation>The value returned if the actual value is not exposed by the requested API version.</documentation>
      </annotation>
      </enumeration>
      </restriction>
      </simpleType>
      <simpleType name="EntityChildrenLimitReachedError.Reason">
      <annotation>
      <documentation>The reasons for the entity children limit reached error.</documentation>
      </annotation>
      <restriction base="xsd:string">
      <enumeration value="LINE_ITEM_LIMIT_FOR_ORDER_REACHED">
      <annotation>
      <documentation>The number of line items on the order exceeds the max number of line items allowed per order in the network.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="CREATIVE_ASSOCIATION_LIMIT_FOR_LINE_ITEM_REACHED">
      <annotation>
      <documentation>The number of creatives associated with the line item exceeds the max number of creatives allowed to be associated with a line item in the network.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="AD_UNIT_LIMIT_FOR_PLACEMENT_REACHED">
      <annotation>
      <documentation>The number of ad units on the placement exceeds the max number of ad units allowed per placement in the network.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="TARGETING_EXPRESSION_LIMIT_FOR_LINE_ITEM_REACHED">
      <annotation>
      <documentation>The number of targeting expressions on the line item exceeds the max number of targeting expressions allowed per line item in the network.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="TARGETING_EXPRESSION_SIZE_LIMIT_REACHED">
      <annotation>
      <documentation>The size of a single targeting expression tree exceeds the max size allowed by the network.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="CUSTOM_TARGETING_VALUES_FOR_KEY_LIMIT_REACHED">
      <annotation>
      <documentation>The number of custom targeting values for the free-form or predefined custom targeting key exceeds the max number allowed.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="TARGETING_EXPRESSION_LIMIT_FOR_CREATIVES_ON_LINE_ITEM_REACHED">
      <annotation>
      <documentation>The total number of targeting expressions on the creatives for the line item exceeds the max number allowed per line item in the network.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="ATTACHMENT_LIMIT_FOR_PROPOSAL_REACHED">
      <annotation>
      <documentation>The number of attachments added to the proposal exceeds the max number allowed per proposal in the network.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="PROPOSAL_LINE_ITEM_LIMIT_FOR_PROPOSAL_REACHED">
      <annotation>
      <documentation>The number of proposal line items on the proposal exceeds the max number allowed per proposal in the network.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="PRODUCT_LIMIT_FOR_PRODUCT_PACKAGE_REACHED">
      <annotation>
      <documentation>The number of product package items on the product package exceeds the max number allowed per product package in the network.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="PRODUCT_TEMPLATE_AND_PRODUCT_BASE_RATE_LIMIT_FOR_RATE_CARD_REACHED">
      <annotation>
      <documentation>The number of product template and product base rates on the rate card (including excluded product base rates) exceeds the max number allowed per rate card in the network.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="PRODUCT_PACKAGE_ITEM_BASE_RATE_LIMIT_FOR_RATE_CARD_REACHED">
      <annotation>
      <documentation>The number of product package item base rates on the rate card exceeds the max number allowed per rate card in the network.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="PREMIUM_LIMIT_FOR_RATE_CARD_REACHED">
      <annotation>
      <documentation>The number of premiums of the rate card exceeds the max number allowed per rate card in the network.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="AD_UNIT_LIMIT_FOR_AD_EXCLUSION_RULE_TARGETING_REACHED">
      <annotation>
      <documentation>The number of ad units on {@link AdExclusionRule#inventoryTargeting} exceeds the max number of ad units allowed per ad exclusion rule inventory targeting in the network.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="NATIVE_STYLE_LIMIT_FOR_NATIVE_AD_FORMAT_REACHED">
      <annotation>
      <documentation>The number of native styles under the native creative template exceeds the max number of native styles allowed per native creative template in the network.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="TARGETING_EXPRESSION_LIMIT_FOR_PRESENTATION_ASSIGNMENT_REACHED">
      <annotation>
      <documentation>The number of targeting expressions on the native style exceeds the max number of targeting expressions allowed per native style in the network.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="UNKNOWN">
      <annotation>
      <documentation>The value returned if the actual value is not exposed by the requested API version.</documentation>
      </annotation>
      </enumeration>
      </restriction>
      </simpleType>
      <simpleType name="EntityLimitReachedError.Reason">
      <annotation>
      <documentation>The reasons for the entity limit reached error.</documentation>
      </annotation>
      <restriction base="xsd:string">
      <enumeration value="CUSTOM_TARGETING_VALUES_LIMIT_REACHED">
      <annotation>
      <documentation>The number of custom targeting values exceeds the max number allowed in the network.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="AD_EXCLUSION_RULES_LIMIT_REACHED">
      <annotation>
      <documentation>The number of ad exclusion rules exceeds the max number allowed in the network.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="FIRST_PARTY_AUDIENCE_SEGMENTS_LIMIT_REACHED">
      <annotation>
      <documentation>The number of first party audience segments exceeds the max number allowed in the network.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="PLACEMENTS_LIMIT_REACHED">
      <annotation>
      <documentation>The number of active placements exceeds the max number allowed in the network.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="LINE_ITEMS_LIMIT_REACHED">
      <annotation>
      <documentation>The number of line items excceeds the max number allowed in the network.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="ACTIVE_LINE_ITEMS_LIMIT_REACHED">
      <annotation>
      <documentation>The number of active line items exceeds the max number allowed in the network.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="DAI_ENCODING_PROFILES_LIMIT_REACHED">
      <annotation>
      <documentation>The number of not-archived encoding profiles exceeds the max number allowed in the network.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="TRAFFIC_FORECAST_SEGMENTS_LIMIT_REACHED">
      <annotation>
      <documentation>The number of traffic forecast segments exceeds the max number allowed in the network.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="FORECAST_ADJUSTMENTS_LIMIT_REACHED">
      <annotation>
      <documentation>The number of forecast adjustments exceeds the max number allowed in the network.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="ACTIVE_EXPERIMENTS_LIMIT_REACHED">
      <annotation>
      <documentation>The number of active experiments exceeds the max number allowed in the network.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="SITES_LIMIT_REACHED">
      <annotation>
      <documentation>The number of sites exceeds the max number allowed in the network.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="USER_TEAMS_LIMIT_REACHED">
      <annotation>
      <documentation>The number of teams on the user exceeds the max number allowed.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="ACTIVE_TARGETING_PRESETS_LIMIT_REACHED">
      <annotation>
      <documentation>The count of active targeting presets exceeds the limit.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="UNKNOWN">
      <annotation>
      <documentation>The value returned if the actual value is not exposed by the requested API version.</documentation>
      </annotation>
      </enumeration>
      </restriction>
      </simpleType>
      <simpleType name="FeatureError.Reason">
      <restriction base="xsd:string">
      <enumeration value="MISSING_FEATURE">
      <annotation>
      <documentation>A feature is being used that is not enabled on the current network.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="UNKNOWN">
      <annotation>
      <documentation>The value returned if the actual value is not exposed by the requested API version.</documentation>
      </annotation>
      </enumeration>
      </restriction>
      </simpleType>
      <simpleType name="InternalApiError.Reason">
      <annotation>
      <documentation>The single reason for the internal API error.</documentation>
      </annotation>
      <restriction base="xsd:string">
      <enumeration value="UNEXPECTED_INTERNAL_API_ERROR">
      <annotation>
      <documentation>API encountered an unexpected internal error.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="TRANSIENT_ERROR">
      <annotation>
      <documentation>A temporary error occurred during the request. Please retry.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="UNKNOWN">
      <annotation>
      <documentation>The cause of the error is not known or only defined in newer versions.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="DOWNTIME">
      <annotation>
      <documentation>The API is currently unavailable for a planned downtime.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="ERROR_GENERATING_RESPONSE">
      <annotation>
      <documentation>Mutate succeeded but server was unable to build response. Client should not retry mutate.</documentation>
      </annotation>
      </enumeration>
      </restriction>
      </simpleType>
      <simpleType name="InventoryStatus">
      <annotation>
      <documentation>Represents the status of objects that represent inventory - ad units and placements.</documentation>
      </annotation>
      <restriction base="xsd:string">
      <enumeration value="ACTIVE">
      <annotation>
      <documentation>The object is active.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="INACTIVE">
      <annotation>
      <documentation>The object is no longer active.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="ARCHIVED">
      <annotation>
      <documentation>The object has been archived.</documentation>
      </annotation>
      </enumeration>
      </restriction>
      </simpleType>
      <simpleType name="NotNullError.Reason">
      <annotation>
      <documentation>The reasons for the target error.</documentation>
      </annotation>
      <restriction base="xsd:string">
      <enumeration value="ARG1_NULL">
      <annotation>
      <documentation>Assuming that a method will not have more than 3 arguments, if it does, return NULL</documentation>
      </annotation>
      </enumeration>
      <enumeration value="UNKNOWN">
      <annotation>
      <documentation>The value returned if the actual value is not exposed by the requested API version.</documentation>
      </annotation>
      </enumeration>
      </restriction>
      </simpleType>
      <simpleType name="NullError.Reason">
      <annotation>
      <documentation>The reasons for the validation error.</documentation>
      </annotation>
      <restriction base="xsd:string">
      <enumeration value="NULL_CONTENT">
      <annotation>
      <documentation>Specified list/container must not contain any null elements</documentation>
      </annotation>
      </enumeration>
      </restriction>
      </simpleType>
      <simpleType name="ParseError.Reason">
      <annotation>
      <documentation>The reasons for the target error.</documentation>
      </annotation>
      <restriction base="xsd:string">
      <enumeration value="UNPARSABLE">
      <annotation>
      <documentation>Indicates an error in parsing an attribute.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="UNKNOWN">
      <annotation>
      <documentation>The value returned if the actual value is not exposed by the requested API version.</documentation>
      </annotation>
      </enumeration>
      </restriction>
      </simpleType>
      <simpleType name="PermissionError.Reason">
      <annotation>
      <documentation>Describes reasons for permission errors.</documentation>
      </annotation>
      <restriction base="xsd:string">
      <enumeration value="PERMISSION_DENIED">
      <annotation>
      <documentation>User does not have the required permission for the request.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="UNKNOWN">
      <annotation>
      <documentation>The value returned if the actual value is not exposed by the requested API version.</documentation>
      </annotation>
      </enumeration>
      </restriction>
      </simpleType>
      <simpleType name="PlacementError.Reason">
      <annotation>
      <documentation>Possible reasons for the error.</documentation>
      </annotation>
      <restriction base="xsd:string">
      <enumeration value="INVALID_ENTITY_TYPE">
      <annotation>
      <documentation>Entity type is something other than inventory or content.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="SHARED_INVENTORY_ASSIGNED">
      <annotation>
      <documentation>Shared inventory cannot be assigned to a placement.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="PLACEMENTS_CANNOT_INCLUDE_INVENTORY_FROM_MULTIPLE_DISTRIBUTOR_NETWORKS">
      <annotation>
      <documentation>Shared inventory from one distributor network cannot be in the same placement with inventory from another distributor.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="PLACEMENTS_CANNOT_INCLUDE_BOTH_LOCAL_AND_SHARED_INVENTORY">
      <annotation>
      <documentation>Shared inventory and local inventory cannot be in the same placement.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="UNKNOWN">
      <annotation>
      <documentation>The value returned if the actual value is not exposed by the requested API version.</documentation>
      </annotation>
      </enumeration>
      </restriction>
      </simpleType>
      <simpleType name="PublisherQueryLanguageContextError.Reason">
      <annotation>
      <documentation>The reasons for the target error.</documentation>
      </annotation>
      <restriction base="xsd:string">
      <enumeration value="UNEXECUTABLE">
      <annotation>
      <documentation>Indicates that there was an error executing the PQL.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="UNKNOWN">
      <annotation>
      <documentation>The value returned if the actual value is not exposed by the requested API version.</documentation>
      </annotation>
      </enumeration>
      </restriction>
      </simpleType>
      <simpleType name="PublisherQueryLanguageSyntaxError.Reason">
      <annotation>
      <documentation>The reasons for the target error.</documentation>
      </annotation>
      <restriction base="xsd:string">
      <enumeration value="UNPARSABLE">
      <annotation>
      <documentation>Indicates that there was a PQL syntax error.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="UNKNOWN">
      <annotation>
      <documentation>The value returned if the actual value is not exposed by the requested API version.</documentation>
      </annotation>
      </enumeration>
      </restriction>
      </simpleType>
      <simpleType name="QuotaError.Reason">
      <restriction base="xsd:string">
      <enumeration value="EXCEEDED_QUOTA">
      <annotation>
      <documentation>The number of requests made per second is too high and has exceeded the allowable limit. The recommended approach to handle this error is to wait about 5 seconds and then retry the request. Note that this does not guarantee the request will succeed. If it fails again, try increasing the wait time. <p>Another way to mitigate this error is to limit requests to 8 per second for Ad Manager 360 accounts, or 2 per second for Ad Manager accounts. Once again this does not guarantee that every request will succeed, but may help reduce the number of times you receive this error.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="UNKNOWN">
      <annotation>
      <documentation>The value returned if the actual value is not exposed by the requested API version.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="REPORT_JOB_LIMIT">
      <annotation>
      <documentation>This user has exceeded the allowed number of new report requests per hour (this includes both reports run via the UI and reports run via {@link ReportService#runReportJob}). The recommended approach to handle this error is to wait about 10 minutes and then retry the request. Note that this does not guarantee the request will succeed. If it fails again, try increasing the wait time. <p>Another way to mitigate this error is to limit the number of new report requests to 250 per hour per user. Once again, this does not guarantee that every request will succeed, but may help reduce the number of times you receive this error.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="SEGMENT_POPULATION_LIMIT">
      <annotation>
      <documentation>This network has exceeded the allowed number of identifiers uploaded within a 24 hour period. The recommended approach to handle this error is to wait 30 minutes and then retry the request. Note that this does not guarantee the request will succeed. If it fails again, try increasing the wait time.</documentation>
      </annotation>
      </enumeration>
      </restriction>
      </simpleType>
      <simpleType name="RangeError.Reason">
      <restriction base="xsd:string">
      <enumeration value="UNKNOWN">
      <annotation>
      <documentation>The value returned if the actual value is not exposed by the requested API version.</documentation>
      </annotation>
      </enumeration>
      </restriction>
      </simpleType>
      <simpleType name="RegExError.Reason">
      <annotation>
      <documentation>The reasons for the target error.</documentation>
      </annotation>
      <restriction base="xsd:string">
      <enumeration value="INVALID">
      <annotation>
      <documentation>Invalid value found.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="NULL">
      <annotation>
      <documentation>Null value found.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="UNKNOWN">
      <annotation>
      <documentation>The value returned if the actual value is not exposed by the requested API version.</documentation>
      </annotation>
      </enumeration>
      </restriction>
      </simpleType>
      <simpleType name="RequiredCollectionError.Reason">
      <restriction base="xsd:string">
      <enumeration value="REQUIRED">
      <annotation>
      <documentation>A required collection is missing.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="TOO_LARGE">
      <annotation>
      <documentation>Collection size is too large.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="TOO_SMALL">
      <annotation>
      <documentation>Collection size is too small.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="UNKNOWN">
      <annotation>
      <documentation>The value returned if the actual value is not exposed by the requested API version.</documentation>
      </annotation>
      </enumeration>
      </restriction>
      </simpleType>
      <simpleType name="RequiredError.Reason">
      <annotation>
      <documentation>The reasons for the target error.</documentation>
      </annotation>
      <restriction base="xsd:string">
      <enumeration value="REQUIRED">
      <annotation>
      <documentation>Missing required field.</documentation>
      </annotation>
      </enumeration>
      </restriction>
      </simpleType>
      <simpleType name="ServerError.Reason">
      <annotation>
      <documentation>Describes reasons for server errors</documentation>
      </annotation>
      <restriction base="xsd:string">
      <enumeration value="SERVER_ERROR">
      <annotation>
      <documentation>Indicates that an unexpected error occured.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="SERVER_BUSY">
      <annotation>
      <documentation>Indicates that the server is currently experiencing a high load. Please wait and try your request again.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="UNKNOWN">
      <annotation>
      <documentation>The value returned if the actual value is not exposed by the requested API version.</documentation>
      </annotation>
      </enumeration>
      </restriction>
      </simpleType>
      <simpleType name="StatementError.Reason">
      <restriction base="xsd:string">
      <enumeration value="VARIABLE_NOT_BOUND_TO_VALUE">
      <annotation>
      <documentation>A bind variable has not been bound to a value.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="UNKNOWN">
      <annotation>
      <documentation>The value returned if the actual value is not exposed by the requested API version.</documentation>
      </annotation>
      </enumeration>
      </restriction>
      </simpleType>
      <simpleType name="StringFormatError.Reason">
      <annotation>
      <documentation>The reasons for the target error.</documentation>
      </annotation>
      <restriction base="xsd:string">
      <enumeration value="ILLEGAL_CHARS">
      <annotation>
      <documentation>The input string value contains disallowed characters.</documentation>
      </annotation>
      </enumeration>
      <enumeration value="INVALID_FORMAT">
      <annotation>
      <documentation>The input string value is invalid for the associated field.</documentation>
      </annotation>
      </enumeration>
      </restriction>
      </simpleType>
      <simpleType name="StringLengthError.Reason">
      <restriction base="xsd:string">
      <enumeration value="UNKNOWN">
      <annotation>
      <documentation>The value returned if the actual value is not exposed by the requested API version.</documentation>
      </annotation>
      </enumeration>
      </restriction>
      </simpleType>
      <element name="ApiExceptionFault" type="tns:ApiException">
      <annotation>
      <documentation>A fault element of type ApiException.</documentation>
      </annotation>
      </element>
      <element name="getPlacementsByStatement">
      <annotation>
      <documentation>Gets a {@link PlacementPage} of {@link Placement} objects that satisfy the given {@link Statement#query}. The following fields are supported for filtering: <table> <tr> <th scope="col">PQL Property</th> <th scope="col">Object Property</th> </tr> <tr> <td>{@code description}</td> <td>{@link Placement#description}</td> </tr> <tr> <td>{@code id}</td> <td>{@link Placement#id}</td> </tr> <tr> <td>{@code name}</td> <td>{@link Placement#name}</td> </tr> <tr> <td>{@code placementCode}</td> <td>{@link Placement#placementCode}</td> </tr> <tr> <td>{@code status}</td> <td>{@link Placement#status}</td> </tr> <tr> <td>{@code lastModifiedDateTime}</td> <td>{@link Placement#lastModifiedDateTime}</td> </tr> </table></documentation>
      </annotation>
      </element>
      <element name="updatePlacements">
      <annotation>
      <documentation>Updates the specified {@link Placement} objects.</documentation>
      </annotation>
      </element>
      </schema>
      </wsdl:types>
      <wsdl:portType name="PlacementServiceInterface">
      <wsdl:documentation>Provides methods for creating, updating and retrieving {@link Placement} objects. <p>You can use a placement to group ad units. For example, you might have a placement that focuses on sports sites, which may be spread across different branches of your inventory. You might also have a "fire sale" placement that includes ad units that have not been selling and are consequently priced very attractively.</wsdl:documentation>
      <wsdl:operation name="getPlacementsByStatement">
      <wsdl:documentation>Gets a {@link PlacementPage} of {@link Placement} objects that satisfy the given {@link Statement#query}. The following fields are supported for filtering: <table> <tr> <th scope="col">PQL Property</th> <th scope="col">Object Property</th> </tr> <tr> <td>{@code description}</td> <td>{@link Placement#description}</td> </tr> <tr> <td>{@code id}</td> <td>{@link Placement#id}</td> </tr> <tr> <td>{@code name}</td> <td>{@link Placement#name}</td> </tr> <tr> <td>{@code placementCode}</td> <td>{@link Placement#placementCode}</td> </tr> <tr> <td>{@code status}</td> <td>{@link Placement#status}</td> </tr> <tr> <td>{@code lastModifiedDateTime}</td> <td>{@link Placement#lastModifiedDateTime}</td> </tr> </table></wsdl:documentation>
      </wsdl:operation>
      </wsdl:portType>
      <wsdl:binding name="PlacementServiceSoapBinding" type="tns:PlacementServiceInterface"></wsdl:binding>
      </wsdl:definitions>

      About wsdl-viewer.xsl

      This document was generated by SAXON 9.1.0.8 from Saxonica XSLT engine. The engine processed the WSDL in XSLT 2.0 compliant mode.
      This page has been generated bywsdl-viewer.xsl, version 3.1.02
      Author: tomi vanek
      Download athttp://tomi.vanek.sk/xml/wsdl-viewer.xsl.

      The transformation was inspired by the article
      Uche Ogbuji: WSDL processing with XSLT