# Google Analytics Integration

Integrating Google Analytics with your Token Store on the Spydra platform allows you to track visitor interactions, analyze user behavior, and gather valuable insights to improve your store's performance. Follow these steps to set up Google Analytics:

#### Setting Up Google Analytics

1. **Access Store Settings:**
   * Navigate to the 'Store Settings' section from your main dashboard. Click on 'Setting' tab.
2. **Enter Google Analytics ID:**
   * Locate the field for Google Analytics ID within the settings page.
   * Enter your Google Analytics Tracking ID (usually starts with 'UA-' or 'G-') to link your Token Store with your Google Analytics account.
3. **Save Changes:**
   * After entering the Google Analytics ID, make sure to click 'Save' to apply the changes.

You can update or remove your Google Analytics ID anytime through Store Settings.

**Where can I find my Google Analytics Tracking ID?**

{% embed url="<https://support.google.com/analytics/answer/9539598?hl=en>" fullWidth="true" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.spydra.app/how-to/public-chain/token-store/google-analytics-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
