Skip to main content
Solved

Our API integrated metrics are not working...

  • February 15, 2024
  • 3 replies
  • 160 views

Forum|alt.badge.img+5

If you look at our API metrics like Checkout started, Active on site and Placed order for the past 15 days, you can see that they have not been working properly. Even though people are active on site, people are checking out and placing orders.

Due to this, flows are not getting triggered, meaning no emails are getting sent.

Can someone advise on this, please?


 

 

Best answer by Casperackermann

As it’s both client-side and server-side events it makes it a bit more troublesome. Is it a custom integration you have setup? If so, I’d start looking into if any changes have been made to the javascript that’s implemented (client-side) and then move on to verify that the API integration (server-side) are correctly set up and are functioning as intended. Make sure to ensure that the endpoints are correct, authentication is valid, and that there are no changes in the API that might have affected the integration.

Consider if there have been any recent changes in your system or in the APIs that could have led to this issue. Sometimes, updates or modifications in one part of the system can affect other areas.

I, however, find it strange that both javascript events and server-side should stop working at the same time..

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+5
  • Author
  • Active Contributor II
  • 17 replies
  • February 16, 2024

@stephen.trumble - Hi Stephen, any idea why this is happening?


Brian Turcotte
Forum|alt.badge.img+37

Hi @nambirajanks!

 

My apologies for the delay here. Is this still occurring?

Best,

Brian


Casperackermann
Problem Solver III
Forum|alt.badge.img+2
  • Champion & Partner
  • 9 replies
  • Answer
  • March 22, 2024

As it’s both client-side and server-side events it makes it a bit more troublesome. Is it a custom integration you have setup? If so, I’d start looking into if any changes have been made to the javascript that’s implemented (client-side) and then move on to verify that the API integration (server-side) are correctly set up and are functioning as intended. Make sure to ensure that the endpoints are correct, authentication is valid, and that there are no changes in the API that might have affected the integration.

Consider if there have been any recent changes in your system or in the APIs that could have led to this issue. Sometimes, updates or modifications in one part of the system can affect other areas.

I, however, find it strange that both javascript events and server-side should stop working at the same time..