Hello Team,
We are in the process of migrating Google Adwords to Ads API for our reporting needs.
There is a parameter called 'UseRawEnumValues' available in the Adwords API, using which, it returns the display value of the enum.
For eg - For Ad Type, one possible value is 'Expanded text ad'
In case of Ads API, this is returned as an enum ordinal '3' (which corresponds to the enum Text 'EXPANDED_TEXT_AD') . So while migrating, the report format / values are changing.
Is there a way, we can get the display value for the enum from Ads API ? What are the alternatives, if it is not supported by the API ?
Thank you