Advertisement
Guest User

Untitled

a guest
Dec 5th, 2014
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. function custom_func() {
  2. ?>
  3. <!-- Google Code for Remarketing Tag -->
  4. <!--------------------------------------------------
  5. Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup
  6. --------------------------------------------------->
  7. <script type="text/javascript">
  8. /* <![CDATA[ */
  9. var google_conversion_id = 1002910098;
  10. var google_custom_params = window.google_tag_params;
  11. var google_remarketing_only = true;
  12. /* ]]> */
  13. </script>
  14. <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
  15. </script>
  16. <noscript>
  17. <div style="display:inline;">
  18. <img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/1002910098/?value=0&amp;guid=ON&amp;script=0"/>
  19. </div>
  20. </noscript>
  21. <?php
  22. }
  23. add_action('wp_footer', 'custom_func');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement