Class awSoapHeader

Description

Defines the required and optional elements within the header of a SOAP request.

Located in /classes/cm/SoapHeader.php

awComplexObject
   |
   --awSoapHeader
Variable Summary
Variables
string $authToken

Authentication token from Google ClientLogin API. Developers need to authenticate themselves with that API before they can send a request to AdWords API. This header identifies either the MCC manager acting on behalf of their client, or the advertiser managing their own account.

string $clientCustomerId

Optional header: the customer id of the client of the MCC manager. Applicable only if an MCC manager, as identified by authToken, is acting on behalf of their client.

string $developerToken

Developer token to identify that the person making the call has enough quota.

bool $partialFailure

If true, API will try to commit as many error free operations as possible and report the other operations' errors.

Ignored for non-mutate calls.

string $userAgent

UserAgent is used to track distribution of API client programs and application usage. The client is responsible for putting in a meaningful value for tracking purposes. To be clear this is not the same as an HTTP user agent.

bool $validateOnly

Used to validate the request without executing it.

Inherited Variables

Inherited from awComplexObject

awComplexObject::$_cachedCheckFields
awComplexObject::$_checkFields
awComplexObject::$_row
Methods

Documentation generated on Fri, 23 Mar 2012 13:44:13 +0200 by phpDocumentor 1.4.3