@yuhuisg But to check if the cookie has been set or not (disregard of the value), we still have to configure condition. And, then what would be the condition type in the configuration to check if cookie is set or not?
@yuhuisg Yes, the cookie value is different for different users for example in "date format". But in condition how can i check for if cookie is set or not? Do I have to write any custom code? Can you help on that?
Thanks @juhuisg For the second rule where you asked to create a library loaded event and then check for the condition Cookie, What to do incase if the cookie value changes and is unique for each user? For example if we have ISO date format as value for each accepted cookie.
Hi. I am looking to implement a Launch rule to trigger when either a user clicks on accept cookie banner or a cookie is already existing on the user browser? what could be the custom code in Launch? Any Step by Step information? Or any other direct way to implement the rule?
Hi. I am looking to implement a Launch rule to trigger when either a user clicks on accept cookie banner or a cookie is already existing on the user browser? what could be the custom code in Launch? Any Step by Step information? Or any other direct way to implement the rule?
I have a question about how the Launch work if we want to fire a rule where either click on accept cookie banner or cookie is already on user browser? what could be the custom code in Launch?
I am facing a problem where I am trying to extract the text out of a clickable event. In adobe DTM I have a CSS selector (.cb-bar red) for my on click event rule and I have a prop associated with that event to capture the text out of that clickable link. This is a piece of code for which I wanted to...