Help Center
14/3/2025 | https://help.adjust.com
Separate multiplatform app data by platform
If your client has a multiplatform app, they may want to see their click and impressions data separated by operating system. For server-to-server integration, you need to append the os_name
parameter to your link URL.
Parameter | Description | Example value |
---|---|---|
os_name
| Device operating system in lowercase and without any version numbers |
|
device_type | Device type in lowercase |
|
ip_address | Device IP address | 8.8.8.8 |
Example
Here's an example of an S2S click link with the appropriate parameters included for a multiplatform app.
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]
The macros in square brackets [ ]
are your network macros, which should be determined and replaced by your ad server.