'Universal Analytics(UA) to GA4 Migration for googleapis library

We have a service that uses googleapis library https://www.npmjs.com/package/googleapis to read data from Google Analytics. We want to migrate our analytics to GA4 soon, but I couldn't be sure about that library usage.

This is the code piece on how we initialize the analytics

const ga = google.analytics({
        version: 'v3',
        auth: authClient
      });

I was searching about how to migrate it but couldn't find it. Does someone know about it? Many thanks.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source