Limitations
- You can store up to 1.5 MB in the Profile object. For dedicated SaaS and on-premises installations, you can configure the limit using the
MAX_MEMORY_OBJECT_SIZE
variable in thevalues.yaml
file. Increasing the object size could lead to performance issues.
Working with the Profile Object
- GUI
- API
You can view the Profile object by navigating to Info > Profile in the Interaction Panel. You can copy the exact JSON path of a Profile object value by right-clicking it and selecting Copy JSON Path.
Managing Information in the Profile Object
The data in the Profile object corresponds to the Contact Profile data, which you can manage in Settings > Contact Profiles.Accessing the Profile object
Nodes can dynamically access Profile properties with CognigyScript, for example,{{profile.property}}
, or Tokens. The CognigyScript expression used to access the Profile object follows the dot notation property.child.child
.
You can also use Analytics Nodes, such as the Add Memory Node, to store data in the Contact Profile.
Example Profile Object
Consider the following Profile object:{{profile.firstname}}
returnsBastian
.{{profile.lastname}}
returnsBux
.