歡迎在 5 月 14 日美國東部時間上午 10 點,透過
Discord 的 Google 廣告與評估社群伺服器和
YouTube 觀看直播!我們將討論 Google Ads API 24.1 版新增的功能。
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
資源名稱
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
Google Ads API 中實體的專屬 ID 稱為「資源名稱」,以可預測格式的字串表示。如果您知道資源名稱的組成元件,可以使用這項公用程式產生最終資源名稱。
PathLookupUtil
如果您知道與實體相關的所有 ID,即可使用路徑查詢公用程式建構實體的資源名稱。舉例來說,廣告活動資源名稱的格式為 customers/{customer_id}/campaigns/{campaign_id},因此如果您知道客戶 ID 和廣告活動 ID,可以使用路徑查詢公用程式建構完整資源名稱,如下所示:
client.path.campaign(customer_id, campaign_id)
您也可以使用其他實體名稱,這些名稱會根據資源名稱的最終形式採用不同的 ID。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2026-04-22 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2026-04-22 (世界標準時間)。"],[],[]]