This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .padiOverlay { | |
| position: fixed; | |
| left: 0px; | |
| top: 0px; | |
| padding: 0px; | |
| margin: 0px; | |
| visibility: visible; | |
| overflow-x: hidden; | |
| overflow-y: auto; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- PadiAct Code --> | |
| <script type="text/javascript"> | |
| (function() { | |
| var pa = document.createElement('script'), ae = document.getElementsByTagName('script')[0] | |
| , protocol = (('https:' == document.location.protocol) ? 'https://' : 'http://');pa.async = true; | |
| pa.src = protocol + 'd2xgf76oeu9pbh.cloudfront.net/XXXXXXXXXXXXXXXXXXXXXXXXX.js'; pa.type = 'text/javascript'; ae.parentNode.insertBefore(pa, ae); | |
| })(); | |
| </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript"> | |
| window.nrlskOnEvent = function(padiact) | |
| { | |
| if (padiact.type=='subscribe') | |
| { | |
| var google_conversion_id = XXXXXXXXXX; //replace with your value | |
| var google_conversion_label = "XXXXXXXXXXXXXX"; //replace with your value | |
| var image = new Image(1,1); | |
| image.src = "http://www.googleadservices.com/pagead/ conversion/"+google_conversion_id+"/?label="+google_conversion_label+"&script=0"; | |
| } |
OlderNewer