{"id":20313733,"url":"https://github.com/posthog/posthog-braze-plugin","last_synced_at":"2025-05-07T22:31:31.042Z","repository":{"id":176015463,"uuid":"475054729","full_name":"PostHog/posthog-braze-plugin","owner":"PostHog","description":null,"archived":true,"fork":false,"pushed_at":"2024-06-07T07:04:20.000Z","size":666,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-30T23:57:51.241Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PostHog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-28T15:05:43.000Z","updated_at":"2024-09-11T06:49:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"aea4941e-7b21-405d-ad3c-12355b6d27ac","html_url":"https://github.com/PostHog/posthog-braze-plugin","commit_stats":null,"previous_names":["posthog/posthog-braze-plugin"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PostHog%2Fposthog-braze-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PostHog%2Fposthog-braze-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PostHog%2Fposthog-braze-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PostHog%2Fposthog-braze-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PostHog","download_url":"https://codeload.github.com/PostHog/posthog-braze-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252965592,"owners_count":21832918,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T18:12:32.442Z","updated_at":"2025-05-07T22:31:30.740Z","avatar_url":"https://github.com/PostHog.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Deprecated in favor of https://github.com/PostHog/posthog-braze-app\n\n# PostHog Braze Plugin\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-red.svg?style=flat-square)](https://opensource.org/licenses/MIT)\n\nThis plugins sends [Braze](https://braze.com) analytics data series to Posthog.\n\nThe data series will be imported once a day, for a time window corrisponding to 00:00AM UTC to 12:00PM UTC of the previous day.\n\nCampaigns, Canvases, News Card Feeds and Segments will only be tracked if any activity was recorded in the last 24 hours time window.\n\n## API Key Permissions\n\nDepending on what kind of analytics you want to export from Braze to Posthog, you need to give your API Key the correct permissions.\n\nYou can read more about Braze REST Api Key permissions [here](https://www.braze.com/docs/api/api_key/#how-can-i-use-it)\n\nCampaigns:\n\n```\ncampaigns.list\ncampaign.data_series\ncampaigns.details\n```\n\nCanvas:\n\n```\ncanvas.list\ncanvas.data_series\ncanvas.details\n```\n\nCustom Events:\n\n```\nevents.list\nevents.data_series\n```\n\nKPIs:\n\n```\nkpi.mau.data_series\nkpi.dau.data_series\nkpi.new_users.data_series\nkpi.uninstalls.data_series\n```\n\nNews Feed Cards:\n\n```\nfeed.list\nfeed.data_series\nfeed.details\n```\n\nSegments:\n\n```\nsegments.list\nsegments.data_series\nsegments.details\n```\n\nSessions:\n\n```\nsessions.data_series\n```\n\n## Plugin Parameters:\n\n-   `Braze REST Endpoint` (required): The REST endpoint where your Braze instance is located, [see the docs here](https://www.braze.com/docs/api/basics)\n-   `API Key` (required): Your Braze API Key, [see the docs here](https://www.braze.com/docs/api/api_key/)\n-   `Import Campaigns` (required): Toggle [Campaign](https://www.braze.com/docs/user_guide/engagement_tools/campaigns) analytics imports\n-   `Import Custom Events` (required): Toggle [Custom Events](https://www.braze.com/docs/user_guide/data_and_analytics/custom_data) analytics imports\n-   `Import Canvas` (required): Toggle [Canvas](https://www.braze.com/docs/user_guide/engagement_tools/canvas) analytics imports\n-   `Import News Feed Cards` (required): Toggle [News Feed](https://www.braze.com/docs/user_guide/engagement_tools/news_feed) analytics imports\n-   `Import KPIs` (required): Toggle KPI imports (Daily New Users, DAU, MAU, Daily Uninstalls)\n-   `Import Segments` (required): Toggle [Segment](https://www.braze.com/docs/user_guide/engagement_tools/segments) analytics import\n-   `Import Sessions` (required): Toggle Sessions analytics import\n\n## Installation\n\n-   Visit 'Project Plugins' under 'Settings'\n-   Enable plugins if you haven't already done so\n-   Click the 'Repository' tab next to 'Installed'\n-   Click 'Install' on this plugin\n-   Fill in required parameters (see above)\n-   Enable the plugin\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposthog%2Fposthog-braze-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fposthog%2Fposthog-braze-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposthog%2Fposthog-braze-plugin/lists"}