Home > Tracking Campaigns > FunnelFlux

Integrating Postback w/ Mobidea (6)


11-21-2018 01:44 AM #1 atsatlantic57 (Member)
Integrating Postback w/ Mobidea

Hi guys, I'm trying to learn the ins and outs of AM. Having a little issue with tracking, as in it's not registering. I'm registering conversions in Mobidea, but not in propads or funnelflux. Any guidance would be greatly appreciated.

I have my tracking link configured as so: http://apexseosolutions.com/tracking/conversions/postback.php?flux_payout={{MONEY}}&flux_txid=&flux _hid={{EXTERNAL_ID}}


11-21-2018 07:11 AM #2 zeno (Administrator)

What does your offer link look like in FunnelFlux?


01-08-2019 03:11 PM #3 celador (Member)

Hi all

I have exactly the same problem - running through Vortex's 40 day follow along and getting a few conversions in Mobidea but nothing showing up in FunnelFlux or Propellerads.

I have the links as this:

Postback link in Funnelflux:
http://writergold.space/tracking/conversions/postback.php?flux_payout={{MONEY}}&flux_txid=&flux _hid={{DATA3}}

Offer link in Funnelflux:
https://www.rotatemyurls.com/offer/156183|19283?data1={campaign-id}&data3={hit-id}&tag={External_ID_from_traffic_source}&website= {subID}&placement={sub_subID}


01-12-2019 06:27 AM #4 zeno (Administrator)

First thing I noticed:

Code:
https://www.rotatemyurls.com/offer/156183|19283?data1={campaign-id}&data3={hit-id}&tag={External_ID_from_traffic_source}&website={subID}&placement={sub_subID}


Here, you have data1 passing campaign ID and data3 passing hit ID. If you go to your Mobidea reporting, can you see these values appearing under the data1/data3 columns? That is a critical first check.

Second thing:

If you can see hits under data3, the next step is to confirm that {{DATA3}} is the correct token for that parameter to use in the postback. The postback itself looks fine. If it all looks OK there but nothing is coming through to FunnelFlux, try using the data updates section and manually updating conversions by pasting a list of Hit IDs.

This will help in two ways -- 1) if the hit IDs do convert, then you know there is a postback issue; 2) if those hit IDs don't convert, you know there is either a FunnelFlux bug we need to check out, or the hit IDs are not valid and able to convert. E.g. something may have mangled them in the Mobidea reporting (e.g. truncating them or changing the last digits to 000 -- a known issue some networks mess up), or maybe the offer node in your funnel is actually a lander, so the hit IDs are from a lander not an offer, and hence can't convert.

Third thing:

In the offer link above you have a number of tokens that are not FunnelFlux tokens so won't do anything other than pass as plain text --
{External_ID_from_traffic_source}, {subID}, {sub_subID} -- not sure what these are doing in there but they aren't tokens that FunnelFlux will replace.


01-17-2019 10:11 AM #5 celador (Member)

Thanks Zeno,

>> Here, you have data1 passing campaign ID and data3 passing hit ID. If you go to your Mobidea reporting, can you see these values appearing under the data1/data3 columns? That is a critical first check.

OK, so I'm using the completely wrong link here - according to Vortex's tutorial on Voluum it should be something like this:

https://www.rotatemyurls.com/offer/156183|18691?tag={clickid}&website={trafficsource.id}&placement ={campaign.id}


01-18-2019 07:34 AM #6 zeno (Administrator)

I checked Mobidea directly and here is what I found:

The tracking links (offer URL) are of the format https://www.rotatemyurls.com/offer/1234|56789?data1=Track1&data2=Track2&tag={External _ID_from_traffic_source}&website={subID}&placement ={sub_subID}

From the postback configuration section it's clear that data4 and data5 also exist, so the params available and their corresponding tokens are:

- data1 ------- {{DATA1}}
- data2 ------- {{DATA2}}
- data3 ------- {{DATA3}}
- data4 ------- {{DATA4}}
- data5 ------- {{DATA5}}
- tag --------- {{EXTERNAL_ID}}
- website ----- {{WESITE_ID}}
- placement --- {{PLACEMENT}}


In this case "tag" is the parameter to use for external tracking IDs. So in FunnelFlux your offer URL should look like this:

Code:
https://www.rotatemyurls.com/offer/1234|56789?placement={funnel-id}&website={trafficsource-id}&tag={hit-id}
Their reporting uses e.g. website and placement, and doesn't appear to show the content of the "data" fields, hence why I'm using the link structure above.

Then in the postback in Mobidea, you will need to use this:

Code:
http://apexseosolutions.com/tracking/conversions/postback.php?flux_payout={{MONEY}}&flux_txid=&flux _hid={{EXTERNAL_ID}}




Home > Tracking Campaigns > FunnelFlux