I’m facing an issue for one of my client website has the DTM Implementation. I could see that there are multiple calls being fired on the page load. Can someone help me how to resolve this issue.
You can check if there any rules firing along side of multiple server call by enabling the debugging ( using _satellite.setDebug('true'); ), that would help you identifying where these calls are coming from.