Step 2: Identify Customers
When your customers are logged in, you will need to identify them to Woopra using Custom Visitor Data and the identify() function.
In order to do so, you're going to need to add the customer's email as a unique identifier and any other properties when they're available.
Example Code
You need to update the identify function call with your own server code.