Note: The hostname of both the website is different. Should we use different tracking code for both the website or one tracking code is enough to track both the website?
If opening the website with a ?stg_debug param doesn’t open the debug mode, then most likely the container code wasn’t properly triggered by adobe launch.
ok thanks a lot for the update. Will check on this.
One more question- How to stop multiple events getting triggered on the click of the social button. I mean to say when i click everytime on the social button, no of events increment.
It’s a question for a separate thread. In general, there’s nothing bad about sending same event multiple times. On the reports, you should be able to compare no. of events with no. of unique events. Limiting this kind of behaviour can be achieved with custom code that would simply block sending the event once again (you can store the state in localstorage /cookies if you want to preserve it between page views or just in javascript object if it concerns the same page view).
Thank you. Here i am talking about the custom event not page view. I am getting multiple event call when i clicked on facebook button. Every time same click event gets incremented by one.