Configuring Google Analytics in Edit+


(A Maskell) #1

With the latest feature in Edit+ 5.1+ adding the Analytics tab, I couldn't find documentation on how to configure this.

 

I've created the Google Analytics Connector and authorised the connection so it has the token. I have created a GA view however I believe I need to add code into the Edit + configuration file....does anyone know where to find this code or how to link it to get it working?


(Bart Banda) #2

Hi,

this information is yet to be added to the manuals, but it is on its way. 

 

To add it to Edit+, you just need to add this to your config js file:

// [OPTIONAL]
// GA Analytics View asset
analyticsViewId: 1234

where 1234 is the asset ID of the GA View asset you want to use. 


(A Maskell) #3

Thanks Bart, I'm sure with all the new features there are plenty of updates to the manuals!