Hey
So as the title says, i need to somehow add the postback url so
Is this even possible?
Yes pretty sure funnelflux can do it. There are some threads with solutions that I can link to once I’m at my computer.
Prosper202 has an undocumented support for it. The Prosper202 postback url can read conversion data sent to it via
I don’t publicize it because it’s still a bit of work to setup and I would like to automate the process via a custom
Any easy work around for it?
When setting up your product offer link on FunnelFlux make sure to append ref={hit-id}
Example: myshopify.store/product-link?ref={hit-id}
Then, go to Settings > Checkout > Order processing > Additional Scripts to add your Funnelfux conversion tracking pixel
<img src='https://trk.myfftracker.com/tracking/conversions/pixel.php?flux_pix=xxxxxx&flux_payout={{ total_price | money_without_currency }}&flux_txid={{ order_number }}&flux_hid={{ landing_site_ref }}' alt='' width='1' height='1' />
{% if first_time_accessed %}
<img src='https://trk.myfftracker.com/tracking/conversions/pixel.php?flux_pix=xxxxxx&flux_payout={{ total_price | money_without_currency }}&flux_txid={{ order_number }}&flux_hid={{ landing_site_ref }}' alt='' width='1' height='1' />
{% endif %}