Use Case: Create an XT activity for specific CRM IDs
In Launch: There's an existing Target Load and Fire rule. In that rule, there's an Add Params to Page Load Request action.
Name: mbox3rdpartyid
Value: (a variable that contains the CRM ID value, from a data element)
I believe this part works, it's how to pull this in Target that I need help with.
In Target>Profile Scripts, I made a profile script called id_mbox3rdpartyid with this code: return profile.get('mbox3rdpartyid');
Then in Audience Library, I made an audience called IDaudience, set up as this: Visitor Profile: user.id_mbox3rdpartyid equals (case sensitive) 0000000000
(The id I used is the real ID and not zeroes.)
I created the activity and set the audience to IDaudience. The experience is not being shown. This is set up on a password protected site. I made sure the user has the ID I entered in the audience.
I also tried making a second Audience set up as: Custom: mbox3rdpartyid Equals (case insensitive) 0000000000. This doesn't work either.
Please assist.