リソース名
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Google Ads API におけるエンティティの固有識別子は、リソースと呼ばれます。
予測可能な形式の文字列として表されます。ご存じの場合
このユーティリティを使用すると、
最終的なリソース名を生成します。
PathLookupUtil
パス ルックアップ ユーティリティは、次のような場合にエンティティのリソース名を作成する方法です。
そのエンティティに関連するすべての ID を知ることができますたとえば
リソース名の形式は、
customers/{customer_id}/campaigns/{campaign_id}
(お客様の既知の場合は
検索することもできます。この場合、Path Lookup util を使用すると、
次のように指定します。
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."]]