نام منابع
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
شناسه منحصر به فرد یک موجودیت در Google Ads API نام منبع نامیده می شود و به عنوان یک رشته با قالب قابل پیش بینی نشان داده می شود. اگر اجزای تشکیل دهنده نام منبع را می دانید، می توانید از این ابزار برای تولید نام منبع نهایی استفاده کنید.
کلاس نام منابع
کلاس ResourceNames
راهی برای ساختن نام منبع یک موجودیت است اگر همه شناسه های مربوط به آن موجودیت را بدانید. به عنوان مثال، نام یک منبع کمپین در قالب customers/{customer_id}/campaigns/{campaign_id}
است، بنابراین اگر شناسه مشتری و شناسه کمپین را میشناسید، میتوانید از کلاس ResourceNames
برای ساخت نام کامل منبع به صورت زیر استفاده کنید:
string campaignResourceName = ResourceNames.Campaign(customerId, campaignId),
میتوانید از نامهای موجودیت دیگری نیز استفاده کنید که بسته به شکل نهایی نام منبع، شناسههای متفاوتی میگیرند.
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-08-26 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-08-26 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eThe Google Ads API client library for .NET will drop support for .NET 5.0 starting with version 19.0.0, urging users to upgrade to a newer version.\u003c/p\u003e\n"],["\u003cp\u003eResource names are unique identifiers for entities in the Google Ads API, following a predictable format based on the entity's components.\u003c/p\u003e\n"],["\u003cp\u003eYou can easily construct resource names using the \u003ccode\u003eResourceNames\u003c/code\u003e class if you know the necessary IDs, such as customer and campaign IDs.\u003c/p\u003e\n"]]],[],null,["# Resource Names\n\nThe unique identifier for an entity in the Google Ads API is called a resource\nname, and is represented as a string with a predictable format. If you know\nthe constituent components of a resource name, you can use this utility to\ngenerate the final resource name.\n\nResourceNames class\n-------------------\n\nThe `ResourceNames` class is a way to construct the resource name of an entity\nif you know all of the relevant IDs related to that entity. For example, a\ncampaign resource name is in the format\n`customers/{customer_id}/campaigns/{campaign_id}`, so if you know the customer\nID and the campaign ID, you can use the `ResourceNames` class construct the full\nresource name as follows: \n\n string campaignResourceName = ResourceNames.Campaign(customerId, campaignId),\n\nYou can use other entity names as well, which take different IDs depending on\nthe final form of the resource name."]]