Calltouch
In this section you will learn:
- How to connect or disable Calltouch on your site.
- How to send custom user parameters to Calltouch.
Calltouch is a calltracking and analytics platform. SegmentStream allows you to connect and send user data to Calltouch.
Page contents
Requirements
For the correct integration of your site with Calltouch:
- You need to configure the transfer of the Viewed Page event in the
digitalData.events
array. - The jQuery library must be installed on the site.
Introduction
With the help of SegmentStream, you can integrate Calltouch with your site. To configure the Calltouch integration:
- Log in on the segmentstream.com website and go to the integration management panel
- Click on the “Integration” tab and click on the block with the Calltouch logo.
- In the panel that opens, configure the integration.
You can read more details about the settings below.
Website ID
Website ID is the unique identifier of your website, it can be obtained by copying it from the field with the tracking script found inside your Calltouch account, or by contacting support at [email protected]. For more information see the Calltouch integration guide.
Custom parameters
SegmentStream can send custom user parameters to Calltouch , this functionality may used for setting up end-to-end analytics between Calltouch and other services, as it is described in the Calltouch documentation.
To configure the transfer of event parameters, fill in 3 fields:
- Left - Enter the name of the parameter that you want to pass data to. It should not contain any spaces.
- Center - Specify the data source:
- DigitalData. Any variable that is present in the digitalData object
- Event. Any variable of any event that is pushed to the
digitalData.events
array
- Right - Specify the name of the variable in the right field
Below are two examples of usage:
- If you want to pass a
promotion
parameter to Calltouch that gets its value from thesharePromotion
variable of an event: - If you want to pass a
websiteDesign
parameter to Calltouch that gets its value from thewebsite.design
variable of the digitalData object:
You can add an unlimited number of event parameters.
Checking the correctness of the integration setup
After configuring the integration in the SegmentStream interface, but before PUBLICATION - go to the site in test_mode, go through the conversion funnel and check for errors. If there are no errors - publish the current version.