分离多平台应用数据

如果您的客户拥有多平台应用,他们可能希望按操作系统查看点击和展示数据。对于服务器到服务器的集成,您需要将os_name参数附加到链接 URL 中。

参数描述示例值
os_name
  • 必要
设备操作系统使用小写字母且不含任何版本号
  • ios
  • android
  • windows
device_type设备类型 (小写)
  • phone
  • tablet
  • mobile
ip_address设备 IP 地址8.8.8.8

示例

以下为 S2S 点击链接示例,其中包含适用于多平台应用的相应参数。

https://s2s.adjust.com/abc123?campaign={campaign_id}&adgroup={publisher_id}&creative={creative_id}&idfa=[idfa]&s2s=1&device_type=[device_type]&os_name=[os_name]&ip_address=[ip_address]

方括号[ ]中的宏是您的渠道宏,应由您的广告服务器确定和替换。