Migration click type (Mobile Device,computer,tablet) in report download in v2013

2013-04-04 Thread Mahesh
*Hello All, First Of All Sorry for my bad English, we are downloading report with DownloadCriteriaReportWithAwqlExample() and in side the Defining Fields in query LIke: "SELECT CampaignStatus,CampaignName, Amount, Status, Clicks, Impressions, Ctr,AverageCpc,Cost,AveragePosition FROM CAMPAIGN_PE

Re: Migration click type (Mobile Device,computer,tablet) in report download in v2013

2013-04-04 Thread Takeshi Hagikura (AdWords API Team)
Hi, Yes, you can segment the report with Device. Please include "Device" in your Select columns. Please see this documentfor available columns. Best, - Takeshi On Thursday, April 4, 2013 6:48:09 PM UTC+9, Mahesh wrote

Re: Migration click type (Mobile Device,computer,tablet) in report download in v2013

2013-04-07 Thread Mahesh
Hello Takeshi , Thanks for reply , Do you mean that we should write like below ? * "SELECT CampaignStatus,CampaignName,Device, Amount, Status, Clicks, Impressions, Ctr,AverageCpc,Cost,**AveragePosition FROM CAMPAIGN_PERFORMANCE_REPORT ' . 'WHERE Status IN [ACTIVE, PAUSED] DURING CUR_DA

Re: Migration click type (Mobile Device,computer,tablet) in report download in v2013

2013-04-07 Thread Mahesh
Hello All, *And Special thanks to Takeshi,* we are getting perfect result regarding this.. But Instead of the String of the Device can we get the *ID (numeric value)*? Thanks, With Regards,* Mehul Prajapati.* On Thursday, 4 April 2013 15:18:09 UTC+5:30, Mahesh wrote: > > *Hello All, > First Of

Re: Migration click type (Mobile Device,computer,tablet) in report download in v2013

2013-04-07 Thread Takeshi Hagikura (AdWords API Team)
Hi Mahesh, Do you mean numeric values like 30001 that is present in that doc ? If so, retrieving that values is not supported. You can retrieve the String of the device. Best, - Takeshi On Monday, April 8, 2013 2:11:40 PM UTC+9