Hey @phillipk92120636,What you are looking to do is actually pretty
simple (if I understand it correctly), I recently implemented something
similar to only show an experience if the disclaimer had not been
accepted (cookie based).The steps to make this work are as follows:1,
Pass cookie value as parameterPass the value of the cookie into the mbox
I did it manually (see below) but using DTM the way you explained does
the same thing.Added to at.js library header to pass cookie value:var
cookieValu...