Hide

type OfflineConversionFeed (v201506)

Represents an entire record in the offline conversions feed that the advertiser uploads.


Namespace
https://adwords.google.com/api/adwords/cm/v201506
Fields
Field Type Description
googleClickId
Filterable
Required
Selectable
StringLength
xsd:string The google click ID associated with this conversion, as captured from the landing page.

If your account has auto-tagging turned on, the google click ID can be obtained from a query parameter called 'gclid'. This field can be selected using the value "GoogleClickId". This field can be filtered on. This field is required and should not be null. The length of this string should be between 1 and 512, inclusive, (trimmed).

conversionName
Filterable
Required
Selectable
StringLength
xsd:string The type associated with this conversion.

It is valid to report multiple conversions for the same google click ID, since visitors may trigger multiple conversions for a click. These conversions names are generated in the front end by advertisers. This field can be selected using the value "ConversionName". This field can be filtered on. This field is required and should not be null. The length of this string should be between 1 and 100, inclusive, (trimmed).

conversionTime
Filterable
Required
Selectable
xsd:string The time that this conversion occurred at.

This has to be after the click time. A time in the future is not allowed. A timezone is always required.

When a conversion for the same google click ID, conversion name and conversion time is uploaded multiple times, the first one results in a conversion being recorded. The duplicates are ignored and reported as successes, to indicate that a conversion for this combination has been recorded. This field can be selected using the value "ConversionTime". This field can be filtered on. This field is required and should not be null.

conversionValue
Filterable
InRange
Selectable
xsd:double This conversions value for the advertiser. This field can be selected using the value "ConversionValue". This field can be filtered on. This field must be greater than or equal to 0.
conversionCurrencyCode
Filterable
Selectable
StringLength
xsd:string The currency that the advertiser associates with the conversion value. This is the ISO 4217 3-character currency code. For example: USD, EUR. This field can be selected using the value "ConversionCurrencyCode". This field can be filtered on. The length of this string should be between 3 and 3, inclusive, (trimmed).

Send feedback about...

AdWords API