adjust-icon

服务器到服务器 (S2S) API

S2S 终端

终端功能
https://s2s.adjust.com/event向 Adjust 报告应用内事件
https://s2s.adjust.com/ad_revenue向 Adjust 报告广告收入数据
https://s2s.adjust.com/session向 Adjust 报告会话数据

设备标识符

S2S 事件接受下列设备标识符:

首选标识符

名称
原始 IDFA (仅限 iOS)idfa
原始 Google 广告 IDgps_adid
原始 Amazon Fire 广告 IDfire_adid
公共广告 ID (OAID,仅限华为)oaid
Web ID (由 Adjust Web SDK 生成)web_uuid

备用标识符

名称
原始 IDFV (仅限 iOS)idfv
安卓 ID(仅限安卓设备)android_id

事件提交响应

所有成功跟踪的事件将返回OK响应。

失败事件会返回一个 HTTP 错误代码和 JSON 信息。

错误响应
{ "error": "Event request failed (${error_message})" }

错误信息将定义请求问题。请参阅以下错误信息定义,然后检查您的设置,或发送电子邮件至 support@adjust.com 寻求帮助。

错误代码错误消息原因
400Bad event state在请求详情不符合预期时出现。例如:created at时间早于installed_at时间。
400Invalid app token应用识别码设置错误
400Ignoring event, earlier unique event tracked已记录唯一事件,重复触发事件不再作记录。
400Invalid callback parameters无法提取回传参数。
400Invalid event token事件识别码不存在、设置错误或与应用识别码不匹配。
400Invalid revenue金额设置错误或值太高(上限 = 100,000,000,000)
401Failed to authorize request授权识别码缺失或不匹配
403App is inactive应用已在控制面板中设为非活跃状态
403Tracking disabled未启用对该平台的监测
403Event token blocklistedEvent token blocklisted
404App token not foundApp token not found
404Device not found未找到设备安装数据
413Request size too large您的请求超过了 1 MB 的上限
451Device is opted outDevice is opted out
500Internal error, contact support@adjust.com内部错误,请联系 support@adjust.com 了解详细信息