Home > Tracking Campaigns > FunnelFlux

Cannot get FunnelFlux to fire pixel on Taboola (5)


05-03-2019 12:48 PM #1 atherbys (Member)
Cannot get FunnelFlux to fire pixel on Taboola

I have been using this software for a week or so now and am having trouble getting it to fire a pixel on Taboola.

I normally would just take this up with their customer support, but I'm afriad I keep getting passed around from one rep to another. It's been almost a week and still no answer from them.

I noticed FunnelFlux doesn't have any kind of an 'external id' token that I can pass back to Taboola.

Here is the postback URL I am inserted:

http://prntscr.com/njx5p2

I had to use a regular tracking field spot that I named click-id, referring to the token {click_id}. The Postback looked ok to me.

I was hoping someone could please help me with this setup to get it firing correctly on Taboola. I appreciate your help!


SIncerely,

Gary


05-03-2019 01:17 PM #2 matuloo (Legendary Moderator)

Will ping the flux support and ask them to assist you here


05-03-2019 01:26 PM #3 zeno (Administrator)

Hi,

Indeed we don't (for now) have a global external click ID field.

You were right to add it as a URL tracking field manually.

The issue I can see above is that the postback URL is using the incorrect tokens.

For tracking fields, the tokens are {trackingfield-name}, so rather than {click_id} in the postback (which is the traffic source's token, not Flux's), you should use "{trackingfield-click-id}", since the name of the field you specified above is "click-id".

Secondly, {payout} is used in the postback URL, but the FunnelFlux token is {flux_payout}.

Note that once you make these changes, you could go to your reporting in Flux or your network and grab a list of all converted hit IDs. Then go to the update conversions section > re-upload these and toggle on the last option to fire traffic source postback URLs even if they have fired before. That should fire all the conversions over to Taboola and bring things in line.

-Zeno


05-03-2019 03:29 PM #4 atherbys (Member)

Thanks for your fast response Zeno and Matuloo, I really appreciate your help!

Zeno, just wanted to make sure this looked ok.
http://prntscr.com/njze2f

Would I need to resubmit my updated campaign link to Taboola in order for the {trackingfield-click-id} to be tracked correctly now?

Thanks!

Gary


05-03-2019 03:37 PM #5 zeno (Administrator)

In the tracking fields, you should use Taboola's tokens -- so the relevant box should have:

Code:
[  click-id   ]   |   [   {click_id}   ]
-- in other words, change {trackingfield-name} in your image to {click_id}, which you had before. Leave the name on the left-hand side as "click-id".

Then, in the postback, it should be:

Code:
https://trc.taboola.com/actions-handler/log/3/s2s-action?click-id={trackingfield-click-id}&name=1184460&revenue={flux_payout}


Home > Tracking Campaigns > FunnelFlux