GithubHelp home page GithubHelp logo

Comments (5)

niraj65 avatar niraj65 commented on June 18, 2024

Hi Marius Bolik,

Did you got the way how to log E-commerce events as per given document. I have logged the events with log event function but Ecommerce object is not getting passed it shows Firebase error 20 how can overcome this issue. please let me know it will very appreciated.

Regards,
Niraj Parte

from firebase-analytics.

mariusbolik avatar mariusbolik commented on June 18, 2024

Hi Niraj,

I ended up using the plugin capacitor-firebase/analytics by @robingenz.
It seems way better maintained than the community plugin.

Regards,
Marius

from firebase-analytics.

niraj65 avatar niraj65 commented on June 18, 2024

Thank you Marius,

Just one doubt can we pass "ecommerce" object inside params object.
can you give me any example code how to log ecommerce event that will be very helpful.

Regards,
Niraj Parte

from firebase-analytics.

mariusbolik avatar mariusbolik commented on June 18, 2024

Hi Niraj,

Example:

await FirebaseAnalytics.logEvent({
  name: 'purchase',
  params: {
    currency: 'USD',
    transaction_id: 'XYZ',
    value: 12.34
  }
});

Here you can find event names and params: https://developers.google.com/analytics/devguides/collection/ga4/reference/events?hl=en&client_type=gtag

from firebase-analytics.

niraj65 avatar niraj65 commented on June 18, 2024

from firebase-analytics.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.