You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 2 Next »
The method allows adding the current user to a segment.
personaclick("segment", "add", params);
The current user's Phone.
personaclick("segment", "add", { "email": "john.doe@examplestore.com", "phone": "+10000000000", "segment_id": 100500 });
personaclick("segment", "add", { "email": "john.doe@examplestore.com", "segment_id": 100500 });
personaclick("segment", "add", { "phone": "+10000000000", "segment_id": 100500 });
personaclick("segment", "add", {"segment_id": 100500});