Hi,
I’m trying to add a custom property to a profile, but I can’t get it to work. In fact I can’t even get the built in properties to work. I’m sure it’s something simple, but I’m stumped at the moment.
When I run the following code:
var _learnq = _learnq || e];_learnq.push(;'identify', { '$email' : 'name@gmail.com', '$first_name' : 'First', '$last_name' : 'Last', 'test' : 'test'}]);
and then run some code to add it to a List I would expect to see these additional parameters in the Profile in the Klaviyo dashboard, but the additional parameters aren’t there. I get the confirmation email for the double opt-in list, and then the Profile appears in the list, but without the standard first_ and last_name or the ‘test’ custom parameter.
Any ideas what I’m doing wrong?
Cheers,
Crac