Openpanel-dev / Openpanel-dev/openpanel
Profile has no events
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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