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:
- 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.
- 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.
Regards
Code-Working