Re: Integer Id fields in GEO_PERFORMANCE_REPORT

2014-10-24 Thread peter . rietzler
Hi It would help us if you fix the data type in the report reference as well as in the report reference CSV files to download. We use this information to generate some stuff and have to change the datatype each time we update our Adwords API versions. Thanks! Peter Am Dienstag, 20. Mai 20

Re: Integer Id fields in GEO_PERFORMANCE_REPORT

2014-06-03 Thread Josh Radcliff (AdWords API Team)
Hi Devesh, Good point -- I have updated the request to include CLICK_PERFORMANCE_REPORT. Cheers, Josh, AdWords API Team On Monday, June 2, 2014 9:13:22 PM UTC-4, Devesh Parekh wrote: > > Thanks, Josh. Can you add the CLICK_PERFORMANCE_REPORT to the enhancement > request as well? > > -- > Deve

Re: Integer Id fields in GEO_PERFORMANCE_REPORT

2014-06-02 Thread Devesh Parekh
Thanks, Josh. Can you add the CLICK_PERFORMANCE_REPORT to the enhancement request as well? -- Devesh On Tuesday, May 20, 2014 2:11:44 PM UTC-7, Josh Radcliff (AdWords API Team) wrote: > > Hi Devesh, > > I've submitted a separate enhancement request to add fields for the Long > IDs to the repo

Re: Integer Id fields in GEO_PERFORMANCE_REPORT

2014-05-20 Thread Josh Radcliff (AdWords API Team)
Hi Devesh, I've submitted a separate enhancement request to add fields for the Long IDs to the report. We may not switch the meaning of the existing fields since that could cause problems for developers who are expecting a combination of Long and String values in those fields. I'll post here wh

Re: Integer Id fields in GEO_PERFORMANCE_REPORT

2014-05-19 Thread Devesh Parekh
Hi Takeshi, This bug is causing the reporting endpoint to return data that I cannot automatically map to an ID. For example, when I run "SELECT CityCriteriaId, MetroCriteriaId, RegionCriteriaId, CountryCriteriaId, MostSpecificCriteriaId, Impressions,Clicks FROM GEO_PERFORMANCE_REPORT WHERE AdG

Re: Integer Id fields in GEO_PERFORMANCE_REPORT

2013-07-29 Thread Devesh Parekh
Thanks, Takeshi. Can you also request that they add integer id fields to the report? -- Devesh On Sunday, July 28, 2013 11:45:08 PM UTC-7, Takeshi Hagikura (AdWords API Team) wrote: > > Hi Devesh, > > Thanks. Confirmed the situation. > Escalated a request to fix the fieldType to String. > >

Re: Integer Id fields in GEO_PERFORMANCE_REPORT

2013-07-28 Thread Takeshi Hagikura (AdWords API Team)
Hi Devesh, Thanks. Confirmed the situation. Escalated a request to fix the fieldType to String. Best, - Takeshi, AdWords API Team On Saturday, July 27, 2013 3:10:21 AM UTC+9, Devesh Parekh wrote: > > Hi Takeshi, > > Yes, all the values for these ID fields are non-numerical (like "Ireland" > a

Re: Integer Id fields in GEO_PERFORMANCE_REPORT

2013-07-26 Thread Devesh Parekh
Hi Takeshi, Yes, all the values for these ID fields are non-numerical (like "Ireland" and "Cork"), and you can verify it by running the example query I provided. According to the documentation, these should be Integers, and I would much prefer to have the report behave as documented instead of as

Re: Integer Id fields in GEO_PERFORMANCE_REPORT

2013-07-25 Thread Takeshi Hagikura (AdWords API Team)
Hi, Was there a non numerical value for Id field? If not, you can map it to Integers in a programing language. Basically the result is returned as CSV or XML as you specified when you download a report. Best, - Takeshi, On Wednesday, July 24, 2013 9:19:34 AM UTC+9, Devesh Parekh wrote: > > A