feat(gtag-plugin): gtag should support multiple tracking ids, notably for the UA => GA4 transition (#8620)

This commit is contained in:
Sébastien Lorber 2023-02-02 18:06:12 +01:00 committed by sebastienlorber
parent 985a64ad22
commit e5dcd4e4cf
6 changed files with 241 additions and 40 deletions

View file

@ -45,7 +45,7 @@ Accepted fields:
| Name | Type | Default | Description |
| --- | --- | --- | --- |
| `trackingID` | `string` | **Required** | The tracking ID of your gtag service. |
| `trackingID` | <code>string \| string[]</code> | **Required** | The tracking ID of your gtag service. It is possible to provide multiple ids. |
| `anonymizeIP` | `boolean` | `false` | Whether the IP should be anonymized when sending requests. |
```mdx-code-block