I'm assuming we're being flooded with new Mobipium users because of threads here on STM 
While that is great and all, we are getting a lot of users unsure on the tracking loop. For those of you in the know, you know that tid... can be overwritten with your own parameters. But we are unsure whether these overrides are persisted to the postback tokens.
The settings on this network seem a tad unusual because one is able to assign custom tokens for "tid" -- we have users going back and forth with their Mobipium AMs and Mobipium AMs editing their user's settings and we are officially trying to figure out the default "tid" assignment per the comma-delimited string in the affiliate settings.
We are chasing our tail with our Mobipium preset to the point of removing it altogether.
Can someone enlighten us as to whether the postback token is {clickid} or {tid} -- are Mobipium AMs changing tid slot one (comma-delimited slot 1 or slot 0 if you wish) to "clickid" and is this writing the incoming query string parameter for tid to "clickid" in the corresponding slot?
We literally have users coming to our tracking platform who do not know what a query string is.
For example, is this correct: https://kintura.com/docs/presets/pai...p-ads/mobipium
Please help.
I can’t comment on Mobipium AMs changing any settings because I haven’t been down that road, but in terms of pure default settings... here’s how I was set up in FunnelFlux for Popads-Mobipium when I was running their Smartlink:
Popads URL
https :// mytracking .com/?flux_fts=blah1blah2blah3&flux_cost=[BID]&subid=[IMPRESSIONID]&publisher=[WEBSITEID]...etc
Offer URL
https :// offerurl .com/?mob=blah1blah2blah3&tid={hit-id}&tid1={funnel-id}&tid2={campaign-id}&tid3={trafficsource-name}
Postback
https :// mytracking .com/tracking/conversions/postback.php?flux_payout={pay}&flux_txid={oid}&flu x_hid={tid}
...with the following string set up in the Mobipium pixel settings screen in the affiliate dashboard: pay,oid,tid
<Note: I was using {oid} for the Smartlink because I want to see which of the underlying offers was converting. I'd probably switch to {uid} or one of the optional tid1/2/3 I'm passing in the offer URL for a specific offer rather than a Smartlink.>
These are the Mobipium variables from the default pixel implementation settings screen in the affiliate dashboard:
{tid} Tracking parameter value
{car} Carrier if available
{pay} Transaction payout
{cou} Transaction payout <note: this is what it actually says on the Mobipium screen, but I expect {cou} is actually 'Country' not 'Transaction payout', which is clearly {pay}>
{cam} Campaign id
{uni} Unique id
{oid} Offer id
{tid1} Optional unique parameter
{tid2} Optional unique parameter
{tid3} Optional unique parameter
Hope this helps...
Sent from my iPad using STM Forums mobile app