How add google analytics and tag management in page or actions in Plasmic? Can Plasmic provide a tutorial of building a landing page with SEO friendly meta tag config and animation with scrolling or actions? And responsive design with menu drawer.
If you use Next.js, you manage your meta tags (and injected scripts) by yourself with the tag.
What about in Visual Studio?
Also how is this done in a project that is not using Next.js?
Hi, you can search on Google for YOUR_FRAMEWORK + Google Analytics
to find out about ways to do in non Next.js land. For example, there is documentation for Gatsby Adding Analytics | Gatsby
Right but I’m using plain React JS. Would the recommendation be to add google analytics like you do with any react JS project?
I guess I’m not understanding the connection between plasmic and google analytics. Or if there is one.
Yes, you can do in any way that you want. Plasmic doesn’t limit you to any approach.