Reputation: 45
I have a Page inside which i have an iFrame that has some steps to be done
Now I want a page load rule to fire only for my frame inside the page.
My page URls and iFrame Urls are different, I have the DTM scripts at both page level and frame level
Upvotes: 0
Views: 282
Reputation: 421
Managing code between a typical page and iFrame can be tricky.
I would suggest aborting the default iFrame page view call (s.abort = true) in the AA tool custom code and instead, use a direct call PV rule that can be called and managed any time there is PV activity within the iFrame.
Hope this helps.
Upvotes: 0