Nama Resource
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
ID unik untuk entitas di Google Ads API disebut resource
dan direpresentasikan sebagai string dengan format yang dapat diprediksi. Jika Anda tahu
komponen konstituen dari nama sumber daya, Anda
dapat menggunakan utilitas ini untuk
buat nama resource akhir.
PathLookupUtil
Utilitas pencarian jalur adalah cara untuk
membuat nama sumber daya entitas jika Anda
mengetahui semua ID yang relevan
yang terkait dengan entitas tersebut. Misalnya, sebuah kampanye
nama resource dalam format
customers/{customer_id}/campaigns/{campaign_id}
, jadi jika Anda mengenal pelanggannya
dan ID kampanye, Anda dapat menggunakan utilitas pencarian jalur untuk membuat
nama resource sebagai berikut:
client.path.campaign(customer_id, campaign_id)
Anda juga dapat menggunakan nama entitas lain, yang membutuhkan ID berbeda bergantung pada
bentuk akhir dari nama resource.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-08-21 UTC.
[null,null,["Terakhir diperbarui pada 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."]]