Hi all,
Like many, we are in the process of migrating from Adwords to Ads, but we
have hit a snag with one of the reports.
In Adwords, we generated a SEARCH_QUERY_PERFORMANCE_REPORT with the
following Adwords Query Language statement (excl. WHERE clause).
SELECT
Date,
Device,
ExternalCustomerId,
AdGroupId,
CampaignId,
CampaignName,
KeywordTextMatchingQuery,
Query,
Clicks,
Cost,
Impressions
FROM
SEARCH_QUERY_PERFORMANCE_REPORT
In the above, we received shopping campaign data (which is what we are most
interested in).
However, when I port this query to the Ads API, we do NOT get any shopping
campaign data at all. The Ads query which we are using is below. Note, this
is the query automatically generated by the Google Adwords to Ads migration
tool.
SELECT
segments.date,
segments.device,
customer.id,
ad_group.id,
campaign.id,
campaign.name,
segments.keyword.info.text,
search_term_view.search_term,
metrics.clicks,
metrics.cost_micros,
metrics.impressions
FROM
search_term_view
I have not been able to find any documentation which states that shopping
campaign data is not available from the search_term_view.
With that background in mind, I have three specific questions:
1. Is shopping campaign data available at all in the Ads
search_term_view?
2. Presuming it is not available, can someone point me to some
documentation for this?
3. Again presuming is it not available, is there a way of getting the
search terms for shopping campaigns?
Hopefully that paints the full picture, but if not, please let me know and
happy to provide more details.
Many thanks in advance
Todd
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6f7af7cd-1117-4ced-83fa-debe1934a9c6n%40googlegroups.com.