You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While going through the API Docs + the SDK examples, I'm not so clear on what the expected object should be passed into calls like eventsApi.createEvent.
Hi there, the data object that should be passed to the SDK is the same --data object shown in the API documentation. In your example, the data that you would pass to the eventsApi.createEvent() method would be:
Hello,
While going through the API Docs + the SDK examples, I'm not so clear on what the expected object should be passed into calls like
eventsApi.createEvent
.For example, to create a
placed order
server event/metric, the API docs give this example:How would this be translated to the object passed in eventsApi.createEvent ?
The text was updated successfully, but these errors were encountered: