I’m struggling to get Source referral data from Google. I saw this question here:
But does that mean that Amplitude does not come with Google referral attribution out of the box? We’re also using the JS snippet with a mix of server side events.
unodewaal You are correct about the JS SDK not coming with Google retribution enabled out the box. To enable via the SDK, please refer to this section of the JS SDK. Also, if the user enters the site directly, there won't be any values of initial_utm, initial_referrer, utm, and referrer properties. Since the values were null, we dont store it and will act like it never existed. In some ways, it can be said that we do not track direct/organic traffic through our JS SDK web attribution unless the user always comes through directly (so the values for those properties are always none) or the user’s first few events came directly so the values were none only during those first few events.
Thanks for reaching out here unodewaal. I’m going to forward this to the team who can take a closer look.
Our dev just deployed amplitude to our portal. When I look at the website payload in my browser debug I can see the amplitude api key. I am trying to understand if this is by design or if there is way to hide this.
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:…