phonegap / build

This is the public repository for PhoneGap Build source and bug tracking
92 stars 33 forks source link

firebase Analytics #646

Open edvenkat opened 5 years ago

edvenkat commented 5 years ago

@brianleroux @infil00p @davejohnson @mwbrooks @yoheishimomae We have tried to implement the firebase with GTM and GA https://github.com/devtobo/cordova-plugin-firebase-tagmanager For this, We need to move the GTM configuration file to container folder Using hook. unfortunately it is not working. can any one tell how we proceed

edvenkat commented 5 years ago

@brianleroux @infil00p @davejohnson @mwbrooks @yoheishimomae

we are getting the below warning message.

GoogleTagManager warning: No default container found. Container needs to be added to a container folder and added to the target.

We have found the solution in XCode(refer below link). Please advice how to create contianer folder in project root and move json file.

https://stackoverflow.com/questions/41807340/googletagmanager-warning-no-default-container-found-container-needs-to-be-adde/41807341