WaitAds advertising Network supports server-to-server (s2s) conversion tracking as well as client-side (cookie based) tracking. That should be enough for you to track installs, registrations and other types of actions.
Server-to-server (s2s) tracking
1. You need to append _aso_clk={click} parameter to your Landing URL. Parameter name can be arbitrary;
2. {click} placeholder will be replaced with a unique token on redirect. You need to store this token on your side;
3. In the case of conversion, you need to send a click token to our API by calling this URL:
https://api.adsrv.net/v2/conversion/create?token=TOKEN
You can send a custom amount. To do that you have to append "&amount=AMOUNT" parameter to API URL above.
Client side / Cookie based tracking
1. You need to append _aso_clk={click} parameter to your Landing URL. Parameter name must be _aso_clk;
2. Insert this code in the landing page:
<script src="//track.aso1.net/cnv.js"></script>
3. Insert this code in your "Thank you" page:
<script src="//track.aso1.net/cnv.js"></script>
<script>_ASO.Cnv.postback();</script>
You can send a custom amount. To do that you need to set the needed amount as the second parameter of _ASO.Cnv.postback function. The first parameter has to be null.
<script>_ASO.Cnv.postback(null, AMOUNT);</script>
Sign up here to take your luck in buying traffic to get conversion as installs, registrations and other types of actions.
https://www.mywaitad.com
0 comentarios:
Publicar un comentario