# Managing your SKUs on Legitimate Dashboard with API Access

## SKU Overview Page&#x20;

When you first go to manage an individual SKU you'll land on the SKU Overview page. The overview page provides a snapshot of information about that SKU including:&#x20;

* the number of tags in the SKU&#x20;
* the number of [page views](/public-docs/project-docs/glossary-of-legitimate-terms.md) for that SKU&#x20;
* the SKU's name - editable field&#x20;
* the SKU notes  - editable field&#x20;

## Webpage&#x20;

The Web Experience tab is where you'll inset your redirect link. Please follow the instructions on how to add this in [here](/public-docs/project-docs/managing-your-skus-on-legitimate-dashboard-with-api-access/setting-up-api-or-redirect-link-on-legitimate-dashboard.md).&#x20;

### SKU Analytics&#x20;

On the Analytics tab you can see a more in-depth view of your SKUs analytics. You'll be able to view the following data:&#x20;

* Page Views - how many times an end user has tapped a tag in that SKU&#x20;
* Total Tag Verifications - refers to the total number of times a verifiaction action has been performed on the tags in this SKU. This includes page views, when a tag is programmed, and other verification steps your SKU may have.&#x20;
* Total API Verifications - how many times the API is called&#x20;

These data points are also represented across different views to help better visualize the data:&#x20;

* Map View&#x20;
  * the map view gives you a heat map visual of where the tags have been tapped across the world. The red dots indicate multiple taps in one area&#x20;

<figure><img src="/files/O7JwSiYNZXRU1aGN2HEy" alt=""><figcaption></figcaption></figure>

* Views, User Interactions, and Marketing Consent graph&#x20;
  * allows you to see the usage of the tags by end users overtime&#x20;
* Tag UID, Transfer Type, User ID, Time chart&#x20;
  * gives you a granular look at every action performed within that SKU on a tag basis.
  * The tag UUID is the specific tags unique code
  * Transfer Type refers to the type of action that was done to that tag&#x20;
  * User ID is the unique code we give to each end users&#x20;
  * Time chart displays exactly when the action on that tag was performed by that user&#x20;
* Views by City, Views by Region, and Views by Country graphs&#x20;
  * gives you a visual representation of the breakdown of tag taps by users across city, region and country.&#x20;
  * In order to view the city region or country that corresponds with a section of the graph hover you mouse cursor over the a section of the city, region or country name will pop-up
* Verifications Graph
  * allows you to see the verification of the tags overtime


---

# 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.legitimate.tech/public-docs/project-docs/managing-your-skus-on-legitimate-dashboard-with-api-access.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.
