AdWords API
Feedback on this document

abstract type ConversionTracker (v201209)

An abstract Conversion base class.


Namespace
https://adwords.google.com/api/adwords/cm/v201209
Fields
Field Type Description
id
Filterable
ReadOnly
Selectable
xsd:long ID of this conversion tracker, null when creating a new one. This field can be selected using the value "Id". This field can be filtered on. This field is read only and should not be set for following Operators : ADD. If this field is sent to the API, it will be ignored.
name
Filterable
Required
Selectable
xsd:string Name of this conversion tracker. This field can be selected using the value "Name". This field can be filtered on. This field is required and should not be null when it is contained within Operators : ADD.
status
Filterable
Selectable
ConversionTracker.Status Status of this conversion tracker. This field can be selected using the value "Status". This field can be filtered on.
Enumerations
ENABLED
Visits to the conversion page will be recorded.
DISABLED
Visits to the conversion page will not be recorded.
HIDDEN
Conversions will be recorded, but the conversion tracker will not appear in the UI.
category
Filterable
Selectable
ConversionTracker.Category The category of conversion that is being tracked. This field can be selected using the value "Category". This field can be filtered on.
Enumerations
DEFAULT
PAGE_VIEW
PURCHASE
SIGNUP
LEAD
REMARKETING
stats
ReadOnly
ConversionTrackerStats Statistics for this conversion tracker. This field is read only and should not be set. If this field is sent to the API, it will be ignored.
viewthroughLookbackWindow
Filterable
InRange
Selectable
xsd:int Lookback window for view-through conversions in days. This is the length of time in which a conversion without a click can be attributed to an impression. This field can be selected using the value "ViewthroughLookbackWindow". This field can be filtered on. This field must be between 1 and 30, inclusive.
viewthroughConversionDeDupSearch
Filterable
Selectable
xsd:boolean Indicates whether to turn on search de-duping of view through conversions. This field can be selected using the value "ViewthroughConversionDeDupSearch". This field can be filtered on.
isProductAdsChargeable
Filterable
Selectable
xsd:boolean Indicates whether to turn on charging for product ads. This field can be selected using the value "IsProductAdsChargeable". This field can be filtered on.
productAdsChargeableConversionWindow
Filterable
Selectable
xsd:int Lookback window, in days, for whether product ads can be charged or not. This field can be selected using the value "ProductAdsChargeableConversionWindow". This field can be filtered on.
ConversionTracker.Type xsd:string Indicates that this instance is a subtype of ConversionTracker. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.