google analytics - How to track the install referrer in ios -
google analytics - How to track the install referrer in ios -
i doing 1 application.in want implement 1 feature android.in android can number of downloads using install referrer.so in ios how can install referrer.
one way (you should clarify customers if ok them) send info server
. maintain track of session count (or set single value nsuserdefaults
) , application version , should fine:
install: session count 0, send "hello"
message server
(server stores device id
)
reinstall: same "install
" (server recognizes device id exists)
update: application version
not same on lastly startup, send "update
" message server
ios google-analytics referrer
Comments
Post a Comment