So,
I’m tracking page views no problem and I’m pulling in customer information but it’s incorrect at the moment.
The customer name I’m pulling into Woopra (via unbounce confirmation page) is listed as full_name, I need a little help to get the format right to capture the details. I’m sure it’s just a small formatting problem but I need some assistance.
This is how I am capturing full_name at the moment;
or after authentication. (Important: Update these values) */ <br /><br /> woopra.identify({ <br />
email: 'email_address', <br />
name: 'full_name', <br /><br /> }); <br /><br /> // The identify code should be added before the "track()" function <br /> woopra.track(); <br /> </script>```