Fluent cart with google analytics
Is there a way to sync fluent cart with google analytics and/or google ads for conversions with google tag manager or something similar?
What exactly do you need?
this plugin supports fluentcart https://conversionbridgewp.com
otherwise you just have to build your own using dev docs
this is what fluent support sent back to me a while ago
For tracking checkout events, you can use the following action hooks: fluent_cart/order_created and fluent_cart/order_paid_done.
The documentation you found shows custom implementation examples for Google Analytics and Facebook Pixel. This code is not included in FluentCart by defaultβitβs a demo to guide developers on how to set it up.