.NET クライアント ライブラリは GitHub でホストされ、NuGet パッケージとして配布されます。認証情報の管理や Google Ads API サービス クライアントの作成など、API の使用に役立つ機能がいくつか用意されています。
このライブラリは、次の .NET フレームワークをサポートしています。
.NET Framework 4.7.2 以降(net472)
.NET Standard 2.1(netstandard2.1)
.NET 6.0(net6.0)
.NET 8.0(net8.0)
.NET Standard 2.1 は他のいくつかの .NET バージョンと実装と互換性があるため、このライブラリは他の多くのプラットフォームで正常に動作する可能性があります。ただし、互換性は正式にテストされていないため、これらのプラットフォームは正式にはサポートされていません。.NET Standard の互換性について詳しくは、https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-1 をご覧ください。
Google 広告 API .NET ライブラリは、デフォルトで Grpc.Net.Client を使用し、サポートされていないプラットフォームでは Grpc.Core にフォールバックします。UseGrpcCore を true に設定すると、Grpc.Core の使用を強制できます。以前の Grpc ライブラリを使用するをご覧ください。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-11-28 UTC。"],[[["The Google Ads API client library for .NET will no longer support .NET 5.0 starting with version 19.0.0, and users should upgrade to a supported version before the end of 2024."],["The library supports .NET Framework 4.7.2+, .NET Standard 2.1, .NET 6.0, and .NET 8.0."],["It is available as a NuGet package and hosted on GitHub, providing features for easier credential management and service client creation."],["While .NET Standard 2.1 offers compatibility with various .NET versions and implementations, only the explicitly listed frameworks are officially supported."],["Users can find comprehensive documentation and guides, covering setup, OAuth flows, logging, and advanced features on the official Google Ads API website."]]],[]]