Introduction
This filter is relevant to Mobile App Installs only. Mismatches relate to SDK Fraud.
This parameter is available on Adjust Integration but can be passed to the following parameters:
- begin_install_time
- finish_install_time
- landing_page_time
Setup
The filter allows to set a tolerance in seconds where conversion are not flagged although the times are not as expected. This is to avoid any technical differences. The default value is 5 seconds.
Parameters considered:
- Install Begin Time
- Install Finish Time
- Landing Page Time (Extra Parameter)
- Conversion Time
- Click Time
It performs the following checks:
- Begin Install Time < Install Finish time (+ Tolerance duration time)
- Landing Page time < Install Begin Time (+ Tolerance duration time)
- Finish Install Time < Conversion Time (+ Tolerance duration time)
- Click Time < Landing Page Time (+ Tolerance duration time)