Manual Mode
SplitMetrics allows integrating with any mobile tracking or analytics systems. You can transmit any parameters with your landing page link and get these parameters value in the form of a variable name in a Custom install URL.
http://stor.re/xxxx/yyyy?click_id=AnyData
This custom parameter will be sent with the variable {click_id}.
You can add it to a Custom install URL (find the checkbox in the second step of creating an experiment) like a standardized variable mentioned above:
https://sample-analytics.com/?сlick={click_id}
or
https://sample-analytics.com/?params=cl:{click_id}
You can send different parameters and combine them with standardized parameters.
URL to promote:
http://stor.re/xxxx/yyyy?click_id=AnyData&IDFA=AnyData
This is what you will get:
https://sample-analytics.com/?сlick={click_id}&idfa={IDFA}&experiment={spm_experiment}&variation={spm_alternative}
or
https://sample-analytics.com/?params=cl:{click_id}:idfa:{IDFA}:exp:{spm_experiment}:var:{spm_alternative}
Automatic Mode
All parameters sent with your landing page link are automatically added to the link that visitors follow after tapping the Install button.
URL to promote:
http://stor.re/xxxx/yyyy?click_id=AnyData&IDFA=AnyData
This is what you will get:
https://itunes.apple.com/app/id123456?click_id=AnyData&IDFA=AnyData