Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Noob question: How do I create a rule from a date element to map that element to a prop/evar/event?

Avatar

Level 2

I have an internal search data element that I have created that I want to map to a specific prop (let's say prop 55). I am new to this tool and can't find how to do it from searching this forum or just Googling. Your help is much appreciated.

1640050_pastedImage_0.png

1 Accepted Solution

Avatar

Correct answer by
Level 9

Can't use screenshots, but I'll try to explain with text only.

The data elements are completely independent from rules. So you could use the same data element in multiple rules and assign it to different eVars or props in these rules.
To use the data element, you need to have a rule and then in the action section add an Action with the Analytics Extension and select the Set Variables. There you have the eVars, props and events where you can select your prop55 from the dropdown and next to the value field is the database icon, where you can search for your searchTerm data element.

Also don't forget to add a Send Beacon action (also from the Analytics Extension) if you want to have this prop tracked with this rule.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 9

Can't use screenshots, but I'll try to explain with text only.

The data elements are completely independent from rules. So you could use the same data element in multiple rules and assign it to different eVars or props in these rules.
To use the data element, you need to have a rule and then in the action section add an Action with the Analytics Extension and select the Set Variables. There you have the eVars, props and events where you can select your prop55 from the dropdown and next to the value field is the database icon, where you can search for your searchTerm data element.

Also don't forget to add a Send Beacon action (also from the Analytics Extension) if you want to have this prop tracked with this rule.

Avatar

Level 2

Thanks Thomas!