Automatic opt-in for cross-device conversions in the AdWords API "Conversions" column
trešdiena, 2016. gada 20. jūlijs
The v201601 release of the AdWords API included a new optimizeOnEstimatedConversions attribute of Customer.conversionTrackingSettings that allowed you to opt-in to including cross-device conversions in the Conversions column. With this option set to
What's changing
What you should do
Prior to September 6, 2016, ensure that your CustomerService mutate requests do not attempt to modify the value of optimizeOnEstimatedConversions. You can also migrate your accounts before the migration by setting
If you have any questions, please post on the forum or the Ads Developers Plus Page.
true
, AdWords includes cross-device conversions when optimizing for conversions in an automated bid strategy.What's changing
- Starting on August 16, 2016, new AdWords accounts will automatically have
optimizeOnEstimatedConversions
set totrue
. - During September, 2016, the
optimizeOnEstimatedConversions
setting will be changed totrue
on all existing AdWords accounts to give you the most complete view of performance possible. - Starting on September 6, 2016, the
optimizeOnEstimatedConversions
field in the AdWords API will become read-only. If your CustomerService mutate request attempts to modify this field by sending a value other than the current value, the request will fail with RequestError.INVALID_INPUT.
What you should do
Prior to September 6, 2016, ensure that your CustomerService mutate requests do not attempt to modify the value of optimizeOnEstimatedConversions. You can also migrate your accounts before the migration by setting
optimizeOnEstimatedConversions
to true
.If you have any questions, please post on the forum or the Ads Developers Plus Page.