.NET ক্লায়েন্ট লাইব্রেরি
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
.NET ক্লায়েন্ট লাইব্রেরি GitHub-এ হোস্ট করা হয় এবং একটি NuGet প্যাকেজ হিসাবে বিতরণ করা হয়। এটি আপনাকে API ব্যবহারে সহায়তা করার জন্য বেশ কিছু বৈশিষ্ট্য অফার করে, যার মধ্যে ক্রেডেনশিয়ালের সহজ ব্যবস্থাপনা এবং Google Ads API পরিষেবা ক্লায়েন্ট তৈরি করা রয়েছে।
লাইব্রেরি নিম্নলিখিত .NET ফ্রেমওয়ার্ক সমর্থন করে:
- .NET ফ্রেমওয়ার্ক 4.7.2+ (
net472
) - .NET স্ট্যান্ডার্ড 2.1 (
netstandard2.1
2.1 ) - .NET 6.0 (
net6.0
) - .NET 8.0 (
net8.0
)
.NET স্ট্যান্ডার্ড 2.1 অন্যান্য .NET সংস্করণ এবং বাস্তবায়নের সাথে সামঞ্জস্যপূর্ণ, তাই লাইব্রেরি অন্যান্য অনেক প্ল্যাটফর্মে ভাল কাজ করতে পারে। যাইহোক, আমরা আনুষ্ঠানিকভাবে সামঞ্জস্য পরীক্ষা করিনি এবং এইভাবে আনুষ্ঠানিকভাবে এই প্ল্যাটফর্মগুলিকে সমর্থন করি না। .NET স্ট্যান্ডার্ড সামঞ্জস্য সম্পর্কে আরও জানতে https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-1 দেখুন।
Google Ads API .NET লাইব্রেরি অসমর্থিত প্ল্যাটফর্মগুলিতে Grpc.Core
এ একটি ফলব্যাক সহ ডিফল্ট হিসাবে Grpc.Net.Client
ব্যবহার করে। আপনি UseGrpcCore
true
সেট করে Grpc.Core
এর ব্যবহার জোর করতে পারেন। লিগ্যাসি Grpc লাইব্রেরি ব্যবহার করুন দেখুন।
এই লাইব্রেরি ব্যবহার শুরু করতে, পূর্বশর্তগুলি পরীক্ষা করুন এবং শুরু করার নির্দেশিকাটি দেখুন৷
OAuth2 রিফ্রেশ টোকেন সম্পর্কে তথ্যের জন্য, OAuth ডেস্কটপ এবং ওয়েব অ্যাপ্লিকেশন প্রবাহ দেখুন। এবং OAuth2 পরিষেবা অ্যাকাউন্ট ব্যবহার করে API কল করতে, OAuth পরিষেবা অ্যাকাউন্ট প্রবাহ দেখুন।
লাইব্রেরির বৈশিষ্ট্য এবং ইউটিলিটিগুলির জন্য নিম্নলিখিত নির্দেশিকাগুলির সাথে পরামর্শ করুন:
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-08-26 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-08-26 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe 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.\u003c/p\u003e\n"],["\u003cp\u003eThe library supports .NET Framework 4.7.2+, .NET Standard 2.1, .NET 6.0, and .NET 8.0.\u003c/p\u003e\n"],["\u003cp\u003eIt is available as a NuGet package and hosted on GitHub, providing features for easier credential management and service client creation.\u003c/p\u003e\n"],["\u003cp\u003eWhile .NET Standard 2.1 offers compatibility with various .NET versions and implementations, only the explicitly listed frameworks are officially supported.\u003c/p\u003e\n"],["\u003cp\u003eUsers can find comprehensive documentation and guides, covering setup, OAuth flows, logging, and advanced features on the official Google Ads API website.\u003c/p\u003e\n"]]],[],null,["# The .NET Client Library\n\nThe .NET client library is [hosted on GitHub](https://github.com/googleads/google-ads-dotnet) and is distributed\nas a [NuGet package](//www.nuget.org/packages/Google.Ads.GoogleAds/). It\noffers several features to help you use the API, including easier management\nof credentials and creation of Google Ads API service clients.\n\nThe library supports the following .NET Frameworks:\n\n- .NET Framework 4.7.2+ (`net472`)\n- .NET Standard 2.1 (`netstandard2.1`)\n- .NET 6.0 (`net6.0`)\n- .NET 8.0 (`net8.0`)\n\n.NET Standard 2.1 is compatible with several other .NET versions and\nimplementations, so the library might work fine on many other platforms.\nHowever, we haven't officially tested the compatibility and thus don't\nofficially support these platforms.\nSee https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-1\nto learn more about .NET standard compatibility.\n\nThe Google Ads API .NET library uses `Grpc.Net.Client` as the default, with a\nfallback to `Grpc.Core` on unsupported platforms. You can force the use of\n`Grpc.Core` by setting `UseGrpcCore` to `true`. See\n[Use the legacy Grpc library](/google-ads/api/docs/client-libs/dotnet/getting-started).\n\nTo start using this library, check the\n[prerequisites](/google-ads/api/docs/get-started/introduction) and consult the\n[getting started guide](/google-ads/api/docs/client-libs/dotnet/getting-started).\n\nFor information on OAuth2 refresh tokens, check out [OAuth desktop and web\napplication flows](/google-ads/api/docs/client-libs/dotnet/oauth-web). And to make API calls\nusing OAuth2 service accounts, see [OAuth service account\nflow](/google-ads/api/docs/client-libs/dotnet/oauth-service).\n\nConsult the following guides for the library's features and utilities:\n\n- [Logging](/google-ads/api/docs/client-libs/dotnet/logging)\n- [FieldMasks](/google-ads/api/docs/client-libs/dotnet/field-masks)\n- [ResourceNames](/google-ads/api/docs/client-libs/dotnet/resource-names)\n- [Custom gRPC interceptors](/google-ads/api/docs/client-libs/dotnet/custom-interceptors)\n- [Protocol buffer types](/google-ads/api/docs/client-libs/dotnet/working-with-protobuf)"]]