Re: ConversionTrackerService v201506

2015-10-21 Thread Le Le
Thanks for your infomation. On Tuesday, October 20, 2015 at 11:18:35 PM UTC+7, Anthony Madrigal wrote: > > Hi, > > Unfortunately, since the ConversionTrackerStats were removed in v201506, > there is no way to get the fields conversionValue, numConversionEvents, > numConvertedClicks, and mostRece

Re: ConversionTrackerService v201506

2015-10-20 Thread Anthony Madrigal
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. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=

Re: ConversionTrackerService v201506

2015-10-19 Thread Le Le
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 / 100;

Re: ConversionTrackerService v201506

2015-10-19 Thread Anthony Madrigal
Hi, In order to get equivalent fields for conversionValues in v201506 and v201509, you can use the mostRecentConversionDate and lastReceivedRequestTime of the

Re: ConversionTrackerService v201506

2015-10-19 Thread Le Le
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 ? On Wednesday, July 15, 2015 at 11:04:47 PM UTC+7, Anthony Madrigal

Re: ConversionTrackerService v201506

2015-07-15 Thread Anthony Madrigal
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

ConversionTrackerService v201506

2015-07-15 Thread cvit sandeep
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 ( [numConversionEvent