Setup the segmentation

Let's see how to push attributes to create segment of users

User segmentation allows you to publish posts to a specific group of users. For example, you can publish a post for only new users or paying customers or any other custom data you find relevant to segment with.

To start using custom attributes in segmentation, follow these steps :

  • Make sure the snippet is loaded to your website (installation instructions)

  • Fetch your user data that you want to use as custom attributes

  • Pass the data to Jimo by using the window.jimo.push([ "set", "user:attributes", [object] ]) method

Last updated