I want to avoid data capture for certain partners redirecting to our app.Let me know how can i do this.
Hi,
While there wouldn't be a way to block data capture based on the referrer URL out-of-the-box, you could consider using our FS.shutdown() and FS.restart() APIs. For example, some people call FS.shutdown() before the recording </script>
closes, insert conditional logic, and fire the recording script with FS.restart(). Without being familiar with your website, the document.referrer
property could potentially be helpful for you to prevent sessions from being captured if the document.referrer
property is your partners site. We would have to know a bit more about your site to provide specific recommendations, so please let me know if you’d like me to share this with our support team to take a deeper dive!
I hope this helps and please don’t hesitate to reach out should you have anymore questions! 😊
Hi
Hey
By default, FullStory will automatically request a session and start capture on app startup. There are a few ways to achieve this depending on whether you’re on iOS or Android.
To prevent FullStory from capturing data on start if you’re on iOS, in your app’s Info.plist
's FullStory
dictionary, add a RecordOnStart
key, of type Boolean, with a value of NO
or 0
. If you’re on Android, you can set recordOnStart
flag to false
, which will prevent data capture until FS.restart()
API is explicitly invoked.
Please let me know if you have any other questions!
perfect thank you
Reply
Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.