Tracking Your Sessions
Using Integration Source Types for Tracking Each Session
PAVE's session information includes the source
in the results to track each of your launch methods when utilizing PAVE in more than one type of integration in your different types of user journeys. In addition, the source provides three fields to help with your analytics for each of your sessions.
type
: indicates what method the session originated from, which can be one of four;
api
: - This is the source for any session generated using the POST Create Session method using one of your API keys.dashboard
: - This is any session that an account user sends when logged into their dashboard.shareable_link
: - This is any session generated using your shareable links created in your SETTINGS > WIDGETS.embedded_widget
: - This is any session generated from your embedded widgets created in your SETTINGS > WIDGETS.
In properties
, you will see api_name
: - This is the name you gave the API key when you created it in your DEVELOPER > API KEYS.
You will also see
dashboard_username
if the source type is adashboard
- this is the account username who sent the link.And if the source type is either
shareable_link
orembedded_widget
, you will instead seeform_name
in the results - this is the name you gave each of these when you created them in your SETTINGS > WIDGETS.
Sample Response with Source Type
Last updated