Folks,
Good afternoon. We are trying to only fire a JS tag when the referring URL is "None" (Direct type in of the domain) as well as not the client's domain. Currently we are using this:
Page Load Rule on DOM Ready
^((?!domain.com).)*$
Thanks in advance for feedback and guidance.
Stuart