_satellite.__registerScript is not a function error | Community
Skip to main content
New Participant
February 25, 2019
Solved

_satellite.__registerScript is not a function error

  • February 25, 2019
  • 2 replies
  • 4522 views

We are migrating from Signal to Launch. We had set up rules and migrated all script libraries. We have added Launch code snippet to the head tag of our page.

In the console we are getting below error.

_satellite.__registerScript is not a function.

We have tried loading required script libraries to page bottom/page top/window load but noting worked out.

Please help us in resolving this issue.

Note : We have our pages built in People Soft as we were not able to add Launch JS code snippet to the head tag. We have injected it via JS code.

(function() {

var head = document.getElementsByTagName('head')[0];

        var aatagjs = document.createElement("script");

        //aatagjs.async = true;

        aatagjs.src = "//assets.adobedtm.com/" + aaScriptId; //aaScriptId is a viarable holding our Launch Code

        head.appendChild(aatagjs);

    }());

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by jantzen_b

I also don't think having a javascript function that inserts the Launch code is a supported implementation. More info on how to deploy Launch can be found here

2 replies

jantzen_b
jantzen_bAccepted solution
Employee
April 7, 2020

I also don't think having a javascript function that inserts the Launch code is a supported implementation. More info on how to deploy Launch can be found here

Brian_Johnson_
New Participant
August 29, 2019

The last time I saw this error was because someone had both DTM and Launch script references on the page.