openpanel icon indicating copy to clipboard operation
openpanel copied to clipboard

Profile has no events

Open cedWetzel opened this issue 8 months ago • 1 comments

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.

cedWetzel avatar Apr 06 '25 05:04 cedWetzel

Give me your project id (here, discord or [email protected]) and I'll have a look!

lindesvard avatar Apr 07 '25 22:04 lindesvard