ios - Restrict Google Analytics to persist local data for too long -


i have read lot setting dispatch interval, send google analytics (ga) data periodically , make future retries if there no network connection etc.

ga documentation regarding dispatching: https://developers.google.com/analytics/devguides/collection/ios/v3/dispatch

think of issue of, instance, using ipad aboard submarine , , surfaces , ipad might able send large chunks of analytics data (it might problematic being out @ sea looking wifi or 3g etc.).

so, it's not sure user ever have network connection , there might long period of time until next network access (+ app being run during specific access well). means ga persist data/hits in local storage possibly long time. have tried find documentation regarding how long hits/data stored , if there settings restrict offline persistence, either specified in maximum time or maybe in max memory being used service.

i know can choose manually handle when tracking made, should not unusual scenario "auto mode" handle, right?

if have insights or recommendations, please feel free. thanks!


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -