Please, help me understand how tracking works.
Tracker: FunnelFlux
Traffic Source: PropellerAds
Offer Source:
Directlinking:
Offer URL from
Pattern:
'https://www.rotatemyurls.com/offer/108821|4435?data1=Track1&data2=Track2&tag={Externa l_ID_from_traffic_source}
My offer URL:
'https://www.rotatemyurls.com/offer/108821|4435?data1={campaign-id}&data2={trafficsource-id}&tag={hit-id}
Postback URL to Mobidea:
'http://tracking.com/tracking/conversions/postback.php?flux_payout={{MONEY}}&flux_txid=&flux _hid={{EXTERNAL_ID}}
According to Mobidea tag={External_ID_from_traffic_source}.
Postback URL to PropellerADS from FunnelFlux.
'http://ad.propellerads.com/conversion.php?aid=9999tid=8888visitor_id={trackin gfield-visitor_id}
visitor_id = ${SUBID}
Postback URL to PropellerADS from PropellerAds webpage.
http://ad.propellerads.com/conversion.php?aid=9999&pid=&tid=8888&visitor_id=$ {SUBID}
When I add to my offer URL tag={hit-id} how will they know to place uniqID there, according to PropellerAds it should be like that tag=${SUBID}?
So it should be tag={hit-id} or tag=${SUBID} and the most important question why?
Regards,
Krzysiek
I'm not using funnelflux myself, so will ping someone from the funnelflux team to help you out directly 
The main principle to understand with tokens is "you should use a token that the system involved understands".
So, any URLs you configure in FunnelFlux that will be processed by FunnelFlux should be of the form {token}, e.g. {hit-id}, {trackingfield-name}, {location-country}, etc.
${SUBID} is not a token FunnelFlux understands and so if this is used in a URL configured in FunnelFlux it will not get turned into anything -- it will just stay as "${SUBID}.
So, let's look at each step:
PropellerAds campaign URLIn PropellerAds you are probably using a URL that looks like this:
http://domain.com/?flux_fts=xxxx&visitor_id=${SUBID}&campaign={campaignid}&zone={zoneid}
http://ad.propellerads.com/conversion.php?aid=XXXXX&pid=&tid=YYYYY&visitor_id={trackingfield-visitor_id}
https://www.rotatemyurls.com/offer/108821|4435?data1={campaign-id}&data2={trafficsource-id}&tag={hit-id}
http://domain.com/tracking/conversions/postback.php?flux_payout=&flux_txid=&flux_hid={{EXTERNAL_ID}}
Thank you zeno and matuloo.
I understand how tokens work.
I was missing this part. That I need add below URL to PropellerAds. 
http://domain.com/?flux_fts=xxxx&visitor_id=${SUBID}&campaign={campa ignid}&zone={zoneid}
I was trying to figure it out how does it work that I send a traffic to my offer URL from
Now everything is clear, I see in my FunnelFlux where to send a traffic from PropellerAds.
Thank you very much and I apologize for stupid questions :-)
Regards,
Krzysiek