Skip to content

Commit 08e53ff

Browse files
authored
Merge pull request #2508 from Automattic/hotfix/ga4-release
Hotfix/ga4 release
2 parents cdc17b1 + 34068ff commit 08e53ff

File tree

4 files changed

+158
-215
lines changed

4 files changed

+158
-215
lines changed

includes/data-events/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -173,18 +173,18 @@ When a WooCommerce Subscription status changes.
173173

174174
## Newspack Popups Actions
175175

176-
### `campaign_interaction`
176+
### `prompt_interaction`
177177

178178
When a user interacts with a Newspack Popup's campaign prompt.
179179

180180
| Name | Type | Obs |
181181
| -------------------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
182-
| `campaign_id` | `int` | |
183-
| `campaign_title` | `string` | |
184-
| `campaign_frequency` | `string` | |
185-
| `campaign_placement` | `string` | |
186-
| `campaign_blocks` | `array` | Array containing the blocks that are inside the campaign. Only 3 blocks are tracked: `donation`, `registration` and `newsletters_subscription` |
187-
| `action` | `string` | `form_submission`, `form_submission_success` or `form_submission_failure` |
182+
| `prompt_id` | `int` | |
183+
| `prompt_title` | `string` | |
184+
| `prompt_frequency` | `string` | |
185+
| `prompt_placement` | `string` | |
186+
| `prompt_blocks` | `array` | Array containing the blocks that are inside the prompt. Only 3 blocks are tracked: `donation`, `registration` and `newsletters_subscription` |
187+
| `action` | `string` | `form_submission_received`, `form_submission_success` or `form_submission_failure` |
188188
| `action_type` | `string` | `donation`, `registration` or `newsletters_subscription` |
189189
| `interaction_data` | `array` | Depending on the action type, it will contain different information about the interaction. |
190190

0 commit comments

Comments
 (0)