SaaSquatch Destination
SaaSquatch quick info
SaaSquatch accepts Identify, and Group calls. If you reference it in the Integrations object, call it “SaaSquatch”.
SaaSquatch accepts device-mode data only from Analytics.js.
Our Saasquatch destination code is all open-source on GitHub if you want to check it out.
Getting Started
All you need to get started is your SaaSquatch Tenant Alias. Enter that into your Segment Destinations settings for SaaSquatch and you’re good to go!
Here’s a quick video on what you need to do:
Identify
The only Segment tracking method supported for Referral SaaSquatch is identify
.
Here’s a full example that includes all the traits we send to SaaSquatch automatically:
analytics.identify( 'u1234', {
firstName: 'Joe',
lastName: 'Tester',
email: 'joe.tester@example.com',
avatar: 'http://www.gravatar.com/avatar/205e460b479e2e5b48aec07710c08d50',
accountId: 'a5678',
referralImage: 'http://www.example.com/logo.png',
checksum: 'arbPDAcedO38Qw/qdJLCqd2tlRQ='
});
For more information about Referral SaaSquatch check out their docs!
Supported Sources and Connection Modes
Before you start, make sure SaaSquatch supports the source type and connection mode you’ve chosen to implement. You can learn more about connection modes here.
Web | Mobile | Server | |
---|---|---|---|
📱 Device-mode | ✅ | ⬜️ | ⬜️ |
☁️ Cloud-mode | ⬜️ | ⬜️ | ⬜️ |
Settings
Segment lets you change these destination settings from the Segment app without having to touch any code.
Referral Image URL
An absolute URL for an image that will be used when a referral is made on Facebook. Minimum image size is 114px tall and 155px wide. Not signed in the checksum.
Tenant Alias
You can find your Tenant Alias in SaaSquatch’s Settings page under Install.
This page was last modified: 22 Nov 2019
Need support?
Questions? Problems? Need more info? Contact us, and we can help!