cordova-plugin-firebase icon indicating copy to clipboard operation
cordova-plugin-firebase copied to clipboard

Google Tag Manager iOS

Open MaximeLassalleHub opened this issue 4 years ago • 5 comments

Hello there,

I'm setting up Google Tag Manager with the plugin in a Ionic 3 app. The plugin version I use is the last release 2.0.5.

cordova-plugin-firebase 2.0.5 "Google Firebase Plugin" For both iOS & Android, Firebase is running correctly. On Android, I've been able to setup Google Tag Manager thanks to the log the Sdk gave me. My config.xml for Android:

<platform name="android"> 
<resource-file src="GTM-XXXX.json" target="app/src/main/assets/containers/GTM-XXXX.json" />

For iOS, I have nothing helping me to know if it's working or not, as no log is given. My iOS config:

<platform name="ios"> 
<resource-file src="GTM-XXXX.json" />

I pretty sure it's not doing anything with the container file on iOS, but still not 100% sure.

Anyone can help me to finish the iOS Google Tag Manager setup, and/or verify the configuration is successful?

Thank you,

Regards,

MaximeLassalleHub avatar Aug 12 '19 15:08 MaximeLassalleHub

did you find any solution to this?

phiasco12 avatar Aug 21 '19 06:08 phiasco12

Nope. I ended implementing GTM into the Javascript layer, not the native ones.

MaximeLassalleHub avatar Aug 26 '19 10:08 MaximeLassalleHub

@MaximeLassalleHub did you have to config anything special to make it work on iOS? Especially regarding the protocol?

bitflower avatar Nov 29 '19 20:11 bitflower

any news on this one? i have the need to implement GTM firebase so that i can send across data to google analytics

billysean avatar Apr 28 '20 11:04 billysean

@MaximeLassalleHub Did you encounter an issue with sending collect requests to the Google Analytics?

teslavitas avatar Jun 12 '20 14:06 teslavitas