Hide

type ConversionTrackingSettings (v201506)

A collection of customer-wide settings related to AdWords Conversion Tracking. Settings that apply at the conversion type level can be accessed and modified though ConversionTrackerService.


Namespace
https://adwords.google.com/api/adwords/mcm/v201506
Fields
Field Type Description
conversionOptimizerMode cm:ConversionDeduplicationMode When set to ConversionOptimizerDeduplicationMode.MANY_PER_CLICK, Conversion Optimizer will focus on increasing the number of conversions (e.g.: If a click results in 15 conversions, it will be more heavily favored than a click that results in only one conversion)

When set to ConversionOptimizerDeduplicationMode.ONE_PER_CLICK, Conversion Optimizer will focus on increasing the number of clicks that convert (e.g.: If a click results in 15 conversions, it will be just as favored as a click that results in only one conversion)


Enumerations
ONE_PER_CLICK
Number of clicks that get at least one conversion.
MANY_PER_CLICK
Total number of conversions per click.
effectiveConversionTrackingId
ReadOnly
xsd:long With Cross-Account Conversion Tracking, a manager can share its conversion tracking ID among the clients it manages. If a customer is using a manager's conversion tracking ID we store it as the customer's effective conversion tracking ID.

This is the conversion tracking ID used for this customer. If this is 0, the customer is not using conversion tracking. If the customer is using cross-account conversion tracking, this conversion tracking ID has been shared from the manager's account. Otherwise, for a customer who is not using cross-account conversion tracking, this is the customer's own conversion tracking ID. This field is read only and will be ignored when sent to the API.

usesCrossAccountConversionTracking
ReadOnly
xsd:boolean True if a customer is using cross-account conversion tracking. False if the customer is not using conversion tracking, or if the customer is using his own conversion tracking ID. This field is read only and will be ignored when sent to the API.

Send feedback about...

AdWords API