Tracking In Wizzi
Wizzi allows for users to receive conversion tracking via IFrame or Postback options.
You can use either IFrame or Postback to track conversions (do not place both pixels).
The format of the IFRAME looks like this:
<iframe src="https://track.wizzi.io/createWizziConversion?click_id=##WIZZI_CLICK_ID##&payout=##PAYOUT##" border=0 width=1 height=1></iframe>
The format of the POSTBACK looks like this:
https://track.wizzi.io/createWizziConversion?click_id=##WIZZI_CLICK_ID##&payout=##PAYOUT##
##WIZZI_CLICK_ID## should be replaced with the Wizzi click ID, which should be passed back to all conversions for the best accuracy
##PAYOUT## = should be the actual payout in USD, for example: 20.00
EverFlow:
The format of the IFRAME looks like this:
<iframe src="https://track.wizzi.io/createWizziConversion?click_id={sub4}&payout={payout}" border=0 width=1 height=1></iframe>
The format of the POSTBACK looks like this:
https://track.wizzi.io/createWizziConversion?click_id={sub4}&payout={payout_amount}
{sub4} is what is used by Wizzi to track the click id
{payout} is the payout cookie by Everflow
Cake:
The format of the IFRAME looks like this:
<iframe src="https://track.wizzi.io/createWizziConversion?click_id=#s4#&payout=#payout#" border=0 width=1 height=1></iframe>
The format of the POSTBACK looks like this:
https://track.wizzi.io/createWizziConversion?click_id=#s4#&payout=#price#
#s4# is what is used by Wizzi to track the click id
#price# is the payout cookie by Cake
HasOffers:
The format of the IFRAME looks like this:
<iframe src="https://track.wizzi.io/createWizziConversion?click_id={aff_sub4}&payout={payout}" border=0 width=1 height=1></iframe>
The format of the POSTBACK looks like this:
https://track.wizzi.io/createWizziConversion?click_id={aff_sub4}&payout={payout}
{aff_sub4} is what is used by Wizzi to track the click id
{payout} is the payout cookie by HasOffers