I'm trying to figure out how to setup a
A)
B) The click id from my traffic source - Adcash
This is the postback:
http://rr4ty.trackvoluum.com/postback?cid=#s2#
Is it possible to add #s3# to this postback url? how would it look?
This is my affiliate link in voluum:
http://k3j27s9ve7.com/?a=123459&c=115&s2={clickId}&s3={var1}
Cheers
You'd have to combine them both into one id.
But can't
I would imagine so, but not 100% sure on that
Just trying to resolve this with
If I figure it out with them, I will post here
The whole point of
If the click converts, then you can refer back to the pre-loaded data that generated the click. Adding data after the fact isn't really doable in
A thought that does come to mind is using the txid. So it would be
http://rr4ty.trackvoluum.com/postbac...#s2#&txid=#s3#
The problem becomes recovering the txid in the voluum data view.
That's a good point about using txid.
I thought about using it, but wasn't sure about it's functionality. If it would end up creating false conversion data
This is on the
It is now possible to send multiple conversions associated with the same click ID. There are two ways to do this: 1)Voluum postbacks now support a new parameter called "transaction ID" (txid). This ID should include a value that uniquely identifies a conversion. http://xyz.trackvoluum.com/postback?cid=qASDF1234567&payout=10.00&txid=120 http://xyz.trackvoluum.com/postback?cid=qASDF1234567&payout=25.00&txid=121 Note that the "txid" can be any combination of characters, and it must only be unique within the scope of a click ID. This way you can use meaningful names of transactions, instead of numbers, e.g.: http://xyz.trackvoluum.com/postback?cid=qASDF1234567&payout=1.00&txid=SIGNUP http://xyz.trackvoluum.com/postback?cid=qASDF1234567&payout=0.00&txid=NEWSLETTER http://xyz.trackvoluum.com/postback?cid=qASDF1234567&payout=50.00&txid=PURCHASE_1 Most affiliate networks provide some sort of %TRANSACTION_ID% or [ORDER_ID] token that you can pass to Voluum as "txid". This is the recommended way to implement upsells, because it allows Voluum to filter out duplicates. When we receive the same combination of "cid" and "txid", it is only counted once. 2) The second option (unrecommended) is to enable "Accept duplicate postbacks" option in the Affiliate Network screen. When checked, Voluum will count each postback request as a new conversion, without using the "txid" parameter. This is usually not recommended, because many affiliate networks resend the same postback multiple times, so you will likely get some number of duplicates.
txid is just a marker to identify a transaction for a given click.
I'm starting to use
I have responded in your other thread.
There is no need to pass multiple values to Cake.
Cake does not need to (and shouldn't) talk to AdCash directly.
Thanks Zeno. Now I get it
Funny thing is...I've been back and forth with 