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.
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…
Hello, Is there a way to make a query like: “Give me all the users that have the user property X equal to 10”, by using just any of the APIs, without making a cohort first through the Amplitude’s UI? Thank you!
Hi, I’m trying to create a chart in Amplitude using the Page Viewed: Cart event, measured as Uniques, over the past 7 days. However, I keep getting this error on the graph: "An error occurred while loading your data. (400 status code)" Other events seem to load fine, so it looks specific to this event or configuration. Has…