> For the complete documentation index, see [llms.txt](https://docs.acronym.com/analytics/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acronym.com/analytics/adobe-launch/gtag/actions/pageview.md).

# Send a page view

This action lets you send a page view server call to Google — similar to what a browser load would send if the tag were directly on the page instead of in Tags.

{% hint style="info" %}
**Note:** No page views are sent without a page view rule / action being created. Installing the extension alone will not be enough to send data to your Google products.
{% endhint %}

## Enabling Accounts

You can choose which accounts should receive a page view call. When a new page view action is created, all accounts are enabled by default. Toggling the checkbox will allow you to prevent the page view from being sent to that account.&#x20;

You can also use a data element to conditionally call a page view for an account. Your data element should return a Boolean `true` or `false` to enable or disable the page view call. If a data element is used, the checkbox cannot be unchecked until the data element is removed.&#x20;

![The "My GA Account" is using a data element to conditionally call the page view, while the "Some AdWords Account" will always have a page view sent for this rule.](/files/-LZkg2eFluVB1Tcffd6O)

## Custom Data Fields

You can pass in [custom data fields](/analytics/adobe-launch/gtag/configuration.md#custom-data-fields) for this single page view. Any custom data fields that were previously set in the [extension configuration](/analytics/adobe-launch/gtag/configuration.md) or via [set persistent values](/analytics/adobe-launch/gtag/actions/set.md) will be overwritten by the value passed in this action. Learn more about [configuring e-commerce data](/analytics/adobe-launch/gtag/faq.md#ecommerce) in these fields.

For example, if you set the `page_title` to `my default page title` in the extension configuration, and then within the page view action pass the `page_title` to `my awesome page`, `my awesome page` would be sent with the page view call for this rule.

![Setting the page\_title property to "my awesome page"](/files/-LZkgLmnZFHN60f-p--4)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.acronym.com/analytics/adobe-launch/gtag/actions/pageview.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.
