Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhubbard/d414214ac54aecc04b43717b8bff68bc to your computer and use it in GitHub Desktop.
Save bhubbard/d414214ac54aecc04b43717b8bff68bc to your computer and use it in GitHub Desktop.
<?php
function monsterinsights_amz_appl_affiliate_links() {
?>
<script>
jQuery( document ).ready(function() {
jQuery('a[href*="amazon.com"],a[href*="amzn.to"],a[href*="tv.apple"]').each(function() {
jQuery(this).attr('data-vars-ga-category', 'outbound-link-affiliate' );
});
});
</script>
<?php
}
add_action('wp_head', 'monsterinsights_amz_appl_affiliate_links');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment