Go to website
Back
Articles on:
Properties
Learn everything about journy.io's properties
Properties Overview
Properties Overview. This overview handles about the data set for either accounts or users. Properties can either be set by sources, as native source properties, or can be computed by journy.io as computed properties. Both (types of) properties will eventually be the field names that are mapped against destination fields. The values of these mapped fields (for each account and user) will eventually be synchronised to the matching users and accounts in each active destination. ![Properties Ov
Few readers
Add a new source property (in journy.io's app)
Add a new source property (in journy.io's app) Add a new source property Here's what you need to do step by step: Go to the properties menu Press the [ + ] button in the upper right corner and select "Add source property". Give a name to that property. If you try entering special characters or space, journy.io will either not react or enter an underscore character ('_') instead.
Few readers
Add a new computed property
Add a new computed property. Add new computed property Here's what you need to do step by step: Go to the properties menu Press the [ + ] button in the upper right corner and select "Add computed property". Give a name to that property. If you try entering special characters or space, journy.io will either not react or enter an underscore character ('_') instead. Select Cat
Few readers
Delete a property
Delete a property Delete a property Here's what you need to do step by step: Go to the properties menu Hoover over the property you want to delete, and press the trash icon. Enter confirm and press "Remove" button. Your property is gone from the list, and will not be defined anymore, until a source adds it (as source property only!).
Few readers
How to set journey properties in JS
How to set journey properties in JS You can set journy.io journey properties by a fix set of JS calls, right from within your website or application. Here's a list of available calls at your disposal: You can use the following script to identify a journy by email. email: the email identifying the contact. score: a number from 0 to 100 representing the certitude/probability that the current journey belongs to
Very popular