Adjust Analytics

Pass Back Install Events

Add the following endpoint to Adjust's single-activity callbacks for INSTALL events [Adjust Docs: Set Up Single-Activity Callbacks]

Note if you already are sending INSTALL events to another endpoint, you will just need to separate the two urls with a space in between [Adjust Docs: Multiple Callbacks for the Same Activity]

https://adjust-callback.candlestick.com/event/adjust/mAU9wNbMWxIlb97VQjb218UUmJsMCj84atpik6QfInM=?app_id={app_id}&app_name={app_name}&adid={adid}&event_name={event_name}&created_at={created_at}&app_version_short={app_version_short}&os_name={os_name}&os_version={os_version}&device_type={device_type}&activity_kind={activity_kind}&installed_at={installed_at}&gps_adid={gps_adid}&idfa={idfa}&idfv={idfv}&publisher_parameters={publisher_parameters}&environment={environment}&country={country}&platform={platform}&web_uuid={web_uuid}&att_status={att_status}&device_model={device_model}&connection_type={connection_type}&device_type={device_type}&lifetime_session_count={lifetime_session_count}

Pass Back Tutorial Start Events (Optional)

If your app is using adjust to track any level-based events, we recommend setting up single activity callbacks for 1 to 2 early-level events, using the above endpoint. This will allow the Candlestick team to track user retention throughout the onboarding flow. Examples:

  • tutorial (or level 1) start

  • level 5 start

Last updated