I'm looking to retrieve all Calls from our Ad Extensions. However, when I
look in the UI the results are consistently different (eg, click_view=8,
ui=6). One client I'm able to run the query for the days before and after —
to test if it was a Time Zone issue — and the results before and after are
0 which match the UI.
I'm using the API to fetch 'click_view's where the 'click_type' is CALLS.
What I can't seem to find is if there's a method to check if these
click_views are valid or not.
ga_service = client.get_service('GoogleAdsService', version='v4')
query = 'SELECT click_view.gclid,
click_view.location_of_presence.most_specific, \
click_view.resource_name, segments.date, segments.click_type, \
ad_group.id, ad_group.name, campaign.id, campaign.name \
FROM click_view \
WHERE segments.date = "{}" AND segments.click_type = "CALLS" \
ORDER BY campaign.id'.format(targetDate.strftime('%Y-%m-%d'))
What am I missing? There's got to be a way...
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/22e2c962-d8c1-462f-8d2a-9040df5c8f06n%40googlegroups.com.