cordova-plugin-tag-manager
cordova-plugin-tag-manager copied to clipboard
datalayer
I have created the "Custom dimensions" under Admin in google analystics For Example "PageName"
In GTM Varaibles : PageName - Data Layer Variable
Tigger : Trigger Type: custom event : All event
Tags Tag Name: Events Tag Type: Universal Analytics Tracking ID: YourGoogleAnalyticsID Track Type: Event Category: DimensionCategory Action: DimensionAction Label: DimensionLabel Custom Dimension index : 1 value : {{PageName}}
In Mobile app
tagManager.pushEvent(function(){}, function(){}, {'PageName': 'HomePage'});
success function called but i didn't see any data.... Please advice.....