Skip to content

Commit f403b07

Browse files
Atharva8168claude
andcommitted
docs(readme): drop four-combination flag table (MAGE-888)
Per review feedback, remove the verbose flag-combination table; the surrounding prose already explains the independent opt-ins and the mixed-flag case, matching the iOS README. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent ad58c78 commit f403b07

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -489,14 +489,7 @@ registration** still works standalone — but Klaviyo message **display** requir
489489
#### The two flags are independent
490490

491491
`automatic_push_tracking` and `automatic_token_forwarding` are separate opt-ins — each defaults to
492-
`false` when absent, and either can be set without the other. All four combinations are valid:
493-
494-
| `automatic_push_tracking` | `automatic_token_forwarding` | Behavior |
495-
|:---:|:---:|---|
496-
| `false` | `false` | No automatic behavior — integrate manually (Option B) |
497-
| `true` | `false` | Automatic open tracking; you own the token pipeline (`Klaviyo.setPushToken(...)`) |
498-
| `false` | `true` | Automatic token forwarding; you track opens via `Klaviyo.handlePush(intent)` |
499-
| `true` | `true` | Full automatic integration (the Option A setup above) |
492+
`false` when absent, and either can be set without the other.
500493

501494
To keep automatic open tracking while owning your own push-token pipeline (for example, forwarding
502495
a single token to multiple providers), set only `automatic_push_tracking="true"` and omit

0 commit comments

Comments
 (0)