跳转到内容

收入报告 API

使用此 API 来调取 MAX 聚合相关的预估聚合统计数据。响应中显示的所有时间均为 UTC 时间。

请求格式

目标 URL

https://r.applovin.com/maxReport

参数

名称描述示例
api_key您的 Report Keyapi_key=Hyfi8Mkct…WiWP466a1VBL7eUfUlD9JBh
columns请选择要报告返回的列 (列名称表参见下方)。用逗号隔开。columns=day,application,ecpm
end1报告中的最后一天采用 «YYYY»-«MM»-«DD» 格式。end=2019-03-29
filter_«x»通过指定值过滤列 «x» (列名称表参见下方)。filter_max_ad_unit_id=deb878533ea4e76a
format响应格式:csvjsonformat=csv
limitNumber of results to return. Use this together with offset to paginate API requests that have many results.limit=1000
not_zero设置为 1 ,可过滤出所有数值型指标为 0 的数据结果。not_zero=1
offsetHow many entries to skip before returning results. If the value is larger than the total number of entries, this endpoint returns an empty set.offset=0
sort_«x»按列 «x» 对响应进行排序(列名称表参见下方)。您可以使用多个 sort_«x» 参数进行多种排序,这些参数将按照参数在查询字符串中出现的顺序执行。ASC (升序) 或 DESC (降序)。sort_impressions=DESC
start1报告中所需的第一天为 «YYYY»-«MM»-«DD» 格式。start=2019-03-25

1 This API has a request window of 45 days. Make sure the date parameters are in the last 45 days.

名称描述示例
ad_format广告单元广告类型:INTERBANNERREWARDINTER
ad_unit_waterfall_name该 Ad Unit 瀑布流的名称。LAT
application应用程序名称。My App
attemptsNumber of attempts made to an ad network (only shows if you include the column network and/or network_placement; cannot show if you include column max_placement).41734
country两个字母组成的 ISO 国家代码。gb
custom_network_name自定义平台名称。Custom Network
day«YYYY»-«MM»-«DD» 格式的数据日期。2019-03-25
device_type用户设备类型:phonetabletotherphone
ecpm预估产生的 eCPM,以美元计。8.47
estimated_revenue预估产生的收入,以美元计。245.12
fill_rateresponses / attempts (can only show if you include column network and/or network_placement; cannot show if you include column max_placement)..8512
has_idfa用户是否有可用的广告 ID。如果用户启用了 LAT (限制广告跟踪) 或在 GDPR 地区选择不使用其数据,则为 0,否则为 10
hourHour of the data (only for dates in the last 30 days).20:00
impressions显示的展示数量。28942
max_ad_unit_idMAX Ad Unit ID。deb878533ea4e76a
max_ad_unit_testMAX Ad Unit 测试组名称 (如适用)。Control
max_placementMAX 聚合广告位名称 (如适用)。launch_screen
network广告平台名称。AppLovin
network_placement外部广告平台的广告位。ca-app-pub-12345678/0987654321
package_name应用程序的包名/Bundle ID。com.my.test.app
platform应用程序平台:androidfireosiosandroid
requestsNumber of ad requests (cannot show if you include column network, network_placement, or max_placement).45651
responsesNumber of responses from an ad network (can only show if you include column network and/or network_placement; cannot show if you include column max_placement).39841
store_idThe numeric part of the iTunes ID on iOS, or the app’s package name on Android. If the iTunes ID is not known to AppLovin, this is the Bundle ID.1207472156

响应格式

如果请求包含 format=csv,则响应是一个以逗号分隔的文本文件,其列标题的顺序与 columns 参数中指示的顺序相同:

day,hour,application,impressions
2019-03-25,00:00,"My Test App",987654
2019-03-25,01:00,"My Test App",819127