ชื่อทรัพยากร
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ตัวระบุที่ไม่ซ้ำกันสำหรับเอนทิตีใน Google Ads API เรียกว่าชื่อทรัพยากร
และแสดงเป็นสตริงที่มีรูปแบบที่คาดการณ์ได้ หากทราบคอมโพเนนต์ที่เป็นส่วนประกอบของชื่อทรัพยากร คุณสามารถใช้ยูทิลิตี้นี้เพื่อสร้างชื่อทรัพยากรสุดท้ายได้
คลาส ResourceNames
ResourceNames
เป็นวิธีสร้างชื่อทรัพยากรของเอนทิตี
หากคุณทราบรหัสที่เกี่ยวข้องทั้งหมดที่เชื่อมโยงกับเอนทิตีนั้น เช่น ชื่อทรัพยากรแคมเปญ
อยู่ในรูปแบบ customers/{customer_id}/campaigns/{campaign_id}
ดังนั้นหากคุณทราบรหัสลูกค้า
และรหัสแคมเปญ คุณจะใช้ยูทิลิตี ResourceNames
เพื่อสร้างชื่อทรัพยากร
แบบเต็มได้ดังนี้
my $resource_name =
Google::Ads::GoogleAds::V21::Utils::ResourceNames::campaign($customer_id,
$campaign_id);
คุณยังใช้ชื่อเอนทิตีอื่นๆ ได้ด้วย ซึ่งจะมีรหัสแตกต่างกันไปตาม
รูปแบบสุดท้ายของชื่อทรัพยากร
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-08-27 UTC
[null,null,["อัปเดตล่าสุด 2025-08-27 UTC"],[[["\u003cp\u003eGoogle Ads API entities are uniquely identified by resource names, which are strings with predictable formats based on their components.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eResourceNames\u003c/code\u003e utility helps construct these resource names when you know the necessary IDs, such as customer and campaign IDs.\u003c/p\u003e\n"],["\u003cp\u003eYou can use the \u003ccode\u003eResourceNames\u003c/code\u003e utility with various entity names, providing the corresponding IDs needed for the specific resource name structure.\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 the\nconstituent components of a resource name, you can use this utility to generate\nthe final resource name.\n\nResourceNames class\n-------------------\n\nThe `ResourceNames` utility 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` utility to construct the\nfull resource name as follows: \n\n my $resource_name =\n Google::Ads::GoogleAds::V21::Utils::ResourceNames::campaign($customer_id,\n $campaign_id);\n\nYou can use other entity names as well, which take different IDs depending on\nthe final form of the resource name."]]