Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • sinkId is one of the following:

    • query

    • click

    • wishlist

    • checkout

    • APICall

Input data

The input data is sent in JSON format as the body of a POST request. The input data format is the following:

...

The eventData depends on the type of event (sinkId) that is being tracked. Please refer to the trackQuery, trackClick, trackWishlist, or trackCheckout  or trackAPICall  parameters parameters depending on the type of event to check what fields eventData should contain.

...