Created
March 2, 2012 15:18
-
-
Save liuggio/1959128 to your computer and use it in GitHub Desktop.
Yahoo! Search Marketing
This file contains 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 language="JavaScript" type="text/javascript"> | |
<!-- Yahoo! Search Marketing | |
window.ysm_customData = new Object(); | |
window.ysm_customData.conversion = "transId=1,currency=2,amount | |
=3"; | |
var ysm_accountid = "1TGFOC61CVR7IG61MK9SVDEMIDG"; | |
document.write("<SCR" + "IPT language='JavaScript' type='text/ | |
javascript' " | |
+ "SRC=//" + "qasrv1.wa.marketingsolutions.yahoo.com" + | |
"/script/ScriptServlet" + "?aid=" + ysm_accountid | |
+ "></SCR" + "IPT>"); | |
// --> | |
</SCRIPT> |
This file contains 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 language="JavaScript" type="text/javascript"> | |
<!-- Yahoo! Search Marketing | |
window.ysm_customData = new Object(); | |
window.ysm_customData.conversion = "transId=1,currency=2,amount | |
=3"; | |
var ysm_accountid = "INSERIRE-ACCOUNTID-TRA-APICI"; | |
document.write("<SCR" + "IPT language='JavaScript' type='text/ | |
javascript' " | |
+ "SRC=//" + "qasrv1.wa.marketingsolutions.yahoo.com" + | |
"/script/ScriptServlet" + "?aid=" + ysm_accountid | |
+ "></SCR" + "IPT>"); | |
// --> | |
</SCRIPT> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment