We are using GA product. In our Admin board, we create a new account and a new property(web+App), but we don't see the view column. Since we want to use the google report api, the viewId is required, so we need to figure out how to create the views.
You can create a former one.
Follow these steps.
Click the 'Show advanced option'
during the property creation
Activate the 'Create a Universal Analytics property'
Check Also 'Create a Universal Analytics property Only'
Then you can see Tracking code and View.
Only Universal Analytics property has ViewID. GA4 has not.
Admin > Create Property > Show Advance Option
new property(app+web) doesn't provide any 'view's. And i think the thing 'the viewid' meant 'measurement id' in new property.
maybe below posts from Krista would be helpful to deal with your problem
https://www.kristaseiden.com/step-by-step-setting-up-an-app-web-config-tag-in-gtm/
Related
I have added Google Tag Manager to our site, and using the data layer inserted several custom dimensions, including 'user_id'
Data Layer with user_id shown
The Google Analytics variable in Tag Manager is configured to pass these data layer variables into the coresponding dimensions:
Tag Manager Variable & Dimensions in Analytics
I know this is working as I am able to add this as a secondary dimension in Analytics when viewing reports:
Analytics with Dimension Shown
However, the user view that is created when I have set up the User-Id isnt showing anything:
Creating the User View
We installed Tag Manager using the recommended steps:
Installation of Tag Manager
Do we also need to add the 'Global Site Tag Tracking Code'?
How to Implement the User-ID in your tracking code
If not, what am I doing wrong?
You're actually REALLY close. You actually don't need to create the custom dimension.
The correct way is to set the userId field in your GA tag (I did it through a GA variable so it is applied everywhere).
Yes, that is exactly correct (what #XTOTHEL answered above), but for those who are reading this, I found these two blog posts helpful (esp if you are using GTM):
GA UA: https://www.analyticsmania.com/post/google-analytics-user-id-with-google-tag-manager/
GA4: https://www.analyticsmania.com/post/google-analytics-4-user-id/
And of course, the GA docs: https://support.google.com/tagmanager/answer/4565987?hl=en
the image when I hit "create property"I want to add new site to google analytics.
When I was trying to create new property, I thought the first question would be "What would you like to track? Website of Mobile app", but it seems like different in my case as you can see the picture that I attached.
Does anyone have any idea to solve this problem?
If you want to use the Universal Analytics Property just click on 'Show advanced options' button and create a new one. Otherwise, follow documentation for setup new GA4 Property: https://support.google.com/analytics/answer/9744165?hl=en
I've been working with Google analytics since now, and as a part of the new update, I need to implement everything using Google Tag Manager. How do I use my custom dimensions and metrics of Ga in GTM? How's Data layer connected with GA's dimensions and Metrics? I'm very new to this tools, so please pardon me for any mistakes in the question and feel free to edit it. I'm confused with the other sources in Google and other documentations regarding these topics.
Create a Universal Analytics tag, click the "enable overriding settings in this tag" checkbox, go to more settings, custom dimensions, click the "add custom dimension" button, enter in the left field the numeric index as obtained via the GA property settings and in the right field your value/variable. Similar for metrics.
I am using google tag manager to fire tags for my website, I created custom javascript variable which returns count of my jstree selection (i.e how many users selected how many items) and i placed a trigger on this count, just wanna know if there is any way that i can see this count on my google analytics page so as to analyse how many users are selecting how many items?
Found answer myself, Hope it will help others too.
To show count of any custom variable that you created on your google tag manager on your Google Analytics page is possible by creating custom dimensions on Google Analytics. Steps for doing this are below :-
Go to your google Analytics account, open admin section.
-Then go under property-->custom definations and select custom dimensions
click on new custom dimension add name and select scope "session" and click on create (Note :- please note your dimension index).
Go to google tag manager, Create a new tag, click on more settings under "configure tag" and add custom dimension, place index number and dimension value(custom variable that you created) here.
set your firing rule and save it.
Now, you can see it under report by setting secondary dimensions as custom dimensions. Also if you want to further analysis on this data you can also use Biq Query plugin for GA.
You are ready to go!!
How to select non-primary calendar using Google's Calendar API? I can see from documentation you can get full list of calendards, but nothing about how to select specific one.
For example I have calendar with title 'My Calendar_1'
I don't want to iterate over all calendars to check each name.
Seems to be it should some how use Query, but the documentation on its application is so poor.
Thanks in advance.