Last updated 2 months ago
Registers a click for a particular link in a custom content question. Increments the click count of the specified link by one.
Successful response.
"{}"
const response = await fetch('https://survey.pulseinsights.com/custom_content_link_click?submission_udid=text&question_id=0&link_text=text&link_url=text', { method: 'GET', headers: {}, }); const data = await response.json();
{}