Hi,

I’m trying to retrieve a breakdown of total conversions for campaigns by 
conversion events, including both default and custom conversion goals. For 
this, I used the following query [REF] 
<https://developers.google.com/google-ads/api/docs/conversions/goals/campaign-goals#retrieving_custom_goals>
:
SELECT conversion_goal_campaign_config.campaign, 
conversion_goal_campaign_config.custom_conversion_goal, 
conversion_goal_campaign_config.goal_config_level, campaign.id, 
campaign.name, custom_conversion_goal.name, custom_conversion_goal.status, 
custom_conversion_goal.conversion_actions FROM 
conversion_goal_campaign_config 

However, the attributes related to custom_conversion_goal and 
conversion_goal_campaign_config return null values, while only the campaign 
attributes contain data.

To investigate further, I ran a query specifically to fetch custom 
conversion goals [REF] 
<https://developers.google.com/google-ads/api/docs/conversions/goals/campaign-goals#custom_goals>
:
SELECT conversion_goal_campaign_config.campaign, 
conversion_goal_campaign_config.custom_conversion_goal, 
conversion_goal_campaign_config.goal_config_level, campaign.id, 
campaign.name FROM conversion_goal_campaign_config 

This query successfully returned a list of custom conversion goals in my 
account.

The issue is that I’m unable to fetch the breakdown and performance of 
conversion goals for each campaign, which is the primary information I 
need. Could you please assist in resolving this?

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 [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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/adwords-api/8870cbe4-4109-4938-8e04-e4c15088e498n%40googlegroups.com.

Reply via email to