Openpanel-dev / Openpanel-dev/openpanel

Profile has no events

Open
#140 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
7k
Forks
481
Avg merge
1d 3h
Merged PRs (30d)
21

Description

Hi, I'm using Rudderstack with a custom transformation to send events to Openpanel.

For tracking events I use something like

 if (event.type == 'track') {
    return {
      header: { 'x-client-ip': event.request_ip },
      "type": "track",
      "payload": {
        "profileId": event.userId,
        "name": event.event,
        "properties": event.properties
      }
    }
  }

This works and in the event overview I can see that all events have the correct profile but when I click at the profile and open the profile view, the profile has no events associated.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the issue using the shown Rudderstack transformation, then compare the event overview with the profile view. Trace how profileId is used when events are associated with profiles; done means events sent with this transformation appear in the corresponding profile's event list.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, typescript
Domain
analytics
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.