Skip to main content
Solved

Profile not show


Forum|alt.badge.img+1
  • Contributor I
  • 1 reply

Hello,

I using Events API to create metric and i create a segment with condition customer triggered this metric, but the profile will not showing in the profile tab in klaviyo. When i try to get profile by API it still return profile data. Anyone know why profile not showing in the profile tab in app?

Thank you!

 

Best answer by Kim Strauch

@HaiNN,The profile should show up in the UI. These events are created async so it may take some time before the event & profile show up in the UI.

A few things to check 
1. are you receiving a 202 response from the API? If not, the output should provide more details about the error 
2. are you using an email address that ends in “@example.com” or “@test.com”? These may be dropped by Klaviyo, since they’re not real email addresses. 
3. It’s possible you’re using a profile ID and a conflicting identifier, as discussed in this post: 

 
We need a few more details on what you’re currently doing and the behavior you’re seeing in order to help here. 

View original
Did this topic or the replies in the thread help you find an answer to your question?

3 replies

Forum|alt.badge.img+31
  • Partner
  • 252 replies
  • June 19, 2024

Hello @HaiNN You should have a profile available in Klaviyo to associate an event.


Forum|alt.badge.img+1
  • Author
  • Contributor I
  • 1 reply
  • June 19, 2024
Maxbuzz wrote:

Hello @HaiNN You should have a profile available in Klaviyo to associate an event.

Thank you for answer my question, can you explain more for me about it? The flow im using is, i create custom metric then i create segment with trigger is this custom metric. When customer do something in store (example: customer register) i call API create event (https://developers.klaviyo.com/en/reference/create_event) with this custom metric and profile of this customer, it will create a profile in Klaviyo. Is this profile will show in app?

Thank you.


Kim Strauch
Klaviyo Employee
Forum|alt.badge.img+9
  • Klaviyo Employee
  • 91 replies
  • Answer
  • June 26, 2024

@HaiNN,The profile should show up in the UI. These events are created async so it may take some time before the event & profile show up in the UI.

A few things to check 
1. are you receiving a 202 response from the API? If not, the output should provide more details about the error 
2. are you using an email address that ends in “@example.com” or “@test.com”? These may be dropped by Klaviyo, since they’re not real email addresses. 
3. It’s possible you’re using a profile ID and a conflicting identifier, as discussed in this post: 

 
We need a few more details on what you’re currently doing and the behavior you’re seeing in order to help here.