Last updated 9 months ago
Record the occurrence of an event.
Successful response.
"{}"
const response = await fetch('https://survey.pulseinsights.com/track_event?event_name=text&event_properties=%5Bobject+Object%5D&identifier=PI-1234567890&udid=00000000-0000-4000-f000-000000000001&url=text', { method: 'GET', headers: {}, }); const data = await response.json();
{}