> For the complete documentation index, see [llms.txt](https://docs.jentis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jentis.com/data-activation/connectors/google-ads/what-does-ec_mode-mean.md).

# What does ec\_mode mean?

{% hint style="info" %}
In one of our major updates in **June 2026**, we made the `ec_mode` placeholder public. Previously, `ec_mode` was already set in our conversion streams with the default configuration **"automatic"** (`"a"`).
{% endhint %}

### Overview

`ec_mode` controls how enhanced conversion data — such as email addresses and phone numbers — is collected and sent to Google Ads.

### Background: Google Ads & gtag

When configuring your gtag via the **Google Ads interface**, you are asked whether you want to extract enhanced conversion data (e.g. email, telephone) **automatically** from the website.

| Value         | Mode      | Behavior                                                                               |
| ------------- | --------- | -------------------------------------------------------------------------------------- |
| `ec_mode = a` | Automatic | The gtag automatically extracts personal data from the browser to enhance conversions. |
| `ec_mode = m` | Manual    | Enhanced conversion data is added manually via `gtag.push()`.                          |

### How JENTIS handles ec\_mode

In JENTIS, `ec_mode` is set to **`a` (automatic)** by default.

This is because the JENTIS server-side connector has **no direct connection** to the Google Ads interface or the gtag itself. As a result, this setting does not restrict or change what data is actually shared — you retain **full control** over which data is passed to the connector on each tag, regardless of this value.

The default of `ec_mode = a` was therefore chosen as the most compatible configuration.

{% hint style="info" %}
**You remain in control.** Independent of the `ec_mode` setting, JENTIS gives you complete power to decide which data is shared with the connector on a per-tag basis.
{% endhint %}

### What changed in June 2026?

The `ec_mode` placeholder was made **publicly visible and configurable**. Everything continues to work exactly as before — the only difference is that you can now also configure this value yourself if needed.

### Summary

* `ec_mode = a` → Enhanced conversion data is extracted automatically (JENTIS default)
* `ec_mode = m` → Enhanced conversion data is provided manually
* In JENTIS, the actual data shared with Google Ads is always determined **by your tag configuration**, not by `ec_mode`
* The June 2026 update simply exposes `ec_mode` as a configurable placeholder — no behavioral changes


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.jentis.com/data-activation/connectors/google-ads/what-does-ec_mode-mean.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
