假设我想排除 CID 级别的展示位置。
是否可以使用广告脚本?因为我只看到在广告系列级别排除的方法。
function main(){
var currentAccount = AdsApp.currentAccount();
currentAccount.videoTargeting()
.newYouTubeChannelBuilder()
.withChannelId('_YUugB4IUl4')
.exclude();
Logger.log("done");
}
此外,我也找不到在帐户级别添加此项目的 Google API:
您知道如何以编程方式执行此操作吗?