<head></head><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'); 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>
YOUR_TAG_IDEvent | Purpose | Usable for Audience Creation | Usable for Conversion Reporting |
|---|---|---|---|
AddPaymentInfo | Track people who enter payment information, such as a credit card number. | No | Yes |
AddToCart | Track people who add items to shopping carts. | Yes | Yes |
AddToWishList | Track people who add a viewed item to a wish list. | No | Yes |
Checkout | Track people who complete transactions. | Yes | Yes |
Contact | Track people who contact you through phone, email, chat or other methods. | Yes | |
CustomizeProduct | Track people who customize a product using a tool on your website or app. | Yes | |
FindLocation | Track people who find your business location through web or app. | Yes | |
InitiateCheckout | Track people start the process of checking out an item for purchase but do not complete it. | No | Yes |
Lead | Track people who show interest in your product or service. | Yes | Yes |
PageVisit | Track people who view primary pages, such as product pages and article pages. | Yes | Yes |
Search | Track people who search for products or services you offer. | Yes | Yes |
Schedule | Track people who schedule an appointment at one of your business locations. | Yes | |
SignUp | Track people who sign up for your product or service. | Yes | Yes |
StartTrial | Track people who start a free trial of a product or service. | Yes | |
Subscribe | Track people who subscribe to receive information and updates related to products or services. | No | Yes |
SubmitApplication | Track people who complete and submit an application for a product, service, or program. | Yes | |
ViewCategory | Track people who view category pages. | Yes | Yes |
ViewContent | Track people who view site content. | No | Yes |
WatchVideo | Track people who watch videos. | Yes | Yes |
Custom event that you name | Track an event that does not conform to any of the Pinterest-defined types. You give this event a unique name that is meaningful to your business. Create the name with any upper- or lower-case letters (treated as case insensitive), numerals 0 through 9, underscores _-Limit the name to 100 characters. Example: TookSurveyMake sure to map any custom event to a Pinterest standard event. |
scriptnoscriptYOUR_TAG_ID<script> pintrk('track', 'AddToWishList'); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=YOUR_TAG_ID&event=AddToWishList&noscript=1" /> </noscript>
<script> pintrk('track', 'TookSurvey'); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=YOUR_TAG_ID&event=TookSurvey&noscript=1" /> </noscript>
<head></head>valueorder_quantityvalueorder_quantity| Event data | Sample value | Type | Audience creation | Conversion reporting |
|---|---|---|---|---|
event_id | eventId0001 | String (an id string that uniquely identifies the event) | No | No |
value | 100.00 | Number (integer or floating point) | Yes | Yes |
order_quantity | 1 | Integer | Yes | Yes |
currency | USD | One of the following: USD GBP CAD EUR AUD NZD | Yes | Yes |
order_id | X-15148 | String | Yes | Yes |
product_name | Parker Boots | line_items | Yes | No |
product_id | 1414 | line_items | Yes | Yes |
product_category | Shoes | line_items | Yes | Recommended |
product_variant_id | 1414-Red | line_items | Yes | No |
product_variant | Red | line_items | Yes | No |
product_price | 99.99 | Number (integer or floating point), line_items | Yes | No |
product_quantity | 1 | Integer, line_items | Yes | No |
product_brand | Parker | line_items | Yes | No |
promo_code | WINTER10 | String | Yes | No |
property | Athleta | String | Yes | No |
search_query | boots | String | Yes | No |
video_title | How to style your Parker Boots | String | Yes | No |
lead_type | Newsletter | String | Yes | No |
| Campaign type | Required events | Recommended events | Required event data | Recommended event data |
|---|---|---|---|---|
| Brand awareness | None | add_to_cartcheckoutleadpage_visitsignup | None | |
| Catalog sales | add_to_cartcheckoutpage_visit | leadsignup | currencyadd_to_cartcheckout
|
|
| Consideration | None | add_to_cartcheckoutleadpage_visitsignup | None | |
| Conversions | At least one of:
|
| None |
|
| Video completion | None | None | None |
order_quantity value event_id value quantity <script> pintrk('track', 'checkout', { value: 10.0, order_quantity: 2, currency: 'USD', event_id: 'eventId0001', line_items: [ { product_name: 'Parker Boots', product_id: '1414', product_price: 5.0, product_quantity: 1, }, { product_name: 'Parker Sandals', product_id: 'ABC', product_price: 5.0, product_quantity: 1, }, ], }); </script>
<script> pintrk('track', 'pagevisit', { promo_code: 'WINTER10', event_id: 'eventId0001', }); </script>
<script> pintrk('track', 'signup', { lead_type: 'New release promotion', }); </script>
<script> pintrk('track', 'checkout', { value: 116, order_quantity: 2, currency: 'USD', line_items: [ { product_name: 'Pillows (Set of 2)', product_id: '11', product_price: 48.0, product_quantity: 1, }, { product_name: 'Pillows, Large (Set of 2)', product_id: '15', product_price: 68.0, product_quantity: 1, }, ], }); </script>
<script> pintrk('track', 'watchVideo', { video_title: 'My product video 01', }); </script>
<script> pintrk('track', 'lead', { lead_type: 'Newsletter', }); </script>
<img><noscript><noscript> <img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=YOUR_TAG_ID &event=checkout &ed[value]=10.00 &ed[order_quantity]=2 &ed[currency]=USD &ed[event_id]=YOUR_EVENT_ID &ed[line_items][0][product_name]=Parker+Boots &ed[line_items][0][product_id]='1414' &ed[line_items][0][product_price]=5.00 &ed[line_items][0][product_quantity]=1 &ed[line_items][1][product_name]=Parker+Sandals &ed[line_items][1][product_id]='ABC' &ed[line_items][1][product_price]=5.00 &ed[line_items][1][product_quantity]=1 &noscript=1" /> </noscript>
<img><noscript> <img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=YOUR_TAG_ID&event=checkout&ed[value]=10.00&ed[order_quantity]=2&ed[currency]=USD&ed[event_id]=YOUR_EVENT_ID&ed[line_items][0][product_name]=Parker+Boots&[line_items][0][product_id]='1414'&ed[line_items][0][product_price]=5.00&ed[line_items][0][product_quantity]=1&ed[line_items][1][product_name]=Parker+Sandals&ed[line_items][1][product_id]='ABC'&ed[line_items][1][product_price]=5.00&ed[line_items][1][product_quantity]=1&noscript=1" /> </noscript>
<script> pintrk('track', 'checkout', { value: 10.0, // Read this value (must be a number) order_quantity: 5, // Read this quantity (must be an integer) }); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=123456789&event=checkout&ed[value]=10.00&ed[order_quantity]=5&noscript=1" /> </noscript>
<head> <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', '123456789'); pintrk('page'); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=123456789&noscript=1" /> </noscript> <script> pintrk('track', 'pagevisit'); pintrk('track', 'addtocart'); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=123456789&event=pagevisit&noscript=1" /> <img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=123456789&event=addtocart&noscript=1" /> </noscript> </head>
123456789 pagevisit <head> <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', '123456789'); pintrk('page'); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=123456789&noscript=1" /> </noscript> <script> pintrk('track', 'pagevisit'); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=123456789&event=pagevisit&noscript=1" /> </noscript> </head>
123456789pagevisitaddtocart<head> <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', '123456789'); pintrk('pagevisit'); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=123456789&noscript=1" /> </noscript> <script> pintrk('track', 'pagevisit'); pintrk('track', 'addtocart'); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=123456789&event=pagevisit&noscript=1" /> <img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=123456789&event=addtocart&noscript=1" /> </noscript> </head>
<script> pintrk('track', 'checkout', { value: 10.0, order_quantity: 2, currency: 'USD', event_id: ‘eventId0001’, }); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=YOUR_TAG_ID&event=checkout&ed[value]=10.00&ed[order_quantity]=2&ed[event_id]=eventId0001&noscript=1" /> </noscript>
valueorder_quantitycurrencyevent_id<script> pintrk('track', 'AddToCart', { value: 10.0, order_quantity: 1, currency: 'USD', }); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=YOUR_TAG_ID&event=AddToCart&ed[value]=10.00&ed[order_quantity]=1&noscript=1" /> </noscript>
valueorder_quantitycurrency<script> pintrk('track', 'pagevisit'); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=YOUR_TAG_ID&event=pagevisit&noscript=1" /> </noscript>
<script> pintrk('track', 'signup'); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=YOUR_TAG_ID&event=signup&noscript=1" /> </noscript>
<script> pintrk('track', 'watchvideo', { video_title: 'My Product Video 01', }); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=YOUR_TAG_ID&event=watchvideo&ed[video_title]=My+Product+Video+01&noscript=1" /> </noscript>
video_title<script> pintrk('track', 'lead', { lead_type: 'Newsletter', }); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=YOUR_TAG_ID&event=lead&ed[lead_type]=Newsletter&noscript=1" /> </noscript>
lead_type<script> pintrk('track', 'search', { search_query: 'horse', }); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=YOUR_TAG_ID&event=search&ed[search_query]=horse&noscript=1" /> </noscript>
search_query<script> pintrk('track', 'viewcategory'); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=YOUR_TAG_ID&event=viewcategory&noscript=1" /> </noscript>
TookSurvey<script> pintrk('track', 'TookSurvey'); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=YOUR_TAG_ID&event=TookSurvey&noscript=1" /> </noscript>
pintrk()pintrk()didInitfalsedidInittrue<script> pintrk( 'track', 'checkout', { value: 10.0, order_quantity: 2, currency: 'USD', event_id: 'eventId0001', line_items: [ { product_name: 'Parker Boots', product_id: '1414', product_price: 5.0, product_quantity: 1, }, { product_name: 'Parker Sandals', product_id: 'ABC', product_price: 5.0, product_quantity: 1, }, ], }, function (didInit, error) { if (!didInit) { console.log(error); } }, ); </script>
fp_cookiefp_cookie<script> pintrk('load', '<tag_id>', { fp_cookie: false, em: '<email address>', }); </script>
localstoragefp_localStoragefp_localStorage<script> pintrk('load', '<tag_id>', { fp_localStorage: false, em: '<email address>', }); </script>
verifiedemexternal_idpintrk()<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: '<email_address>', external_id: '<external_id>', }); </script>
pintrk()pintrk('load', '0123456789012', { em: 'name@example.com', external_id: '6a7a73766627eb611720883d5a11cc62b5bfee237b00a6658d78c50032ec4aee', });
<email_address>emexternal_idemail_addressexternal_id&pd[em]=<hashed_email_address>&pd[em]=<external_id>emexternal_id<noscript> <img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=<YOUR_TAG_ID>&event=<EVENT_NAME>&pd[em]=<hashed_email_address>&pd<hashed_external_id>&noscript=1" /> </noscript>
<YOUR_TAG_ID><EVENT_NAME><hashed_email_address><external_id><noscript> <img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=0123456789012&event=pagevisit&pd[em]=b4c9a289323b21a01c3e940f150eb9b8c542587f1abfd8f0e1cc1ffc5e475514&pd[external_id]=6a7a73766627eb611720883d5a11cc62b5bfee237b00a6658d78c50032ec4aee&noscript=1" /> </noscript>