Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author alekv

    (@alekv)

    Hi Josh

    The /test/post/ endpoint was replaced a few versions ago with just /test/. And that works, also on your website: https://share.cleanshot.com/NEoyRDk. So I guess you noted that endpoint when you were on an old version, because now I can see the latest version installed.

    The second endpoint /products/ is being used under certain conditions. For instance, if a product has lots of variations. In that case, the Pixel Manager can’t load all the necessary data on page load, as it can take a long time to compile the data. Instead, the Pixel Manager limits the variation data output to a size that the server can handle quickly. But that also means not all the variation data is available on the front end when a visitor wants to add a variation to the cart. If that data is missing, the Pixel Manager dynamically loads the variation data from the server.

    All of that is being done using the REST API. And if that fails, the Pixel Manager falls back to Ajax.

    Disabling that function would decrease the possible tracking events, as data would be missing.

    What errors do you see for the /products/ endpoint? Could you send a screenshot?

    Thanks
    Aleksandar

    Closing this thread now due to inactivity. Feel free to reply to this thread if you have a similar concern.

    Thanks!
    Kenneth

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘API Requests’ is closed to new replies.