A processing error means iDevAffiliate isn’t receiving the commission amount from the tracking pixel. Your pixel is being output incorrectly.

Bad Examples

Amount Missing: &idev_saleamt=
Amount Null: &idev_saleamt=0.00
Amount Invalid: &idev_saleamt=0.01

In any of the 3 examples above iDevAffiliate throws a processing error because it can’t calculate the commission based on the received sale amount.

Good Example

&idev_saleamt=19.99

Check your tracking pixel to make sure the code is setup properly according to our instructions. Check to make sure you’re using a valid variable that is populating the sale amount properly and check to make sure it’s formatted correctly. You can usually see the output of the pixel in a browser which makes troubleshooting easier. You should see this pixel look like one of the 3 “bad” examples above.