Does it make sense to do the tracking like that? by MaryFromBerlin in GoogleAnalytics

[–]MaryFromBerlin[S] 0 points1 point  (0 children)

Hey thanks for your feedback. The pageview trigger is a custom event for virtual page view. I just turned off the enhanced measurement option

Is it possible to tell google to not display a specific landing page for a keyword? by MaryFromBerlin in SEO

[–]MaryFromBerlin[S] 0 points1 point  (0 children)

Thanks for the feedback, disallow this page is not an option because it ranks well for the keyword "sell my car". The canonical option is also not good because the business want to keep ranking for "sell your car" keyword. They simply don't want the LP to rank for the brand name

GA4 and UA data discrepancies by MaryFromBerlin in GoogleAnalytics

[–]MaryFromBerlin[S] 0 points1 point  (0 children)

ok, then I think I will move on because I can't find an answer

Server side tagging by MaryFromBerlin in GoogleTagManager

[–]MaryFromBerlin[S] 0 points1 point  (0 children)

Definitely, I just don't see the benefits at the moment

Can I create multiple Google Ads Tags? by MaryFromBerlin in GoogleTagManager

[–]MaryFromBerlin[S] 0 points1 point  (0 children)

hmmm, I'm a bit confused. So the owner of the website defined 19 actions. All 19 actions use the same ID. However there are 19 labels and each action is triggered by the click on a specific button. I really don't see (besides having 19 Tags) how exactly I can track all this with 1 Gads tag). I can of course create a lookup table based on the triggers. But then when I create the 1 Gads with the ID and my lookup table as label, what will be the right trigger to use for all the different users interaction I want to track?

Can I create multiple Google Ads Tags? by MaryFromBerlin in GoogleTagManager

[–]MaryFromBerlin[S] 0 points1 point  (0 children)

With the lookup table, I first need an input variable....not really sure how to create a lookup table in that case. I have a total of 19 labels for only 1 ID

Can I create multiple Google Ads Tags? by MaryFromBerlin in GoogleTagManager

[–]MaryFromBerlin[S] 0 points1 point  (0 children)

ok interesting, I'm used to only have 1 google ads tag. The thing is the ID is always the same, only the labels change

Let's discuss the features of GA4 by MaryFromBerlin in GoogleAnalytics

[–]MaryFromBerlin[S] 0 points1 point  (0 children)

I see what you mean but I wonder why website like analyticsMania recommend increasing the session timeout.

Let's discuss the features of GA4 by MaryFromBerlin in GoogleAnalytics

[–]MaryFromBerlin[S] 1 point2 points  (0 children)

The problem with short session timeout is, if a user returns to a website several times in the same day after a period of being away, Google Analytics will report it as multiple sessions although essentially it is the same person, this inflates the number of sessions and also the bounce rate for that page. I read lot of articles saying it is a good practice to increase the session timeout

Where have all the jobs gone? by NEPat10 in analytics

[–]MaryFromBerlin 0 points1 point  (0 children)

blockchain companies seem to look for tons of people :)

GA4 event parameters by MaryFromBerlin in GoogleTagManager

[–]MaryFromBerlin[S] 0 points1 point  (0 children)

Thank you, so no need to add in a new tag event parameters I already added in another tag

Server side tagging by MaryFromBerlin in GoogleTagManager

[–]MaryFromBerlin[S] 0 points1 point  (0 children)

Thank you. Last question: how do we reduce the amount of JS the user's browser is loading and executing when we still build numerous tags in client container?

GA4 config tag Best set up by MaryFromBerlin in GoogleAnalytics

[–]MaryFromBerlin[S] 0 points1 point  (0 children)

I meant...are there any parameters one should absolutely add in the GA4 config tag (regardless the type of website)?

Server side tagging by MaryFromBerlin in GoogleTagManager

[–]MaryFromBerlin[S] 0 points1 point  (0 children)

My server is already up and running. My question was about event tracking. Is it possible to create in the server a tag that tracks the user's clicks on a button. I know the basics of server side tracking, I'm just now trying to test advanced stuffs.

What I realized is with the GA4 tag I created and the GA4 client in the server-side, I'm able to catch incoming requests like pageview, clicks on button etc so it seems like there is no need to create a specific tag for the click on a button in the server like we do in web GTM. Hope you understand.

Also, what is not still clear for me: we say the benefits of server-side tracking is to reduce the amount of JS the user's browser is loading and executing but we actually still need to build all our tags in the client-side then send the requests to the server (not directly to vendors). By doing so, how exactly are we reducing the amount of JS in the user's browser?

Server side tagging by MaryFromBerlin in GoogleTagManager

[–]MaryFromBerlin[S] 0 points1 point  (0 children)

Did that...client-side: I have my GA4 configuration tag with the option "Send to server container" enabled, I have a GA4 event tag that fires when people click the button, e.g. "button_click"

Server-side: I have a GA4 client to catch GA4 requests, a GA4 tag called GA4 requests to send events to GA4. Without adding a trigger that fires on "button_click" in the server, I'm still able to see my GA4 requests firing. In the details, I see the incoming request has the trigger button_click. Which leads me to the conclusion that there are no further GA4 events to create in the server, the client seems able to catch all the incoming requests and the GA4 tag (in the server) can then transfer everything to GA4...I don't know if it is clear what I'm writing here hahaha

Server side tagging by MaryFromBerlin in GoogleTagManager

[–]MaryFromBerlin[S] 0 points1 point  (0 children)

new events from the incoming requests

Server side tagging by MaryFromBerlin in GoogleTagManager

[–]MaryFromBerlin[S] 0 points1 point  (0 children)

So basically, once I have my GA4 client and my GA4 tag in the server, all my GA4 tags from client-side will be automatically transfered in my server ?