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 this, besides modifying the Campaign through Google Ads Editor?