rocket Meet
Merchant API - جانشین رسمی Content API برای خرید.
point_of_sale با نحوه مدیریت کسب و کار و محصولات خود در Google و نحوه دسترسی برنامهریزی شده به دادهها، اطلاعات بینش و قابلیتهای منحصربهفرد در مقیاس بیاموزید.
امروز با Merchant API شروع کنید!
یک حساب Google Ads موجود را مدیریت کنید، یک حساب Google Ads موجود را مدیریت کنید
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
{% شامل "/google-ads/shopping/articles/___t14" %}
،
{% شامل "/google-ads/shopping/articles/___t14" %}
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-08-29 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-08-29 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eLinking a Google Ads account to a manager account preserves the original account's history, access, and billing, allowing centralized management.\u003c/p\u003e\n"],["\u003cp\u003eManager accounts offer hierarchical management, with up to six levels and a limit of five manager accounts per individual Google Ads account.\u003c/p\u003e\n"],["\u003cp\u003eLinking can be done manually through the Google Ads UI or automatically using the Google Ads API, requiring actions from both the manager and client accounts.\u003c/p\u003e\n"],["\u003cp\u003eManager accounts can have varying access levels to linked accounts, including administrative, standard, read-only, and email-only.\u003c/p\u003e\n"],["\u003cp\u003eDetailed instructions for manual and automatic linking, along with access level information, are provided in linked resources for comprehensive guidance.\u003c/p\u003e\n"]]],[],null,["# Administer an existing Google Ads account\n\nSummary\n-------\n\nWhen you link an existing [Google Ads](/google-ads/api/docs/start) account to a\nmanager account, the Google Ads account and its history don't change. The\noriginal advertisers don't lose access to billing or sign-in.\n\nYou can also link another manager account to your manager account, which lets\nyou manage and view data for all of the Google Ads accounts under that manager\naccount.\n\nA manager account can only have one manager account directly above it.\n\nAn individual Google Ads account can be linked to no more than five manager\naccounts, and your manager account structure can be no more than six levels\ndeep.\n\nManual steps\n------------\n\n### Request link\n\n1. [Find the Google Ads customer ID](https://support.google.com/google-ads/answer/1704344) for the account you want to manage in the top right corner of the Google Ads account.\n2. Sign in to your manager account on the [Google Ads UI](https://ads.google.com).\n3. Click the **Accounts** tab.\n4. Click the **Performance** tab.\n5. Click the **+** plus button.\n6. Click **+ Link existing account**.\n7. Once you've reviewed the terms, enter the Google Ads Customer ID. To link multiple accounts at once, enter one Customer ID per line.\n8. Click **SEND REQUEST**. The Google Ads account receives an account notification and email that invite them to link to your manager account.\n\nA pending notification appears in your manager account's **Pending link\nrequests** . Once the invited account accepts your invitation, you receive an\nemail confirmation and the accounts are linked. See [Link accounts](https://support.google.com/google-ads/answer/7459601) for more\ninformation.\n\n### Accept link\n\nAny user with administrative access on the invited account or on a linked\nmanager account can accept your invitation with the following steps:\n\n1. Click the gear icon.\n2. Choose **Account settings** from the drop-down menu.\n3. Select **Account access** from the side navigation, then click **Accept\n invitation**.\n\nManager accounts can be assigned the following levels of access:\n\n- Administrative\n- Standard\n- Read only\n- Email only\n\nSee [About access levels](https://support.google.com/google-ads/answer/9978556) to learn more.\n\nAutomatic steps\n---------------\n\nLinking accounts must be initiated by the manager account and accepted by the\nindividual account. The state of the link is stored in the `status` field of the\n[`CustomerClientLink`](/google-ads/api/reference/rpc/v21/CustomerClientLink) or\n[`CustomerManagerLink`](/google-ads/api/reference/rpc/v21/CustomerManagerLink).\n\nSee the [list of\nvalid statuses](/google-ads/api/reference/rpc/v21/ManagerLinkStatusEnum.ManagerLinkStatus). Use\n`PENDING` to initiate the link, and `ACTIVE` to accept the link.\n\nLinking two pre-existing Google Ads accounts can be accomplished through these\nsteps:\n\n1. While authenticating as the manager account, extend an invitation to the client account by creating a [`CustomerClientLink`](/google-ads/api/reference/rpc/v21/CustomerClientLink) with status `PENDING`.\n2. While authenticating as the manager account, query the [`GoogleAdsService`](/google-ads/api/reference/rpc/v21/GoogleAdsService) to find the [`manager_link_id`](/google-ads/api/reference/rpc/v21/CustomerClientLink#manager_link_id) of the [`CustomerClientLink`](/google-ads/api/reference/rpc/v21/CustomerClientLink) you created.\n3. While authenticating as the client account, accept the invitation from the manager account by mutating the [`CustomerManagerLink`](/google-ads/api/reference/rpc/v21/CustomerManagerLink) to have status `ACTIVE`.\n\nIf you don't have access to the sub-account, use one of the following\noptions based on your implementation:\n\nWeb flows\n: Use the [OAuth web app authentication model](/google-ads/api/docs/oauth/cloud-project) to set up OAuth2 authentication\n for your software on behalf of the sub-account. For instructions on how\n to set up multiple-user authentication, follow the instructions in the [client\n library](/google-ads/api/docs/client-libs).\n\nOther apps\n: You may want to implement a waiting system that checks for pending invitations\n periodically.\n\nFor code samples on how to manage Google Ads accounts with the Google Ads API\n(including advanced, sub- and test accounts), see [Account Management](/google-ads/api/docs/account-management/overview).\n\nSee\n[Linking to manager accounts](/google-ads/api/docs/account-management/linking-manager-accounts#procedure)\nfor more details."]]