Concatenate

Combines two or more individual attributes into a single string for use with Push Data Structures.

Example Use Case

A sports team wants to send a personalized email to fans, offering them a seat upgrade the next time they purchase tickets to a game. They want to start that email with a friendly phrase, such as "Hi there, first name".

They can create an Eligibility Rule, using the concatenate function, to combine the 2 separate parts of that phrase and include that rule in the Push structure used to send the relevant data to their existing system.

Example Eligibility Rule

concatenate "Hi there" fname to a string"

Exp - concatenate

Combining Multiple Attributes

You can combine more than two individual attributes using priority brackets. For example:Exp - concatenate multiple