Hi,
Thank you for contacting the Google Ads API support team.
By reviewing your concern, I understand that you are trying to update the
existing budget for a campaign. As per the API documentation, to replace the
budget of an existing campaign, in a CampaignOperation.update, set the
campaign_b
Can anyone out there can give me a good reference cuz, i cant find proper
resources for the same.
1. I tried to retrieve the campaign id first to test things out.
from google.ads.googleads.client import GoogleAdsClient
from dotenv import dotenv_values
def get_campaign_id(campaign_name):
config