Can I use Postback URLs for Actions and Engagements?

Yep. ClickMagick fully supports postback URLs for actions and engagements. The Postback Builder tool creates Postback URLs for sales, but those URLs can easily be changed to track actions and engagements instead. Here’s how ...

Take a look at this generic Postback URL for a sale. In particular, notice the bolded “/s/” in it:

http://www.clkmg.com/api/s/post/?uid=$userid&s1={TRACKID}&amt=0.00&ref=

To turn that Postback URL into an Action Postback URL, simply change the “s” to an “a”:

http://www.clkmg.com/api/a/post/?uid=$userid&s1={TRACKID}&amt=0.00&ref=

For an Engagement Postback URL, change the “s” to an “e”:

http://www.clkmg.com/api/e/post/?uid=$userid&s1={TRACKID}&amt=0.00&ref=
 
 
Caution: You cannot use the URLs shown above because the {TRACKID} value must be replaced with the actual token that your network uses. The easiest way to create a correct Postback URL for your network is to use the Postback Builder tool to create a Sales Postback URL and then change the generated Postback URL to use an “a” or an “e” instead of an “s”, as explained.

If your network is not listed in the Postback Builder tool, you can manually create your Postback URL by following the instructions here:
 
   How do I create a Postback URL for my network?