post
https://conversions.api.zetaglobal.net/v1/conversions
COMING SOON Server-to-server endpoint for DSP conversions
Optimizing Match Rates
To ensure you are getting the best possible match rates on your cAPI calls, consider the following opportunities:
- Cleanse email values before they are hashed. Ensure all emails are:
- Trimmed (remove spaces before the prefix/after the extension)
- Lower cased
- Cleansed of any "+" parameters in the prefix (ie. [email protected] -> [email protected])
- Cleansed of all "."s in the prefix (ie. [email protected] -> [email protected])
- Cleansed of special characters and spaces
- MD5 (em) format will generally provide better performance
- Include as many IDs/types as you can on each call (ie. both MD5 and SHA256)
