Arinerron / opencountrieslist.com

List of countries open to travel right now
https://opencountrieslist.com/
0 stars 0 forks source link

track when page is embedded #2

Closed Arinerron closed 3 years ago

Arinerron commented 3 years ago
setTimeout(function(){
    if(top !== self){
        gtag('event', 'embed', {
          event_category: 'embed',
          event_label: top.location.href,
        });
    }
}, 500);