gpt4 book ai didi

javascript - Google Adwords API 发现以元素 'serviceSelector' 开头的无效内容

转载 作者:行者123 更新时间:2023-11-30 15:11:07 25 4
gpt4 key购买 nike

我正在尝试使用 nodejs 从 Google Adwords API 检索提要。我可以如下所示成功检索广告系列。

var selector = {
fields: ['id','name'],
ordering: [{field: 'name', sortOrder: 'ASCENDING'}],
paging: {startIndex: 0, numberResults: AdwordsConstants.RECOMMENDED_PAGE_SIZE}
};
campaignService.get({serviceSelector: selector}, (error, result) => {
return res.send(result);
});

但是当我尝试使用 feedService 而不是 campaignService.. 它给出了以下错误。

Unmarshalling Error: cvc-complex-type.2.4.a: Invalid content was found starting with element 'serviceSelector'. One of '{\"https://adwords.google.com/api/adwords/cm/v201705\":selector}' is expected.

我整个上午都在寻找答案,但没有成功。请帮忙。

最佳答案

对于 FeedItemService 或 FeedService,参数只是称为 selector 而不是 serviceSelector

引用:FeedService.get() , FeedItemService.get()

关于javascript - Google Adwords API 发现以元素 'serviceSelector' 开头的无效内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45097224/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com