We have sites in DTM that make use of the _satellite.isOutboundLink() method but that seems to have seen eliminated in Launch.
Is there anything we can use to replace that method
We have sites in DTM that make use of the _satellite.isOutboundLink() method but that seems to have seen eliminated in Launch.
Is there anything we can use to replace that method
Copyright © 2021 Jogjafile Inc.
_satellite.isOutboundLink()is meant to be an internal function all this while. There is no official public facing documentation on this method.You can make use of
s.linkInternalFilters, which should be the list of domains not to be tracked.If need be, this list can be dynamically updated with the Custom Code Editor of the Adobe Analytics' action type: Set Variables.
If you need
s.linkInternalFiltersoutside of Adobe Analytics, one way is to create a custom function exposings.linkInternalFiltersto the global or_satellitenamespace.