Pinterest Conversions API - Server-Side Events
Pricing
from $0.01 / 1,000 results
Pinterest Conversions API - Server-Side Events
Send offline conversions to Pinterest Conversions API. Track purchases, checkouts & signups w/automatic PII hashing for shopping optimization. send_event - Send a single event send_batch_events - Send multiple events list_conversion_tags - List conversion tags get_conversion_tag - Get tag details
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer

John Rippy
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Pinterest Conversions API
Built by John Rippy | johnrippy.link
๐ 2025 Zapier Automation Hero of the Year โ Project Phoenix: A 95-step AI sales pipeline cutting development time by 50%. Read more โ
Server-Side Events - Track Purchases & Checkouts on Pinterest
Send offline conversions to Pinterest Conversions API. Track purchases, checkouts, and signups with automatic PII hashing for shopping optimization.
Features
Event Sending
- send_event - Send a single event
- send_batch_events - Send multiple events
Tag Management
- list_conversion_tags - List conversion tags
- get_conversion_tag - Get tag details
Standard Events
| Event Name | Description |
|---|---|
| checkout | Purchase completed |
| add_to_cart | Item added to cart |
| page_visit | Page view |
| signup | Account registration |
| watch_video | Video view |
| lead | Lead submission |
| search | Site search |
| view_category | Category page view |
| custom | Custom event |
Event Data
User Identification
All PII is automatically SHA256 hashed:
email- Customer emailphone- Customer phoneexternalId- Your customer ID
Click Tracking
clickId- Pinterest click ID (_epik cookie)
Event Properties
value- Conversion valuecurrency- ISO 4217 codeorderId- Transaction IDorderQuantity- Number of itemsproductId- Product ID
Action Source
web- Website conversionapp_ios- iOS appapp_android- Android appoffline- In-store/offline
Example Usage
Checkout Event
{"task": "send_event","adAccountId": "123456789","eventName": "checkout","email": "john@example.com","value": 99.99,"currency": "USD","orderId": "ORD-12345","actionSource": "offline"}
Batch Events
{"task": "send_batch_events","adAccountId": "123456789","events": [{"eventName": "checkout","email": "john@example.com","value": 99.99,"orderId": "ORD-001"},{"eventName": "lead","email": "jane@example.com"}]}
Pinterest Click ID
Capture _epik cookie after Pinterest ad click:
- First-party cookie set by Pinterest tag
- Pass as
clickIdfor best matching
Shopping Optimization
Pinterest uses conversions for:
- Catalog shopping ads optimization
- Conversion value bidding
- ROAS optimization
Include product IDs for shopping campaigns.
Pricing
$0.01 per query (all tasks)
Rate Limits
- 1,000 events per batch
- Events within 7 days
- 100 requests per second