Hi,
i have code generate bij google adwords.. remarketing code..
what i wanna do.. let's say a button is clicked .. then the code
should run .. not before it..
so how can jQuery run other javascript ?
-
var codetorun= "
-
- <script type="text/javascript">
- /* <![CDATA[ */
- var google_conversion_id = xxxxxx;
- var google_custom_params = window.google_tag_params;
- var google_remarketing_only = true;
- /* ]]> */
- </script>
- <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
- </script>
- <noscript>
- <div style="display:inline;">
- <img height="1" width="1"
style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/xxxxxx/?value=0&guid=ON&script=0"/>
- </div>
- </noscript>
- "