April 15, 2020
Pinterest Tag
By Dave Jeans
NOTE:
I will be adding more information to this blog as I find it.
PINTEREST CODE IN SHOPIFY
before
In Themes > Edit Code
<
script
type
=
"text/javascript"
>
!function(e){if(!window.pintrk){window.pintrk=function()
{window.pintrk.queue.push(Array.prototype.slice.call(arguments))};var
n=window.pintrk;n.queue=[],n.version="3.0";var
t=document.createElement("script");t.async=!0,t.src=e;var
r=document.getElementsByTagName("script")[0];r.parentNode.insertBefor
e(t,r)}}
pintrk('load','YOUR_TAG_ID', { em: '{{ customer.email }}', });
pintrk('page');
script
>
<
noscript
>
<
img
height="1" width="1" style="display:none;" alt=""
noscript
>
CHECKOUT CODE
Add this to the Settings > Checkout
{% if first_time_accessed %}
<
script
type
=
"text/javascript"
>
!function(e){if(!window.pintrk){window.pintrk=function()
{window.pintrk.queue.push(Array.prototype.slice.call(arguments))};var
n=window.pintrk;n.queue=[],n.version="3.0";var
t=document.createElement("script");t.async=!0,t.src=e;var
r=document.getElementsByTagName("script")[0];r.parentNode.insertBefore(t,r)}}
("https://s.pinimg.com/ct/core.js");
pintrk('load','YOUR_TAG_ID', { em: '{{ customer.email }}', });
pintrk('page');
script
>
<
noscript
>
<
img
height="1" width="1" style="display:none;" alt=""
src="https://ct.pinterest.com/v3/?
tid
=
YOUR_TAG_ID
&
noscript
=
1
" />
noscript
>
<
script
>
pintrk('track', 'checkout',{
value: {{ total_price | money_without_currency }},
currency: '{{ currency }}',
order_quantity: 1,
order_id: {{ checkout.id }}
});
script
>
<
noscript
>
<
img
height="1" width="1" style="display:none;" alt=""
src="https://ct.pinterest.com/v3/?
tid
=
YOUR_TAG_ID
&
event
=
checkout
&
noscript
=
1
"/>
noscript
>
{% endif %}
ADD TO CART CODE
PRODUCT TEMPLATE OR FORM
onclick="pintrk('track', 'addtocart', {value: {{product.selected_variant.price | money_without_currency}},order_quantity: 1});"
Leave a comment
Also in eCommerce Success Blog
Users and Permissions Shopify 2.0
By Veronica Jeans, Bestselling Author April 06, 2025
This interactive matrix helps you clearly understand what each team member can access in your Shopify store based on their assigned role.
Continue reading
From Retail Challenges to Opportunities: Adapting Your Business for Success in 2025
By Veronica Jeans, Shopify Queen March 29, 2025
Navigating the ever-changing landscape of retail in the USA can feel like steering a ship through a storm, but with the right strategies, your e-commerce business can not only survive but thrive.
Continue reading
AI Agents: The Future Workforce Revolution Reshaping Business
By Veronica Jeans, Bestselling Author March 23, 2025
The Untold Impact of AI in Everyday Workplaces
Continue reading