对接亚马逊 ads api( Amazon Advertising API)第二章:沙盒测试
1.Getting a Profile identifier2.List Profile identifier3.Testing the Data Provider API4.总结5.关于开发的一些注意事项:developer notes
·
目录
1.Getting a Profile identifier
3.Testing the Data Provider API
3.1.Create a new test audience
3.4.Associating a record with an audience
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。
关系大概如下:
profile | audience1 | record1 |
record2 | ||
audience2 | ||
record3 |
5.关于开发的一些注意事项:developer notes
Java 对接亚马逊广告API接口(Amazon AWS API) 第三章:对接 Sponsored Products
更多推荐
已为社区贡献6条内容
所有评论(0)