> ## Documentation Index
> Fetch the complete documentation index at: https://help.analyfy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Setup

> Set up the Ecommerce Looker Studio product

export default function SetupCommon() {
  return <>
      <div>
        <h2>Common setup steps</h2>
        <ol>
          <li>Open the purchased product</li>
          <li>Connect the correct data source</li>
          <li>Confirm access permissions</li>
          <li>Refresh the report</li>
        </ol>
      </div>

      <div>
        <h2>Before you start</h2>
        <ul>
          <li>Make sure you are using the correct Google account</li>
          <li>Check that your data source has enough permissions</li>
          <li>Review the selected date range before validating data</li>
        </ul>
      </div>
    </>;
}

# Setup

This guide explains how to set up the Ecommerce product in Looker Studio.

## Product-specific notes

This setup applies to the Ecommerce product.\
Make sure your ecommerce data source is connected correctly and that key dimensions are available before reviewing performance.

<SetupCommon />
