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
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
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
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
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
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.
>
>
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
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
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