# Google Analytics

Google Analytics allows you to get detailed statistics about your sales and customers. With Google Analytics installed, you can:&#x20;

* Track your site traffic and where that traffic is coming from (Facebook, Instagram, Google searches etc.)
* View metrics like bounce rates and pageviews&#x20;
* Measure conversions and sales
* See the keywords customers are using to find your site&#x20;
* Implement remarketing to target past visitors to your site

**How to create a Google Analytics account**

If you already have a Google Analytics account, skip this section and read “Connecting Google Analytics to TAKU eCommerce” below.&#x20;

1. Go to [the Google Analytics site](https://marketingplatform.google.com/about/analytics/) and click **“Start for free”.**&#x20;
2. Sign in to your Google/Gmail account or create a new one.&#x20;
3. Click **“Sign Up”** in the top right hand corner.&#x20;
4. Fill in the required fields/information: your Account Name, Website Name, Website/Instant URL, Industry Fields, and Reporting TIme Zone.&#x20;
5. Under **“Data Sharing Options”**, check the boxes next to the options you prefer.&#x20;
6. Now, click on the button **“Get Track ID”**.&#x20;
7. The Google Terms of Service Agreement will pop up - click agree.
8. Google Analytics will now generate a Tracking ID for your site.&#x20;

Now that you’ve created a Google Analytics account and have your Tracking ID, follow the instructions below to link Google Analytics to your website.&#x20;

**Connecting Google Analytics to TAKU eCommerce**

1. Sign into your [Google Analytics account](https://marketingplatform.google.com/about/analytics/).&#x20;
2. Click on Account in the bottom left hand corner and then **“Property Settings”**.&#x20;
3. Copy your Tracking ID.
4. From your TAKU eCommerce dashboard, hover over **“Settings”** under **“Configuration”** and click on “**General”**.&#x20;
5. Click on **“Tracking & Analytics”**&#x20;
6. Paste your Tracking ID in the **“Google Analytics ID”** field.&#x20;
7. Click on the **“Save”** button to save the changes.&#x20;
8. Open your [Google Analytics account](https://marketingplatform.google.com/about/analytics/) and click Admin.&#x20;
9. Click **“Ecommerce Settings”** under the view column.&#x20;
10. Click on the toggle to switch it to **“ON''** under **“Enable Ecommerce''** and under **“Enable Enhanced Ecommerce Reporting”**.&#x20;
11. Click on the **“Save”** button.&#x20;

That’s it! You’ve now connected your TAKU eCommerce store to Google Analytics.&#x20;

**Remember**: The first results in Google Analytics will appear after 24 hours.&#x20;


---

# 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://help.takulabs.io/marketing/tracking-online-traffic/connecting-google-analytics.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.
