Sites
Connect a website to Amplify Up with a tracking ID.
Each website you personalize is a site in Amplify Up. A site has a name, a public URL, and a tracking ID that the Node SDK uses.
Add a site
- Open Sites in the dashboard.
- Create a site and set the public address visitors use.
- Copy the tracking ID (it looks like
track_…). - Give the tracking ID to whoever installs the Node SDK.
The install page in the dashboard shows snippets with your current site’s tracking ID already filled in.
SDK installed
The site record has an SDK installed switch. Turn it on when the Node SDK is live on the site so Composer preview can load your pages.
Environments
Use the live URL for what visitors see. Add a local developer URL if someone on your team previews Composer against their machine. Tracking and content stay the same across environments; only the preview address changes.
Next step
After the site exists, a developer installs the Node SDK (or scaffolds an app with create-amplifyup), then you compose the first page.