How do I get:
Hi there! Thanks for your post.
Page View is not a default event within Amplitude so you would have to instrument this on your end. As far as calling the logEvent function with the JS SDK, for example, you would need to call logEvent after event instances that you'd like to track:
amplitude.getInstance().logEvent('EVENT_TYPE');
You can also view our Data Taxonomy Playbook to gain an understanding of Page View events.
Hope that helps! Please let us know if you have any follow up questions.
Hi Nicol,
This is fantastic!! Thanks so much!!!
You’re very welcome!
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:…