Add AdWords conversion to a link
<script> $(document).ready(function() { var link = 'http://example.com/your-link'; $('a[href="' + link + '"]').attr('onclick', 'goog_report_conversion ("' + link + '")'); }); </script>