How can we help? 👋

Google Dimensions and Google Tag Manager

Google dimensions + GTM

Make sure you setup your custom dimensions inside Google Analytics read more here

 

First inside GTM setup the following variables as a data layer variable

Notion image

Create variables in GTM with values:

ExactVisitor Exact Person => evPersonValue

ExactVisitor IP Traffic Type => evPersonValue

ExactVisitor Company Name => evCompanyValue

ExactVisitor Company Domain => evDomainValue

ExactVisitor Industry => evIndustry

ExactVisitor Employee Range => evEmployeeValue

ExactVisitor Tech Budget => evBudgetValue

ExactVisitor Global Alexa Rank => evAlexaRankValue

ExactVisitor HQ City => evCityValue

ExactVisitor HQ State => evStateValue

ExactVisitor HQ Country => evCountryValue

ExactVisitor Tech Stack => evTechValue

Notion image

After Setup a tag called "Google Analytics Universal Analytics"

Notion image

Next you need to define when it loads on your website define it as a Custom Load with Event Name: evmeta_loaded

Notion image

Finally append the added Javascript to your site

<script>

provideGtmPlugin({

gtmEventKey: 'evmeta_loaded',

apiKey: 'YOUR TRACKING CODE',

});

</script>

Wait up to 24 Hours and the data will populate in Google Analytics as it takes time for GA when you add Custom Dimensions.

Verify with google analytics plugin if it works:

Notion image

Using below plugin and right click inspect and Console:

Did this answer your question?
😞
😐
🤩