Last active
May 4, 2017 01:17
-
-
Save marcfowler/f3047118768eb40cb7a1eff2abc371bd to your computer and use it in GitHub Desktop.
ThriveCart: Help: Facebook Pixel code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script>fbq('track', 'Purchase', {value: _thrive_order.order.bump.total_readable, currency: _thrive_order.order.currency});</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script>fbq('track', 'Purchase', {value: _thrive_order.order.downsells[DOWNSELL_ID_HERE].total_readable, currency: _thrive_order.order.currency});</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script>fbq('track', 'Purchase', {value: _thrive_order.order.product.total_readable, currency: _thrive_order.order.currency});</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script>fbq('track', 'Purchase', {value: _thrive_order.order.upsells[UPSELL_ID_HERE].total_readable, currency: _thrive_order.order.currency});</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment