目录

1.Getting a Profile identifier

2.List Profile identifier

3.Testing the Data Provider API

3.1.Create a new test audience

3.2.Retrieve the audience

3.3.Update the test audience

3.4.Associating a record with an audience

4.总结

5.关于开发的一些注意事项:developer notes

Java 对接亚马逊广告API接口(Amazon AWS API) 第三章:对接 Sponsored Products


写这一章节主要是为了熟悉 API 的一些基础接口有哪些和有什么限制。

通过对文档的了解。我们知道所有的请求都需要一个 profile。

1.Getting a Profile identifier

创建一个 profile

2.List Profile identifier

获取 profileId

3.Testing the Data Provider API

3.1.Create a new test audience

创建 audience

3.2.Retrieve the audience

查询 audience

稍微记一下 cpmCents:99,后面我们修改这个参数。

3.3.Update the test audience

更新 audience

3.4.Associating a record with an audience

将 record 和 audience 关联起来

4.总结

在这个沙盒测试中,我们可以了解到三个东西,分别是:profile audience record。

关系大概如下:

profileaudience1record1
record2
audience2
record3

5.关于开发的一些注意事项:developer notes

Java 对接亚马逊广告API接口(Amazon AWS API) 第三章:对接 Sponsored Products

Logo

亚马逊云科技开发者 Build On 是由亚马逊团队策划、开发者社区联合打造的动手实操系列活动。

更多推荐