HAUSER data export with custom segment
New
I am looking to implement the HAUSER export tool (https://github.com/fullstorydev/hauser) with a custom segment we have defined in FS. I can’t seem to see / understand where I pass the segment_id in the config.toml file. Any help is appreciated.
0
Comments
5 comments
Hey @biggiemac! Thanks so much for your question and welcome to the FullStory Community! 🎉
First of all… great username. 🍔
As per your question, in order to add a segment ID to your Hauser config, add a new line to the toml file. I recommend placing it near the FullStory API key. Add the key `SegmentId` and set it equal to the segment ID you wish to export. Here's an example:
FsApiToken = "<your FullStory API token>"
Backoff = "30s"
BackoffStepsMax = 8
SegmentId = "<segment id>"
...
FYI, we’re updating the toml file shortly.
Please let me know if you have any other questions as I am happy to help!
Problem solved. Could you add this to the README for the HAUSER Github page. I can’t be the only one who missed it. Many thanks!
Hi! Trying to verify the data set exported by @biggiemac it seems like the tool does not filter for the right segment after adding the segment ID as described above. Also, is there a place to specify the type of export as ‘User’ or ‘Event’?
Hey @biggiemac! So glad to hear that solved the problem! We currently have a pull request out for review to update the example toml and the readme. 😊
Please don’t hesitate to reach out should you have any more questions!
Hey @Annika Maybin! Thanks so much for reaching out! I’ve just created a support ticket on your behalf so you can work with our team on this one! They will likely need to take a look at your toml file (removing the API key) as well as a link to the segment you’re trying to export for more context. 😊
They will be following up with you shortly, and if you have any other questions please don’t hesitate to ask!
Please sign in to leave a comment.