Shopify
if ("{{ customer.email }}") {
RepAI("identify", "{{ customer.email | downcase }}", {
displayName: "{{ customer.name }}",
email: "{{ customer.email | downcase }}"
})
}Last updated
Was this helpful?
if ("{{ customer.email }}") {
RepAI("identify", "{{ customer.email | downcase }}", {
displayName: "{{ customer.name }}",
email: "{{ customer.email | downcase }}"
})
}Last updated
Was this helpful?
Was this helpful?