Changeset 3385407
- Timestamp:
- 10/27/2025 06:03:48 PM (4 months ago)
- File:
-
- 1 edited
-
abtestkit/tags/1.0.1/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
abtestkit/tags/1.0.1/readme.txt
r3383762 r3385407 72 72 == External services == 73 73 74 * **Service:** Google Apps Script web app (HTTPS endpoint on script.google.com).74 **Service:** Google Apps Script web app (HTTPS endpoint on script.google.com). 75 75 76 * **Why**76 **Why** 77 77 1. **Anonymous telemetry** (admin **opt in**) to understand high level usage. 78 78 2. **Email Capture** (admin submitted) for feedback/beta follow-ups. 79 79 80 * **When data is sent**80 **When data is sent** 81 81 Telemetry only after explicit opt-in (one-shot milestone events + install); email only when the admin submits the form. 82 82 83 * **What data is sent**84 * *Telemetry (opt-in):** hashed site ID md5(home_url()), WordPress version, PHP version, environment type, plugin name/version, event name + timestamp (e.g. first_toggle_enabled, first_test_launched/finished, winner_applied).85 * *Email capture (on submit):** email address + the same environment context.83 **What data is sent** 84 * **Telemetry (opt-in):** hashed site ID md5(home_url()), WordPress version, PHP version, environment type, plugin name/version, event name + timestamp (e.g. first_toggle_enabled, first_test_launched/finished, winner_applied). 85 * **Email capture (on submit):** email address + the same environment context. 86 86 87 * **Where data is sent**87 **Where data is sent** 88 88 Data is POSTed to an Apps Script endpoint on script.google.com (defined in code as ABTEST_TELEMETRY_ENDPOINT and reused for email capture). 89 89
Note: See TracChangeset
for help on using the changeset viewer.