平台未设置 [JAVA - Sandbox V201109]
我在将 API 代码从 V201101、V13 迁移到时遇到此问题 V201109。
在我的 Google 广告系列目标中,我尝试添加语言和平台, 与 Google API 发生了变化。在返回值中我看到两个 添加的目标即语言和平台。
- 在“沙盒帐户查看器”中,我在语言下仅看到“en” 我没有看到任何平台价值。
- 由于 #1 不起作用,我尝试使用编写 API 调用 使用 链接。 这里我看到总条目数是 6 但在实际条目中只有 1 个 可以在没有目标的情况下进入。
谁能帮我解决这个问题。
谢谢 巴拉吉
I AM FACING THIS PROBLEM WHEN MIGRATING API CODE FROM V201101, V13 TO
V201109.
In my Google campaign target, i tried adding Language and Platform and
mutated with Google API. In the return value I am seeing the two
targets being added i.e. Language and Platform.
- In "Sandbox Account Viewer" I am seeing only "en" under Language
and i do not see any Platform value. - Since #1 is not working, I tried using the writing an API call
using the example GetAllCampaignTargets in the link.
Here I see total num entries is 6 but in the actual entries, only one
entry is available with no targets.
Could anyone please help me to sort out the problem.
Thank you
Balaji
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
SandboxAccountViewer 尚未升级到 v201109,因此它不会显示完全相同的数据。 v201109 CampaignTargetService 仅返回 AdScheduleTargets。您需要使用 CampaignCriterionService 来获取语言和平台。
最好的,
- 埃里克
·P.S.官方 AdWords API 论坛位于:http://code.google.com/apis/adwords/社区/
The SandboxAccountViewer has not been upgraded to v201109 yet, so it won't show the exact same data. The v201109 CampaignTargetService only returns AdScheduleTargets. You'll need to use the CampaignCriterionService to get Languages and Platforms.
Best,
- Eric
P.S. The official AdWords API forum is here: http://code.google.com/apis/adwords/community/