Created
October 18, 2012 14:18
-
-
Save tomfuertes/3912154 to your computer and use it in GitHub Desktop.
Example Google Conversion Code (Javascript)
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"> | |
| /* <![CDATA[ */ | |
| var google_conversion_id = 1234567890; | |
| var google_conversion_language = "en_US"; | |
| var google_conversion_format = "1"; | |
| var google_conversion_color = "666666"; | |
| var google_conversion_label = "Purchase"; | |
| /* ]]> */ | |
| </script> | |
| <script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js"> | |
| </script> | |
| <noscript> | |
| <img height=1 width=1 border=0 src="http://www.googleadservices.com/pagead/conversion/1234567890/?label=Purchase&script=0"> | |
| </noscript> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment