क्या आपको Google Ads API के बारे में सुझाव/राय देनी है या शिकायत करनी है? उपयोगकर्ताओं पर की जाने वाली रिसर्च में हिस्सा लेने का न्योता पाने के लिए, साइन अप करें!
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
.NET क्लाइंट लाइब्रेरी को GitHub पर होस्ट किया जाता है और इसे NuGet पैकेज के तौर पर डिस्ट्रिब्यूट किया जाता है. यह एपीआई का इस्तेमाल करने में आपकी मदद करने के लिए कई सुविधाएं उपलब्ध कराता है. इनमें क्रेडेंशियल को आसानी से मैनेज करना और Google Ads 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 स्टैंडर्ड के साथ काम करने के बारे में ज़्यादा जानने के लिए, https://learn.microsoft .com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-1 पर जाएं.
Google Ads 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"]],["आखिरी बार 2025-06-04 (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."]]],[]]