• Resolved tatof

    (@tatof)


    I get a error after installing / enabling the plugin. I made a Javascript A/B testing.

    if(jQuery('.exitdealholder').length == 1){
                jQuery('.exitdealholder').remove();
            }
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author David Aguilera

    (@davilera)

    What error do you get?

    Thread Starter tatof

    (@tatof)

    in console:

    [NAB] Settings not found

    Plugin Author David Aguilera

    (@davilera)

    Our main tracking script requires an inline script that contains some settings to set it up, including your running experiments, tracking options, etc. This inline script is automatically added by our plugin right before the main tracking script, making sure that, by the time it runs, its settings are already in place.

    If you’re using a cache/optimizer plugin, look at its settings and exclude Nelio A/B Testing scripts from being optimized (namely, those containing nelio-ab-testing or nabSettings).

    Did you copy the main script somewhere else? Perhaps in a third-party website (other than your own website)?

    Thread Starter tatof

    (@tatof)

    Ah i think its cache! (wprocket) What scripts do I need to exclude? ??

    Plugin Author David Aguilera

    (@davilera)

    The main script is nelio-ab-testing-main and then there’s an inline script that contains the string nabSettings. That should help.

    Thread Starter tatof

    (@tatof)

    Thanks! I’m away for the week, will test this next week

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[NAB] Settings not found’ is closed to new replies.