I have variables being passed as meta data in the head section:
<meta id="ctl00_BDMeta_UserEmail" name="DCSext.UserEmail" />
<meta id="ctl00_BDMeta_Username" name="DCSext.Username" />
<meta id="ctl00_BDMeta_PageTitle" name="DCSext.PageTitle" />
<meta id="ctl00_BDMeta_PageURL" name="DCSext.PageURL" />
How can I pass these variables into Universal Analytics via GTM?
Would I create new JavaScript variables and pass in the value using getelementbyid?
Then in GTM, create a new JavaScript Variable and enter the new variable new when I configure the variable with the global variable name?