From 51efb62206981d5f9aa6f591a90819da0a5a1fcf Mon Sep 17 00:00:00 2001 From: Maxime Jourdan <44231355+max21910@users.noreply.github.com> Date: Fri, 5 Jan 2024 12:16:40 +0100 Subject: [PATCH] Add info (#38) * Add info Add info in: -Messaging request -fix link issues -fix typo * fix endline mistakes Add a fix to pass Github build (line at the end of files) * still fixing github build fail * fix github build fail * fix issues * remove text that cause issue * Updated Changes based on Feedback from userbradley add Image optimization CDN for the Sub domains : cdn-resize.bereal.network --- docs/api-endpoints/analytics.md | 116 ++++++++++++++++++++++++++++++++ docs/api-endpoints/index.md | 1 + docs/domains/sub-domains.md | 4 +- 3 files changed, 120 insertions(+), 1 deletion(-) diff --git a/docs/api-endpoints/analytics.md b/docs/api-endpoints/analytics.md index b11d7e1..490d13d 100644 --- a/docs/api-endpoints/analytics.md +++ b/docs/api-endpoints/analytics.md @@ -6,6 +6,7 @@ title: "API endpoint: Analytics" |---------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------| | `https://logs.browser-intake-datadoghq.com/api/v2/logs?ddsource=ios` | DataDog application usage metrics and RUM | | `https://api2.amplitude.com/` | User journey tracking | +| `https://api.lab.amplitude.com/sdk/v2/vardata?v=0` | 2023 recap video analytics | | `https://region1.app-measurement.com/a` | Firebase [See here for info](https://stackoverflow.com/questions/54461349/how-to-decrypt-firebase-requests-to-app-measurement-com/54463682#54463682) | | `https://api.onesignal.com/apps/91b217c4-7ad8-4fd1-a01c-f4ed5b2a4711/ios_params.js?player_id=<>>` | Push messaging (Probably the notification going off) | | `https://fcmtoken.googleapis.com/register` | [Firebase Messaging](https://firebase.google.com/docs/cloud-messaging) (maybe also for push notifications, but authing?) | @@ -13,6 +14,121 @@ title: "API endpoint: Analytics" ## Requests and Responses +### `2023 recap video analytics` + +``` +{ + "campaign-memoriesrecap2023": { + "key": "off", + "metadata": { + "default": true + } + }, + "delhi-tagging-rollout-countries": { + "key": "on", + "value": "on" + }, + "friend-recommendations-m2-ios": { + "key": "active-weighted", + "metadata": { + "experimentKey": "exp-2" + }, + "payload": { + "fr-backend-variant": "active", + "fr-card-reshow": 10, + "fr-friend-threshold": 30, + "fr-recco-count": 5 + }, + "value": "active-weighted" + }, + "ios-cairo-streaks": { + "key": "off", + "metadata": { + "default": true + } + }, + "ios-chat-forwarding": { + "key": "treatment", + "metadata": { + "experimentKey": "exp-1" + }, + "value": "treatment" + }, + "ios-onboarding-revamp": { + "key": "new-flow", + "metadata": { + "experimentKey": "exp-2" + }, + "payload": { + "notif": "old", + "order": "new" + }, + "value": "new-flow" + }, + "ios-pinned-memories": { + "key": "treatment", + "metadata": { + "experimentKey": "exp-1" + }, + "value": "treatment" + }, + "ios-sharing-cell": { + "key": "share-and-clean", + "metadata": { + "experimentKey": "exp-2" + }, + "payload": { + "clean-cell": true, + "external-sharing": true + }, + "value": "share-and-clean" + }, + "ios-tagging": { + "key": "treatment", + "metadata": { + "experimentKey": "exp-1" + }, + "value": "treatment" + }, + "ios-tagging-resharing": { + "key": "off", + "metadata": { + "default": true + } + }, + "ios-upload-perf-improvements": { + "key": "treatment", + "metadata": { + "experimentKey": "exp-2" + }, + "value": "treatment" + }, + "memories-entry-points-ios": { + "key": "navbar", + "metadata": { + "experimentKey": "exp-1" + }, + "value": "navbar" + }, + "sunset-survey-card": { + "key": "off", + "metadata": { + "default": true + } + }, + "sunset-survey-card-prospect-cta": { + "key": "off", + "metadata": { + "default": true + } + }, + "tagging-country-flag": { + "key": "on", + "value": "on" + } +} +``` + ### `unspecified` ``` diff --git a/docs/api-endpoints/index.md b/docs/api-endpoints/index.md index 27e4c10..109a6b9 100644 --- a/docs/api-endpoints/index.md +++ b/docs/api-endpoints/index.md @@ -10,6 +10,7 @@ The endpoints are categorized as below * [Analytics](analytics.md) * [Feeds](feeds.md) * [Moderation](moderation.md) +* [Messaging](messaging.md) * [Person](person.md) * [Relationships](relationships.md) * [Search](search.md) diff --git a/docs/domains/sub-domains.md b/docs/domains/sub-domains.md index 114654f..501c9d6 100644 --- a/docs/domains/sub-domains.md +++ b/docs/domains/sub-domains.md @@ -68,8 +68,10 @@ title: Sub Domains | URL | Use | |-------------------------------|------------------------------------------------------------------------------------------------------------------------------------| | `cdn.bereal.network` | New CDN running on `MCI Communications Services, Inc. d/b/a Verizon Business` pointing to `storage.bere.al` Bucket | +| `cdn-resize.bereal.network` | Image optimization CDN | | `dev-cdn.bereal.network` | Development CDN running on `MCI Communications Services, Inc. d/b/a Verizon Business` pointing to `sandbox-storage.bere.al` bucket | + ## bereal.team | URL | Use | @@ -97,4 +99,4 @@ title: Sub Domains | `doc.bereal.team` | Most likely internal Documentation | | `dev.auth.bereal.team` | *DEV* Authentication systems | | `dev.notific.bereal.team` | *DEV* Misspell notification system | -| `ogma.bereal.team` | Messaging service | +| `ogma.bereal.team` | Messaging service |