


I am seeing a dip in the graph of siteLaunchModal visits. What could be the issue ? And where I have to debug?
Views
Replies
Sign in to like this content
Total Likes
What is siteLaunchModal visits? What variable is it being collected in?
It appears that this is a very implementation-specific question, so we will want as much detail as possible in order to help troubleshoot. Alternatively, you can check out this KB article: Troubleshoot spikes and drops in data
Views
Replies
Sign in to like this content
Total Likes
Hi thanks a lot for your response. Here is my direct call rule for modal view which will call when the siteLaunchModal popsup.
if (_satellite.getVar('modal name').indexOf('Email') != -1){
s.events=s.apl(s.events,'event1',',',1);
s.linkTrackEvents=s.apl(s.linkTrackEvents,'event1',',',1);
s.linkTrackVars=s.apl(s.linkTrackVars,'eVar5',',',1);
s.linkTrackVars=s.apl(s.linkTrackVars,'eVar6',',',1);
s.eVar5 = _satellite.getVar('thisLink');
s.eVar6 = _satellite.getVar('Page Name');
_satellite.setVar('thisLink','');
//check if "Email me weekly ads and exclusive promotions." is checked
if (_satellite.getVar('promoBox') === true){
s.events=s.apl(s.events,'event93',',',1);
s.linkTrackEvents=s.apl(s.linkTrackEvents,'event93',',',1);
}
}
Please suggest me if i am doing something wrong.Gigazelle
Views
Replies
Sign in to like this content
Total Likes
I'm afraid I still can't tell if there's any issue, since I still don't know what siteLaunchModal visits is, nor do I know what variable its mapped to.
When exactly did you see the drop? Can you trend it over time and pinpoint the day? Can you share the trend line that specifically shows the drop in visits? Do you know if any code changes were made, either in DTM or on your site?
Views
Replies
Sign in to like this content
Total Likes