Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!

Site Launch Modal Visits

Avatar

Level 2

I am seeing a dip in the graph of siteLaunchModal visits. What could be the issue ? And where I have to debug?

3 Replies

Avatar

Employee Advisor

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

Avatar

Level 2

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

Avatar

Employee Advisor

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?