Welcome to Gilad's Origami Page
Gilad's Origami Page
-->//reporting clicks on Amazon links
var trackOutboundLink = function(store,id,ltype,url)
lact = ltype+" "+store;
ga('send', 'event', 'shopclick', lact, url,
'transport': 'beacon',
'hitCallback': function()window.open(url, '_blank');
);
Welcome to Gilad's Origami Page
Home of the largest collections of origami book reviews and galleries of my folded models. Don't forget to check out the origami articles, as well as the plethora of information on my origami database and on the Swami pages. Feel like folding something? Please try my original origami diagrams.
//window.jQuery || document.write('')
amzn_assoc_ad_type = "link_enhancement_widget";
amzn_assoc_tracking_id = "giladsorigampage";
amzn_assoc_linkid = "X75GWOV27GMPRY6J";
amzn_assoc_placement = "";
amzn_assoc_marketplace = "amazon";
amzn_assoc_region = "US";
//tracking Amazon.com iframe clicks in analytics
var myConfObj =
iframeMouseOver : false,
iframeType : ""
window.addEventListener('blur',function()
if(myConfObj.iframeMouseOver)
//console.log('Wow! Iframe Click!');
ga('send', 'event', 'shopclick', myConfObj.iframeType, window.location.pathname);
);
var iframeAmzn = document.getElementById('iframe-amazon');
if(typeof iframeAmzn !== 'undefined' && iframeAmzn !== null)
iframeAmzn.addEventListener('mouseover',function()
myConfObj.iframeMouseOver = true;
myConfObj.iframeType = "iframe Amazon.com";
);
iframeAmzn.addEventListener('mouseout',function()
myConfObj.iframeMouseOver = false;
);
var iframeAmznJP = document.getElementById('iframe-amazon-jp');
if(typeof iframeAmznJP !== 'undefined' && iframeAmznJP !== null)
iframeAmznJP.addEventListener('mouseover',function()
myConfObj.iframeMouseOver = true;
myConfObj.iframeType = "iframe Amazon JP";
);
iframeAmznJP.addEventListener('mouseout',function()
myConfObj.iframeMouseOver = false;
);
/*
var iframeAmznNative = document.getElementById('amzn-native-ad-0');
if(typeof iframeAmznNative !== 'undefined' && iframeAmznNative !== null)
iframeAmznNative.addEventListener('click', function()
console.log('oh yeah');
ga('send', 'event', 'shopclick', 'Amazon Native ad', window.location.pathname);
,false);
*/
<!--
-->