/
Welcome Page After Sign Up View (GTM)
Welcome Page After Sign Up View (GTM)
If you don't have a specific welcome page after login on your site, don't use this method. Use this one instead: Successful Login
When welcome page after sign up is viewed, a custom HTML GTM tag with a content like below is need to be triggered.
<script type="text/javascript"> function rdSignup(){ var VL = new Visilabs(); VL.AddParameter("OM.exVisitorID","User ID"); VL.AddParameter("OM.b_sgnp","1"); VL.Collect(); VL.SuggestActions(); } rdSignup(); </script>
Important Notes
- This tag needs to be triggered after the event named visilabs_loaded.
- Product attributes that are taken as parameters for this event needs to be available on dataLayer array.
-SuggestActions() function must be called only once on every page. Otherwise recommendation won't work properly.
Parent Topic: Events Trigger when Page Load
, multiple selections available,
Related content
Welcome Page After Login View (GTM)
Welcome Page After Login View (GTM)
More like this
Welcome Page After Sign Up View
Welcome Page After Sign Up View
More like this
Successful Login (GTM)
Successful Login (GTM)
More like this
Welcome Page After Login View
Welcome Page After Login View
More like this
Successful Sign Up
Successful Sign Up
More like this
Successful Login
Successful Login
More like this
Copyright 2020 Related Digital