Woopra Connector Setup Guide
This article describes how to set up the Woopra connector.
Connector Actions
Action Name | AudienceStream | EventStream |
---|---|---|
Track Event | ✓ | ✓ |
Update Visitor | ✓ | ✓ |
Configure Settings
Go to the Connector Marketplace and add a new connector. Read the Connector Overview article for general instructions on how to add a connector.
After adding the connector, configure the following settings:
Action Settings - Parameters and Options
Click Next or go to the Actions tab. This is where you configure connector actions.
This section describes how to set up parameters and options for each action.
Action - Track Event
Parameters
Parameter | Description |
---|---|
Project |
|
Cookie |
|
Event |
|
Timestamp |
|
Visitor Identifier Type |
|
Visitor Identifier |
|
- Properties to set on the visitor's profile.
- For more information on this format, visit: [Woopra's documentation](https://docs.woopra.com/reference#track-ce).
- These can be strings, numbers, dates, etc.
Each key must be prepended with
cv_
: for example,cv_first_name
orcv_title
.
- Properties to set on the custom event.
- For more information on this format, visit: [Woopra's documentation](https://docs.woopra.com/reference#track-ce).
- These can be strings, numbers, dates, etc.
Each key must be prepended with
ce_
: for example,ce_total_value
orce_purchase_date
.
- Properties to set on the visit or session.
- For more information on this format, visit: [Woopra's documentation](https://docs.woopra.com/reference#track-ce).
- These can be strings, numbers, dates, etc.
Each key must be prepended with
cs_
: for example,cs_is_work_computer
orcs_mobile_web
.
- Visit's referring URL.
- Woopra servers will match the URL against a database of referrers, and will generate a referrer type and search terms when applicable.
- The referrers data will be automatically accessible from the Woopra interface.
- IP address of the visitor.
- If defined, it overrides the physical IP address of the connection.
- In milliseconds.
- Defaults to 30000 (equivalent to 30 seconds), after which the event will expire and the visit will be marked as over, and the visitor as offline.
- User's browser.
- If defined, it overrides the auto-detected browser from the request's user-agent.
- You can also build your custom user-agent.
- User's operating system.
- If defined, it overrides the auto-detected browser from the request's user-agent.
- You can also build your custom user-agent.
- User's device type.
- If defined, it overrides the auto-detected device type from user-agent. Common values are mobile, tablet and desktop.
Action - Update Visitor
Parameters
Parameter | Description |
---|---|
Project |
|
Cookie |
|
Visitor Identifier Type |
|
Visitor Identifier |
|
- Properties to set on the visitor's profile.
- These can be strings, numbers, dates, etc. Each key must be prepended with `cv_`: for example, `cv_first_name` or `cv_title`.
- For more information on this format, visit: [Woopra's documentation](https://docs.woopra.com/reference#track-identify).
This page was last updated: January 24, 2020