異動資源
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
Google Ads API 根據您的用途,提供幾種切換資源的方法。每個資源都有對應的服務,可讓您指定該資源類型的 UDF 作業。舉例來說,Campaign
資源具有用於更改廣告活動的對應 CampaignService.MutateCampaigns
端點。
另一個選項是 GoogleAdsService.Mutate
端點,這個端點基本上會納入對資源服務的一系列個別 Variant 呼叫,並提供下列優點:
- 不同資源服務的分組動作。一般呼叫只能針對單一資源服務執行作業。
- 臨時資源名稱。合併作業,在單一要求中建立實體及其子實體。
舉例來說,您可以利用這兩個屬性搭配 GoogleAdsService.Mutate
,只製作完成各步驟的整個廣告活動結構時,才建立整個廣告活動結構。
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-01-06 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"缺少我需要的資訊"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"過於複雜/步驟過多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"過時"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻譯問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/程式碼問題"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"容易理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"確實解決了我的問題"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]