Forum Discussion
SL
Cirrus
Oct 04, 2015Web Analytics
Hi All
I recently followed the following article to apply the iRule to send Web Analytics as required, https://devcentral.f5.com/articles/automated-web-analytics-irule-style
The Customer ha...
Yann_Desmarest
Cirrus
Mar 16, 2016Hello,
You will have to modify the javascript content to check if the page is loading within an iframe or not. You can use the following function to do it :
function inIframe () {
try {
return window.self !== window.top;
} catch (e) {
return true;
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects