Skip to content

Instantly share code, notes, and snippets.

@dpaternina9
Last active May 15, 2023 15:56
Show Gist options
  • Save dpaternina9/cf2eece9d541e95985c073814f1c18cf to your computer and use it in GitHub Desktop.
Save dpaternina9/cf2eece9d541e95985c073814f1c18cf 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