Help Center
|
Install callbacks
Adjust servers trigger an install callback when a user opens an app for the first time after install. Qualifying redownloads recorded as redownload installs are also tracked as installs and will trigger an install callback.
The callback parameter for install callbacks is install_callback.
Important:
adj_. Use adj_install_callback for the install_callback parameter.
Recommended placeholders
| Placeholder | Description | Example |
|---|---|---|
{installed_at} | Install, that is, first app open timestamp | 1404214634 |
{installed_at_hour} | Install, that is, first app open timestamp rounded to the nearest hour | 1418169600 |
{conversion_duration} | Time in seconds between click and install or reattribution | 72 |
{is_redownload} | Indicates whether this app activity is the first one recorded after the app was redownloaded (1 = yes, 0 = no) | 1 |
Note:
Install callback example
Tip: