satellite
Hi,
We have currently implemented DTM in this way
| <!-- This tag to be placed just before the end of head section (</head> tag) on all the pages--> | |
| <script src="//assets.adobedtm.com/406b28e75c8a35e01a06c8e4c9ff2a6d7ca1fe91/satelliteLib-8a801b30bff77b913f81561799ca500ec2ca48db-staging.js"></script> |
| <!-- This tag to be placed just before the end of Body section (</Body> tag) on all the pages--> | |
<script type="text/javascript">_satellite.pageBottom();</script> |
As a result when i load my home page i can see mutliple instances of the DTM js file (satellite-*.js)
[img]satellite.png[/img]
This is having an impact on the performance of the home page. What can we do to reduce the number of calls made to load the DTM js file?