Skip to content

PostHog/posthog-braze-app

 
 

Repository files navigation

PostHog Braze Plugin

License: MIT

This plugins sends Braze analytics data series to Posthog.

The 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.

Campaigns, Canvases, News Card Feeds and Segments will only be tracked if any activity was recorded in the last 24 hours time window.

API Key Permissions

Depending on what kind of analytics you want to export from Braze to Posthog, you need to give your API Key the correct permissions.

You can read more about Braze REST Api Key permissions here

Campaigns:

campaigns.list
campaign.data_series
campaigns.details

Canvas:

canvas.list
canvas.data_series
canvas.details

Custom Events:

events.list
events.data_series

KPIs:

kpi.mau.data_series
kpi.dau.data_series
kpi.new_users.data_series
kpi.uninstalls.data_series

News Feed Cards:

feed.list
feed.data_series
feed.details

Segments:

segments.list
segments.data_series
segments.details

Sessions:

sessions.data_series

Plugin Parameters:

  • Braze REST Endpoint (required): The REST endpoint where your Braze instance is located, see the docs here
  • API Key (required): Your Braze API Key, see the docs here
  • Import Campaigns (required): Toggle Campaign analytics imports
  • Import Custom Events (required): Toggle Custom Events analytics imports
  • Import Canvas (required): Toggle Canvas analytics imports
  • Import News Feed Cards (required): Toggle News Feed analytics imports
  • Import KPIs (required): Toggle KPI imports (Daily New Users, DAU, MAU, Daily Uninstalls)
  • Import Segments (required): Toggle Segment analytics import
  • Import Sessions (required): Toggle Sessions analytics import

Installation

  • Visit 'Project Plugins' under 'Settings'
  • Enable plugins if you haven't already done so
  • Click the 'Repository' tab next to 'Installed'
  • Click 'Install' on this plugin
  • Fill in required parameters (see above)
  • Enable the plugin

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.0%
  • JavaScript 5.0%