Support & Contact
Get help with integrating CashMyCell Conversion Tracking API.
Contact Information
Email Support
We typically respond to inquiries within 24 hours.
Integration Support
For technical integration questions or issues:
- Check the Integration Guide
- Review the API Details
- Email support with:
- Your website URL
- Current integration status
- Any error messages
- Steps you've already tried
Common Issues & Solutions
Script not capturing cmc_id
Solution:
- Verify CashMyCell URL includes
?cmc_id=value - Check Script 1 is placed on landing page
- Verify JavaScript is enabled in browser
- Use browser DevTools to check for JavaScript errors
Conversion not tracking
Solution:
- Verify Script 2 is on order confirmation page
- Check
orderValueis being replaced dynamically - Verify
cmc_idcookie exists (check browser cookies) - Check Network tab in DevTools for tracking request
Cookie issues
Solution:
- Check third-party cookies are not blocked
- Verify
path=/in cookie setting - Check cookie domain is not restricted
- Clear cookies and test again
Documentation Resources
- Integration Guide - Step-by-step setup instructions
- API Details - Technical endpoint specifications
- Code Examples - Multiple platform implementations
Developer Tools
Testing Your Integration
Use these tools to verify your setup:
Browser DevTools
- Open Network tab
- Place test order
- Verify tracking request appears
cURL Testing
bashcurl "https://api.cashmycell.com/api/v1/public/order-complete?status=COMPLETED&order_value=100&cmc_id=test123&ts=$(date +%s)000"Online URL Encoder
- Verify special characters are properly encoded
- Test parameter formatting
What to Include in Support Request
To help us assist you faster, include:
- ✅ Your website URL
- ✅ Current integration platform (React, WordPress, Shopify, etc.)
- ✅ Steps you've already completed
- ✅ Error messages or unexpected behavior
- ✅ Screenshot of browser DevTools Network tab
- ✅ Current implementation code (if possible)
Response Time
| Inquiry Type | Expected Response |
|---|---|
| General questions | 24 hours |
| Integration issues | 24 hours |
| Critical problems | 4-8 hours |
| Feature requests | 2-3 business days |
Email: tech@cashmycell.com
We're here to help you succeed with your CashMyCell integration!