Re: broken billing setup | added billing setup via api

2024-08-12 Thread Nikitha Kariappa
The error is from the Google Ads Manager UI (inspected from the Network), the API did not throw any error. On Monday, August 12, 2024 at 10:05:26 PM UTC+5:30 Google Ads API Forum Advisor wrote: > Hi, > > Can you clarify if that error message came from a request made via the > Google Ads API? >

Setting Campaign Bidding Strategy in Google Ads Python Library

2024-08-12 Thread Tayyab
Hi, I'm trying to update a campaign using the Google Ads Python Library, but I'm having trouble setting the campaign_bidding_strategy. According to the documentation at Google Ads API , the campaign_bidding_strategy mus

Setting Campaign Bidding Strategy in Google Ads Python Library

2024-08-12 Thread Tayyab
Hi, I'm working on updating a campaign using the Google Ads Python Library, but I'm encountering issues when trying to set the `campaign_bidding_strategy`. According to the Google Ads API documentation: - In the MaximizeConversionValue

RE: broken billing setup | added billing setup via api

2024-08-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Can you clarify if that error message came from a request made via the Google Ads API? Could you also please share the full JSON request and response logs of the failed request so we can better understand and debug the issue your facing? You can share the requested details via Reply privat

Re: how to get a campaign limited by budget via google ads api?

2024-08-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Kindly note that BUDGET_CONSTRAINED describes primary status reasons for the campaign. Provides insight into why a campaign is not serving or not serving optimally. These reasons are aggregated to determine an overall CampaignPrimaryStatus. Your bid strategy status shows you issues with you

Re: Broken Billing Setup | Added Billing setup via API

2024-08-12 Thread Nikitha Kariappa
This is the error : java.lang.IllegalStateException: Getting tangle response failed: command_responses { root_ids { customer_id: 64X02 } status: INVALID_ARGUMENT known_change_id: 1723XX439 checkpoint_written: false } errors { error_code: "CUSTOMER_BILLING_ERROR_CBT_EXISTS"

Broken Billing Setup | Added Billing setup via API

2024-08-12 Thread Nikitha Kariappa
Hi, I’m facing an issue with the billing setup in Google Ads. I added the billing setup via the API and the API went through, but it appears to be broken or not functioning as expected in Google Ads manager UI. Has anyone experienced something similar, or does anyone have suggestions on how

RE: get recommend budget and click estimate

2024-08-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. You can use the below query to fetch the recommended (blue highlighted) budget: SELECT campaign_budget.recommended_budget_estimated_change_weekly_clicks, campaign_budget.recommended_budget_estimated_change_weekly_cost_micros FRO

Re: how to get a campaign limited by budget via google ads api?

2024-08-12 Thread 'Christopher Chan' via Google Ads API and AdWords API Forum
Not sure if it's entire the same, but are you able to use the Campaign Primary Status reason instead? - it has 'BUDGET_CONSTRAINED' https://developers.google.com/google-ads/api/reference/rpc/v17/CampaignPrimaryStatusReasonEnum.CampaignPrimaryStatusReason On Friday, August 9, 2024 at 11:52:15 PM