ConversionTrackerService v201506

63 views
Skip to first unread message

cvit sandeep

unread,
Jul 15, 2015, 7:39:51 AM7/15/15
to adwor...@googlegroups.com
Hai Adword Team

When we upgraded version from v201502 to v201506 , we cannot get the field "ConversionValue". In the version v201502  we get the result like this
                    [stats] => ConversionTrackerStats Object
                        (
                            [numConversionEvents] => 0
                            [conversionValue] => Money Object
                                (
                                    [microAmount] => 0
                                    [ComparableValueType] => Money
                                    [_parameterMap:ComparableValue:private] => Array
                                        (
                                            [ComparableValue.Type] => ComparableValueType
                                        )

                                )

                            [mostRecentConversionDate] => 
                            [numConvertedClicks] => 0
                        )

                    [viewthroughLookbackWindow] => 30

  After changing version we cannot get the field of "stats" . How can we get the value of numConversionEvents and conversionValue ?

Best Regards

Sandeep

Anthony Madrigal

unread,
Jul 15, 2015, 4:04:47 PM7/15/15
to adwor...@googlegroups.com, cvits...@gmail.com
Hi Sandeep,

The ConversionTracker.stats has been removed for v201506. Attributes mostRecentConversionQueryDate and lastConversionPingTime have been added at the ConversionTracker level instead.

For more information on what changes were made in v201506, visit the Release Notes reference page.

Regards,
Anthony
AdWords API Team

Le Le

unread,
Oct 19, 2015, 9:48:38 AM10/19/15
to AdWords API Forum, cvits...@gmail.com
Hi,

In version 201502, I get conversionValue from  ConversionTracker.stats. But the ConversionTracker.stats has been removed for v201506.

So, how to get conversionValue by ConversionTrackerService in version 201506 ?

Anthony Madrigal

unread,
Oct 19, 2015, 3:00:31 PM10/19/15
to AdWords API Forum, cvits...@gmail.com
Hi,

In order to get equivalent fields for conversionValues in v201506 and v201509, you can use the mostRecentConversionDate and lastReceivedRequestTime of the ConversionTracker.

Cheers,
Anthony
AdWords API Team

Le Le

unread,
Oct 20, 2015, 3:58:37 AM10/20/15
to AdWords API Forum, cvits...@gmail.com
Hi Anthony,

Do you have any example?

In my case, I want get conversionValue, numConversionEvents, numConvertedClicks, mostRecentConversionDate.

In version v201502, I can get them as following:

tracker.ConversionValue = adWordsConversionTracker.stats.conversionValue.microAmount / 1000000;
                    tracker.NumConversionEvents = adWordsConversionTracker.stats.numConversionEvents;
                    tracker.NumConvertedClicks = adWordsConversionTracker.stats.numConvertedClicks;
                    tracker.MostRecentConversionDate = adWordsConversionTracker.stats.mostRecentConversionDate;

But, in version 201506, stats has been removed. So, how to get them by ConversionTrackerService in version v201506 ?

Anthony Madrigal

unread,
Oct 20, 2015, 4:18:35 PM10/20/15
to AdWords API Forum, cvits...@gmail.com
Hi,

Unfortunately, since the ConversionTrackerStats were removed in v201506, there is no way to get the fields conversionValue, numConversionEvents, numConvertedClicks, and mostRecentConversionDate in AdWords v201506 and v201509.

Le Le

unread,
Oct 22, 2015, 2:34:33 AM10/22/15
to AdWords API Forum, cvits...@gmail.com
Thanks for your infomation.
Reply all
Reply to author
Forward
0 new messages