AMPHTML Ads

2021-06-25 Thread Gaurav Suri
Hello Team, For AMPHTML Ads created in Google Ads Console, * The reporting done using Adwords API returns 'Display Ad' as the Ad Type and the actual name of ad as displayed in the Ads console * The reporting done using Ads API returns 'UNKNOWN' as the Ad Type and no ad name is returned. Any re

Re: Adwords to Ads API migration - UseRawEnumValues

2021-06-20 Thread Gaurav Suri
Hello Team, We use the python programming language (client lib - https://github.com/googleads/google-ads-python). The enum values are definitely returned by all client libraries. However, the adwords api used to return display value of the enum (as visible in the Google Ads Console) As an examp

Re: Adwords to Ads API migration - UseRawEnumValues

2021-06-06 Thread Gaurav Suri
Thank you for the updates. Do we have any rough timeline, when this may be available ? Regards, Gaurav On Thursday, June 3, 2021 at 10:35:00 PM UTC+5:30 adsapiforumadvisor wrote: > Hi Gaurav, > > Thanks for clarifying this -- there does not appear to be an Ads API > analogue for UseRawEnumVal

Re: Adwords to Ads API migration - UseRawEnumValues

2021-06-02 Thread Gaurav Suri
Hello Matt, Here is the code we use: query = '''SELECT segments.date,campaign.name,ad_group.name,ad_group_ad.ad.type,metrics.impressions from ad_group_ad WHERE segments.date DURING YESTERDAY''' search_request = googleads_client.get_type("SearchGoogleAdsStreamRequest") search_request.customer_id

Adwords to Ads API migration - UseRawEnumValues

2021-06-01 Thread Gaurav Suri
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' I