I am trying to download a PRODUCT_PARTITION_REPORT using an AWQL report 
using the .NET Client Library.

The Query:

"SELECT Id FROM PRODUCT_PARTITION_REPORT DURING TODAY"

works as expected returning a list of Ids of the product partitions.

However, when I add the ProductGroup field (or indeed PartitionType) to the 
query and instead attempt, say:

"SELECT Id,ProductGroup FROM PRODUCT_PARTITION_REPORT DURING TODAY"

The API returns the following error:

ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT, Trigger: , FieldPath: 
ProductGroup

These fields are valid as they are listed here 
<https://developers.google.com/adwords/api/docs/appendix/reports#product-partition>
 for 
this report type. Any idea what's wrong here?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/69ad9e38-bb2c-4de9-842f-a7232092b4c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to