Hi there I'm retrieving my conversion and conversion rate data from the new 
Google Ads API.
My AWQL is along the lines of the following:

SELECT
  campaign.name,
  metrics.conversions,
  metrics.conversions_from_interactions_rate
FROM
  campaign
WHERE
  segments.date >= '2019-02-01'
AND segments.date <= '2019-02-31'
AND campaign.status IN ('ENABLED', 'PAUSED', 'REMOVED')
LIMIT 1000

This is fine apart from when the campaign contains an experiment. In the 
Google Ads UI these are showing up with two campaign names on the same 
line. In the results from the Adwords API I am only getting one row back 
for the campaign, and I can't seem to breat a breakdown of the conversion 
data.

I'd like to be able to get the conversion data for the original campaign 
and the experiement.

Many thanks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a0a2be5c-ec76-4547-85ec-fe45ba094d3e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to