15
Views
1
Comments
Implement google analytics/google tag manager to a mobile app?
Question

hello everyone, I'm new to low code, and wanting to implement the google tag manager to the mobile app.
I did some googling and they said we should use firebase, I do some research but seems there is no guide, or an example for me to follow, have anyone try to implement that?

2024-09-17 08-54-46
keerthana kannan
Champion

Hi le hong phu,

Add Firebase to your Mobile App:

Use the Firebase Mobile Plugin from OutSystems Forge.

Configure Firebase in your app with your project’s google-services.json (Android) and GoogleService-Info.plist (iOS).

Integrate Google Tag Manager:

GTM will be initialized through Firebase.

Unfortunately, OutSystems doesn’t offer an official GTM plugin, so you’ll have to extend it via a Cordova plugin or custom native code.

There is a third-party Cordova plugin named cordova-plugin-google-tag-manager, but you will have to wrap this inside an OutSystems plugin if you choose to do that.

Send Events:

After the setup, send events using Firebase.

You can decide what events are sent to GTM using Firebase and the GTM container. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.