Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Retail API: import of events was successful but events are not appear in console

Here is the panel info (all events are purchase-complete)

image.png

But there is no change in the panel. The numbers are still the same.

world_of_data_1-1691328172380.png

 

0 1 296
1 REPLY 1

Hi @world_of_data

I see that there are some events that weren't imported even though the operation was successful. There are a few possible reasons for this:

  • They might be invalid events or they are not compatible. You need to review your JSON file and be sure to follow the correct format and limitations for every type of event.
  • The events may already exist. Retail API won't allow duplicates, it will naturally fail if they already exist
  • The event timestamps might be invalid. Make sure that the event was in the past and follows the UTC timezone

Please consider revisiting the Event import considerations to better understand their respective use cases and limitations. You can also learn more about the User event types and best practices for Retail API to generate quality results.