Hi all,
Sorry for the newbie post. I'm trying to launch my first campaign, but obviously want to be able to track data before I launch. My Affiliate Network is ClickDealer. I used the guide that Charles Ngo posted and went to test my
I set up my Offer URL as follows: http://cldlr.com/?a=23146&c=51148&s1={campaign.id}&s2={clickid}
The campaign URL that was output for me is: http://ht8n8.voluumtrk.com/2347595b-14b5-440e-9fc7-62c99b82e245?age={age}&sex={sex}&location={locatio n}&banner={banner}&lander={lander}&clickid={clicki d}
My Click URL is: http://ht8n8.voluumtrk.com/click
And finally, my Postback URL is: http://ht8n8.voluumtrk.com/postback?...payout=#price#
When I click on my campaign URL, a visit triggers and sends me to my landing page. When I click on the link on my landing page (which is my Click URL), a click triggers. Then, when I sign up for the site, I don't get a conversion. It has to be my Offer URL then, right?
don't know if it's just a typo, but in your campaign URL there's a whitespace in {clicki d} (as well as {locatio n}). You might want to double-check your Offer URL, other than that everything looks fine to me.
Also, check in your affiliate network's stats what values are getting passed for s2.
Hmm, if you're not seeing the conversion in Clickdealer's stats, that's concerning. Do you see your visit showing up as a visit in their stats?
If Clickdealer successfully tracked your visit but not your conversion, it sounds like a problem on their end - drop your AM a line.
Good catch @andyvon - that's just a typo though. It is correct on my side. What do you mean by which values are getting passed to s2?
@caurmen I'm getting clicks in Clickdealer, but not conversions. Possibly because when I go to test my conversion, I am not doing enough in the offer (maybe confirming email, etc)? Could this be?
Thanks again.
I have the same problem, i see clicks in
Yes, what Manu said.
From your post no one will be able to give you a proper answer.
Basically you just said "It´s not working, please tell me why".
To get better help you should tell little bit more.
For example you could show how your postback looks, if you have the correct parameters, if you use the same macros in the postback that you use for unique click ID and so on.
Then we can help you better; when you just say you see conversions in Clickdealer but not in
With more detailed information about your setup we can debug it and tell you much better what went wrong.
my Offer URL as follows:http://........./?a=68044&c=166711&s1={campaign.id}&s2={clickid}
The campaign URL that was output for me is: http://..................../4b8e91de-9196-46f6-93b3-1f92ee2e8dd9?websiteid=websiteid&[QUALITY]=quality&[CATEGORYID]=categoryid&[COUNTRY]=country&[BROWSERID]=browserid&[ISPID]=ispid&[ISPNAME]=ispname&[CAMPAIGNID]=campid&[IMPRESSIONID]=impressionid&[ADBLOCK]=adblock&[BID]=bid
My Click URL is:http:/.......;.com/click
Postback Url is in the screen
if you need guys any other info i will provide it , and thank you for help.
Ok, this is better.
But we don´t see how you setup the offer URL.
Do you send the click ID through s2 parameter to the offer?
edit: seems we both posted at same time
What I first see is that you have messed up your campaign URL
websiteid=websiteid should rather be a dynamic value like websiteid=[WEBSITEID], except you set it manually as fixed value.
[QUALITY]=quality has to be the other way round -> quality=[QUALITY]
Same goes for the other parameters.
Then on your landing page screenshot you have a typo, there you have compaignid instead of campaignid.
Apart from that, there is no need to add campaign ID and trafficsource ID to the lander.
The offer URL looks ok so far, click ID is in s2 parameter and postback also uses s2.
Usually the wrong formatted parameters shouldn´t have any influence on the conversions and postback as these parameters are only for the
It´s hard to tell what´s wrong there.
Important for the conversion postback is that you send the click ID through the same parameter that you use in your postback URL.
And from your URL examples you do it correct already.
I don´t know about
Did you try to activate it?
Right now this is the only thing that comes to my mind, maybe someone who also uses Voluum can say if it´s necessary to enable the switch or if it´s enough to just append the {clickid} to offer URL.
When you check your Clickdealer stats do you see values for Sub ID 2 in the conversion report?
And something else, from your macros it seems that you run Popads = Pops.
I created a thread here that you can check, it can save lots of money when running Pops with higher volume
https://stmforum.com/forum/showthrea...-The-Beginning
Ok, great.
But then it makes sense that I can´t see anything wrong when you posted the already corrected links in the post above 
Yes, with that postback it´s pretty obvious why it didn´t work.
Because this is how it is.
Quality is the static name of the parameter that has to be in front of the equal sign.
[QUALITY] is the dynamic value and has to be after the equal sign.
Same principle for the other parameters.
Got you now, thanks Bro