If console.log() is added to the Action and you can't see it in the
Chrome console, then the Action may not be working.Also note that
_satellite.notify() should be replaced with one of _satellite.logger.
methods that were introduced in Launch.Another debugging approach I
would recommend is to review the Network tab that shows all requests
sent from the page (look for the tags you implemented in the Action
block).
Hi Robert,You cannot remove the library from production directly, either
you need to revert the changes what ever you have done or disable the
rule/dataelements you have worked on and publish them again to
prod.Thanks,Mohanrao
Yash1709,You have two options on how to fix this. You will have to
navigate to the following location: Target > Setup > PropertiesOption1:
Delete the URL from the properties list.Option2: Edit the property get
the special property code and add it to the page code on that URL.Both
of these will make the error go away. If you can't figure out how to do
it and are a supported user reach out to client care at:
ttclientcare@adobe.com or 1 (800) 497-0335 x3If this helps you don't
forget to like and m...