REST Resource: partners.adsAccountLinks
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
संसाधन: AdsAccountLink
AdsAccountLink, इन्वेंट्री आइटम के साथ-साथ Google Ads खाते और Partner Center खाते के बीच का लिंक होता है.
JSON के काेड में दिखाना |
{
"name": string,
"itemIds": [
string
],
"state": enum (State )
} |
फ़ील्ड |
name |
string
आइडेंटिफ़ायर. AdsAccountLink के संसाधन का नाम. फ़ॉर्मैट: partners/{partner}/adsAccountLinks/{adsAccountLink}
|
itemIds[] |
string
ज़रूरी है. Google Ads खाते से लिंक किए जाने वाले इन्वेंट्री आइटम आईडी की सूची.
|
state |
enum (State )
सिर्फ़ आउटपुट के लिए. Google Ads खाते के लिंक की स्थिति.
|
स्थिति
Google Ads खाते की स्थिति वाले लिंक पर क्लिक करें.
Enums |
STATE_UNSPECIFIED |
अनजान स्थिति. |
LINKED |
खाता, Partner Center और Ads पोर्टल से लिंक हो. |
PENDING |
खाते को Partner Center या Ads पोर्टल से मंज़ूरी मिलनी बाकी है. |
DELETED |
खाता लिंक मिटा दिया गया है. |
REJECTED |
Partner Center या Ads पोर्टल ने खाते को लिंक करने का अनुरोध अस्वीकार कर दिया है. |
तरीके |
|
Google Ads खाता लिंक करता है. |
|
Google Ads खाते का लिंक मिटा देता है. |
|
Google Ads खाते का लिंक पाएं. |
|
इन्वेंट्री आइटम के साथ Google Ads खाते के लिंक को अपडेट करता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-24 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-24 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eAdsAccountLink connects an Ads account with a Partner Center account, including inventory items.\u003c/p\u003e\n"],["\u003cp\u003eIt includes essential fields like name, inventory item IDs, and the link's current state.\u003c/p\u003e\n"],["\u003cp\u003eThe state of the link can be linked, pending, deleted, or rejected, reflecting its status.\u003c/p\u003e\n"],["\u003cp\u003eYou can manage AdsAccountLinks by creating, deleting, retrieving, and updating them via API methods.\u003c/p\u003e\n"],["\u003cp\u003eThe AdsAccountLink resource uses a JSON representation for data exchange.\u003c/p\u003e\n"]]],[],null,["# REST Resource: partners.adsAccountLinks\n\n- [Resource: AdsAccountLink](#AdsAccountLink)\n - [JSON representation](#AdsAccountLink.SCHEMA_REPRESENTATION)\n- [State](#State)\n- [Methods](#METHODS_SUMMARY)\n\nResource: AdsAccountLink\n------------------------\n\nAdsAccountLink is a link between an Ads account and a Partner Center account along with the inventory items.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"itemIds\": [ string ], \"state\": enum (/maps-booking/reference/maps-booking-api/rest/v1alpha/partners.adsAccountLinks#State) } ``` |\n\n| Fields ||\n|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. Resource name of the AdsAccountLink. Format: `partners/{partner}/adsAccountLinks/{adsAccountLink}` |\n| `item``Ids[]` | `string` Required. List of inventory item Ids to be linked with the Google Ads account. |\n| `state` | `enum (`[State](/maps-booking/reference/maps-booking-api/rest/v1alpha/partners.adsAccountLinks#State)`)` Output only. State of the Ads account link. |\n\nState\n-----\n\nState of the Ads account link.\n\n| Enums ||\n|---------------------|----------------------------------------------------------------------------------|\n| `STATE_UNSPECIFIED` | Unknown state. |\n| `LINKED` | Account is linked between the Partner Center and the Ads Portal. |\n| `PENDING` | Account is waiting for approval on either the Partner Center or the Ads Portal. |\n| `DELETED` | Account link is deleted. |\n| `REJECTED` | Account link request is rejected by either the Partner Center or the Ads Portal. |\n\n| Methods ------- ||\n|-----------------------------------------------------------------------------------------------------|------------------------------------------------|\n| ### [create](/maps-booking/reference/maps-booking-api/rest/v1alpha/partners.adsAccountLinks/create) | Creates Ads account link. |\n| ### [delete](/maps-booking/reference/maps-booking-api/rest/v1alpha/partners.adsAccountLinks/delete) | Deletes Ads account link. |\n| ### [get](/maps-booking/reference/maps-booking-api/rest/v1alpha/partners.adsAccountLinks/get) | Gets Ads account link. |\n| ### [patch](/maps-booking/reference/maps-booking-api/rest/v1alpha/partners.adsAccountLinks/patch) | Updates Ads account link with inventory items. |"]]