ชื่อทรัพยากร
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ตัวระบุที่ไม่ซ้ำกันสำหรับเอนทิตีใน Google Ads API จะเรียกว่าทรัพยากร
และแสดงเป็นสตริงที่มีรูปแบบที่คาดการณ์ได้ หากคุณทราบ
ส่วนประกอบของชื่อทรัพยากร คุณสามารถใช้ยูทิลิตีนี้เพื่อ
สร้างชื่อทรัพยากรสุดท้าย
PathLookupUtil
ยูทิลิตีการค้นหาเส้นทางคือวิธีสร้างชื่อทรัพยากรของเอนทิตีถ้าคุณ
รู้รหัสทั้งหมดที่เกี่ยวข้องกับเอนทิตีนั้น ตัวอย่างเช่น แคมเปญ
ชื่อทรัพยากรอยู่ในรูปแบบ
customers/{customer_id}/campaigns/{campaign_id}
ดังนั้นถ้าคุณรู้จักลูกค้า
และรหัสแคมเปญ คุณสามารถใช้การค้นหาเส้นทางเพื่อสร้าง
ชื่อทรัพยากรดังนี้
client.path.campaign(customer_id, campaign_id)
คุณสามารถใช้ชื่อเอนทิตีอื่นๆ ได้เช่นกัน ซึ่งจะใช้รหัสต่างกันโดยขึ้นอยู่กับ
รูปแบบสุดท้ายของชื่อทรัพยากร
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 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."]]