Script Ordering
Video Tutorial:
Article:
Script ordering is normally not important, but in some cases it does matter. In Convertri, scripts can either be read in the order:
page->funnel->domain->account
or
account->domain->funnel->page.
If you script is standalone and doesn’t need anything else to work, then it doesn’t matter whether it is read first or last. Script ordering does, however, matter if two of your scripts are relying on one another. An example, if you have a script which makes an event occur and then a script tracking this. If the tracking script runs before the event, it won’t see the event and so is unable to track it. In circumstances such as these, it is good to keep a track of what order your scripts are running in.
To change the order of your scripts in Convertri:
1. Go to the
Account Dashboard and selected
Scripts from the left-hand menu
2. Here you will be able to see all the Scripts you have set to affect your whole account. You will also be able to see this:
NOTE: Account level is the only place you are able to edit the script run order
3. Next to ‘ Script Run Order’ you will see there is a drop-down. Here you are able to edit the script run order to be page -> account or account-> page.