Re: add campaign.urlcustomparameters

2024-05-22 Thread China Wendel
We are not using the REST interface directly, as I said, we are using the C# library. There is no customers.campaigns.mutate method in the C# library. https://github.com/googleads/google-ads-dotnet [image: unnamed.png] Attached is a picture of what I'm talking about. The Campaign object is a

Re: add campaign.urlcustomparameters

2024-05-17 Thread China Wendel
So, I am trying to use the C# library, Google.Ads.GoogleAds. And, the Campaign object there that I would send in to the mutate method has a readonly UrlCustomParameters variable, so there is no way for me to mutate it. On Wednesday, May 15, 2024 at 5:56:24 AM UTC-5 Google Ads API Forum Advisor

Add Campaign.UrlCustomParameters

2024-05-14 Thread China Wendel
Hello, I am trying to add a list of Campaign-level UrlCustomParameters through the Google Ads API, but the Google.Ads.GoogleAds.V16.Resources.Campaign object in C# has a read-only Campaign.UrlCustomParameters variable, so I can't set this property to mutate it. Is there another way to do