You're in the right place! Segment documentation is now part of Twilio Docs. The content you are used to is still here—just in a new home with a refreshed look.
Tapstream Destination
Destination Info
- Accepts Page and Track calls.
- Refer to it as Tapstream in the Integrations object
Segment lets you change these destination settings from the Segment app without having to touch any code.
Property nameTypeRequiredDescription
Account Namestring
required
Your Tapstream account name
SDK Secretstring
required
This is a required property if you want to send Tapstream data from our mobile SDKs.
Track All Pages to Tapstreamboolean
Optional
This will track Loaded a Page events to Tapstream for all page method calls.
Default:
trueTrack Categorized Pages to Tapstreamboolean
Optional
This will track events to Tapstream for page method calls that have a category associated with them. For example page('Docs', 'Index') would translate to Viewed Docs Page.
Default:
trueTrack Named Pages to Tapstreamboolean
Optional
This will track events to Tapstream for page method calls that have a name associated with them. For example page('Signup') would translate to Viewed Signup Page.
Default:
true