Hi there,
hope someone can guide me please. how do i set up the configurations parameters of GA4 for Amplitude tag? Thanks
Hi sysph. In the Amplitude GTM tags you’ll want to be setting these parameters as either User Properties (values persist for a given user from the point the values is set/ changed….think of these as user-scoped dimensions in GA) or Event Properties (values tie to the given event for a given user, they don’t persist after...think of these as hit-scoped dimensions in GA).
User Properties are set in “identify” tags, like this…
….while Event Properties are set with your events in “track” tags…
Full info on the latest version of the GTM tag (which uses Browser SDK 2.0) is found here: https://www.docs.developers.amplitude.com/data/sources/google-tag-manager-client/.
Dan.
Thank you dangrainger for the helpful information. Does it mean the event parameters will be at the same place as event properties if i set up in event tracking tag?
Yes
Much appreciate dangrainger
It’s my first time implementing in Amplitude. Wish me good luck.
Another question: Will i be able to group the (GA4) configuration parameters to identify in the Amplitude and how to do it? Could you recommend the docs i shall check? Thanks
Those parameter names you screengrabbed look largely like they’re user scope, for example, loggedin I’m guessing you’ll want to grab the a yes/no value and persist it against events for a given user. So User Properties in Amplitude should be what you’re looking for, passed in an “identify” call.
I see. You’re right. I’m using user properties and i can see them appear in User Properties section.
Another question: how do i trigger a page view event ? Such as homepage or category page? In my initialise tag, i disabled tracking page views. I would like to track some essential page views. but the tag wasn’t fired. (I do have post_type in the dataLayer)
I think i’ve figured out how to trigger now.
Hey there I've been playing around for a couple of hours with the guide and analytics which fires properly on the UI but wouldn't give me any analytics. I read that there is another script that should be installed for the analytics part of things. Would anyone be able to guide me towards the potential script or some…
All my data is being collected through Firebase I want to export all this data in Amplitude and keep it synced with GA4, I tried adding data sources as BigQuery and GA4 both but for some reason it only partially imported the data and now its not working, I cant even see connected sources. Any help will be appreciated.
How do I transfer data from one amplitude account to another? It seems all the community chats about this have completely broken links. Easy to export, no way to import, very frustrating. :(
When using @amplitude/plugin-web-vitals-browser with Create React App v4 (react-scripts@4.0.3), the build fails with: ./node_modules/@amplitude/plugin-web-vitals-browser/node_modules/web-vitals/dist/web-vitals.js<br /><br />SyntaxError:…
Hello, I'm using SpringBoot and Kotlin to integrate with the Amplitude Export API. The official Amplitude documentation (https://amplitude.com/docs/apis/analytics/export) states that "data is available to export at a minimum within 2 hours of when the servers received it." However, there's no clear information about the…