Skip to content

Instantly share code, notes, and snippets.

@marcusRB
Created October 14, 2018 16:47
Show Gist options
  • Save marcusRB/d7f2f9dfa5eb0a42e6bcbd9370385c8e to your computer and use it in GitHub Desktop.
Save marcusRB/d7f2f9dfa5eb0a42e6bcbd9370385c8e to your computer and use it in GitHub Desktop.
AddPaymentInfo event as ViewContent for Google Tag Manager
/* AddPaymentInfo event as ViewContent for Google Tag Manager - Update 10.2018 MR//PD
Trigger: event on selected PaymentInfo
Remember: Set Tag Sequencing load before main pageView FBads tag
*/
<script>
fbq('track', 'AddPaymentInfo'); //content_category, content_ids, contents, currency, value are optionals
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment