• Resolved metiusss

    (@metiusss)


    Hello,

    i’d like use multiple pixel but your plugin use fbq( ‘track’, ‘PageView’, … and ‘trackCustom’ and fire events to all init pixel.

    Is possible modify it with fbq (‘trackSingle’, ‘<PIXEL_A>’, ‘Pageview’, … and ‘trackSingleCustom’, ‘<PIXEL_B>’ ???

    thank you

    • This topic was modified 5 years, 11 months ago by metiusss.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @metiusss!

    Thanks for reaching out to us! Happy to help out here. 🙂

    Right now, all events are restricted to a single pixel, as far as I’m aware. That said, I’d love to know more about what you’re trying to achieve. As you may know, we at SkyVerge just recently took over development and support of the Facebook for WooCommerce plugin, so we’re always happy to know more about what our users are interested in doing.

    Thank you for any other information on this!

    Julie 🙂
    SkyVerge

    Thread Starter metiusss

    (@metiusss)

    Hi Julie,

    I needed to add another pixel for an affiliate user.
    Your plugin use fbq track and track custom that fired events to all init pixels

    So i changed your plugin so:

    facebook-commerce-events-tracker.php con riga 155 trackSingleCustom
    row 155 from ‘trackCustom’ to ‘ ‘trackSingleCustom’

    facebook-commerce-pixel-event.php
    row 134 fbq( ‘trackSingle’, ‘pixelnumber’, PageView’…
    row 401 “fbq(‘%s’, ‘pixelnumber’, ‘%s’, %s);”,
    row 232 252 278 307 397 from ‘track’ to ‘trackSingle’

    now each pixels get fired separately

    Hey @metiusss!

    Thanks so much for sharing that with us! I appreciate it. 🙂

    I’ll certainly bring this back to my team for their consideration for a future version of the plugin. That said, please do note that we’re likely to release new versions fairly frequently, so you’ll want to watch out for us inadvertently replacing your customizations when you update.

    Thanks again, Metiusss. Is there anything else I can help out with? Please don’t hesitate to let me know.

    Julie 🙂
    SkyVerge

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Multiple pixel’ is closed to new replies.