Re: How to update a goals with Python?

2022-05-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Martin, Thanks for replying back. For us to investigate, could you please provide us with the complete request and response logs with request-id and request-header generated on your end, so that our team may take a closer look at the issue you’re experiencing. For the client library, logg

Re: How to update a goals with Python?

2022-05-11 Thread san...@knorex.com
I can create customConversionGoal & attach to campaign. How to remove/unlink custom conversion goal from that campaign? I tried to clear custom_conversion_goal or set custom_conversion_goal="" but it give error: Body: null Failure message: errors { error_code { field_mask_error: FIELD_MASK_M

RE: How to update a goals with Python?

2022-03-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi there, Thanks for reaching out to the Google Ads API Forum. I am afraid that there is no sample code for custom conversion goals, and how to update it to your campaign. However, to update the campaign's ConversionGoalCampaignConfig, setting the custom_conversion_goal to the resource name of

How to update a goals with Python?

2022-03-10 Thread Kieran Eddy
mutate_operation = client.get_type("MutateOperation") conversion_goal_campaign_config = ( mutate_operation.conversion_goal_campaign_config.update ) field_mask= protobuf_helpers.field_mask(None,conversion_goal_campaign_config._pb) client.copy_from( conversion_goal_campaign_config_operation.update_