Hi, Thanks for getting back to us.
The reason you got RESOURCE_NOT_FOUND in your created CampaignConversionGoal API request is due to the provided resource name not being in your account. Here’s the below GAQL I used to check for your account: SELECT campaign_conversion_goal.resource_name, campaign_conversion_goal.origin, campaign_conversion_goal.category FROM campaign_conversion_goal WHERE campaign.id = 15855767503 With regards to setting ConversionGoalCampaignConfig, I could not find the resource name that you’re trying to update. Here’s the below GAQL I used to check for your account: SELECT conversion_goal_campaign_config.resource_name, conversion_goal_campaign_config.campaign FROM conversion_goal_campaign_config WHERE campaign.id = 15855767503 You would need to ensure that said resource names already exist in your account in order to perform update actions successfully. Let us know if you have any further questions. Regards, Yasar Google Ads API Team ref:_00D1U1174p._5004Q2Ujk53:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 on the web visit https://groups.google.com/d/msgid/adwords-api/XpCY5000000000000000000000000000000000000000000000R5W7MQ00q-oGY7BaRe6FV4awrxMueQ%40sfdc.net.
