Hello, I'm using the AdWords API v201708 to download reports. In my API settings, I enabled the "useRawEnumValues" header.
However, when downloading reports, there are two issues where the API shows incorrect or at least unexpected behaviour: 1. The column CombinedApprovalStatus in the AD_PERFORMANCE_REPORT seems to return display values instead of raw enum values at all. For example, for some ads the CombinedApprovalStatus contains Approved (limited) instead of APPROVED_LIMITED. 2. The column AdGroupType in the ADGROUP_PERFORMANCE_REPORT contains the raw enum values for most of the ads, but contains an empty string "" instead of the UNKNOWN enum value. I've posted these issues in the php-lib gitlab repository <https://github.com/googleads/googleads-php-lib/issues/361> but I was told these are errors of the underlying API. Regards Code-Working -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/19bba131-09bc-4038-83a5-fb26491b7f45%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
