# How to disable pageviews in Google Tag Manager

If you are using Littledata to send pageviews to Google Analytics (GA) you will need to disable the ones coming from other sources (e.g. sent via GTM). Having duplicated pageviews lowers your bounce rate and average time on site or average time on page reports will be skewed. If your bounce rate drops into the single digits there is a real chance that you have duplicated pageviews.

A lot of Google Tag Manager (GTM) tracking setups include a GA pageview tag that fires on a trigger of “All pages”:

![GA Pageview All Pages](/files/NGGDO3fNWCAuFUBQ38vO)

{% hint style="info" %}
GTM setups with multiple tags for different types of pageviews sent to GA will all need to be disabled
{% endhint %}

## Simple steps for disabling GTM pageviews

1. You will need to access GTM with an account that has “edit” permissions
2. Go to tags

   ![GTM Tags](/files/etTsuVlBeyLTU816IyFN)
3. Look for Google Analytics, GA Pageview, or something similar (the name is set by the person who created the tag, so it can have ANY name).
4. Click on the tag. Notice that `Track Type` is `Pageview`. It should look similar to this:

   ![GTM Pageview](/files/NlEu01KqrBPd0P72D0Ll)
5. Click on the 3 dots on the upper right and then click on "pause"

   ![Tags Paused](/files/NdIhX7ePxcopLGSXDRbe)
6. Publish the container

Now the Google Analytics pageviews sent via GTM will be disabled. They can easily be restored if needed at a later time by following these steps and clicking on “unpause” instead.

This will **not** affect any custom events triggered from GTM, which can work alongside Littledata's tracking.

Further reading:

* Littledata's [GTM data layer](/advanced/developer/gtm-and-google-analytics-data-layer-for-shopify.md)


---

# 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.littledata.io/advanced/troubleshooting/how-to-disable-pageviews-in-gtm.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.
