googleads / googleads-dotnet-lib

Google Ad Manager SOAP API .NET client library
Apache License 2.0
108 stars 199 forks source link

[Urgent] FinalUrls is READONLY #243

Closed ullfindsmit closed 2 years ago

ullfindsmit commented 2 years ago

In the latest library the FinalUrls property is READONLY Assembly Google.Ads.GoogleAds, Version=10.2.0.0, Culture=neutral, PublicKeyToken=52807268f2b614dc

However, in the earlier version it was NOT readonly. Assembly Google.Ads.GoogleAds, Version=10.1.0.0, Culture=neutral, PublicKeyToken=52807268f2b614dc

What is the new way to set the FinalURLs value?

jradcliff commented 2 years ago

Hi,

Based on the assembly and version you mentioned, you are not using this library for the AdWords API, but instead are using the library at https://github.com/googleads/google-ads-dotnet for the Google Ads API.

If so, could you open an issue at https://github.com/googleads/google-ads-dotnet/issues instead, and include more details such as the resource type where you are trying to set FinalUrls, and the error you are getting?

Thanks, Josh, Google Ads API Team

ullfindsmit commented 2 years ago

Thank you for that info. I inherited this code, and this was the repo google sent me to. I have created a ticket on the other repo that you can see here. https://github.com/googleads/google-ads-dotnet/issues/337

jradcliff commented 2 years ago

Thanks. Let's continue the discussion on https://github.com/googleads/google-ads-dotnet/issues/337.