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
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
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
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
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