שמות המשאבים
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
המזהה הייחודי של ישות ב-Google Ads API נקרא משאב
והוא מיוצג כמחרוזת בפורמט צפוי. אם ידוע לך
המרכיבים הבסיסיים של שם המשאב, תוכלו להשתמש בכלי הזה כדי
כדי ליצור את השם הסופי של המשאב.
PathLookupUtil
כלי חיפוש הנתיב מאפשר לבנות את שם המשאב של ישות אם
לדעת את כל המזהים הרלוונטיים שקשורים לאותה ישות. לדוגמה, קמפיין
שם המשאב הוא בפורמט
customers/{customer_id}/campaigns/{campaign_id}
, אז אם אתם מכירים את הלקוח
ואת מזהה הקמפיין, אפשר להשתמש בכלי לחיפוש נתיב כדי ליצור
שם המשאב:
client.path.campaign(customer_id, campaign_id)
אפשר גם להשתמש בשמות של ישויות אחרות, שמקבלים מזהים שונים בהתאם
בצורה הסופית של שם המשאב.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-08-21 (שעון UTC).
[null,null,["עדכון אחרון: 2025-08-21 (שעון UTC)."],[[["\u003cp\u003eResource names uniquely identify Google Ads entities and follow a predictable format.\u003c/p\u003e\n"],["\u003cp\u003eThe PathLookupUtil helps construct resource names using known entity IDs, such as customer and campaign IDs.\u003c/p\u003e\n"],["\u003cp\u003eResource name formats vary based on the specific entity and require corresponding entity 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\nPathLookupUtil\n--------------\n\nThe path lookup util is a way to construct the resource name of an entity if you\nknow all of the relevant IDs related to that entity. For example, a campaign\nresource 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 path lookup util to construct the full\nresource name as follows: \n\n client.path.campaign(customer_id, campaign_id)\n\nYou can use other entity names as well, which take different IDs depending on\nthe final form of the resource name."]]