Custom content link click

Registers a click for a particular link in a custom content question. Increments the click count of the specified link by one.

Query parameters
client_keystringOptional

Used to identify a user across devices and advanced survey targeting. See https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-on-web-and-mobile-web/client-key for more details.

custom_datastringOptional
submission_udidstringRequired

The survey submission's unique ID.

question_idnumberRequired

The custom content question's unique ID.

link_textstringRequired

The text content of the link whose click is to be tracked.

link_urlstringRequired

The URL of the link whose click is to be tracked.

Responses
200
Successful response.
application/javascript
ResponsestringExample: {}
get
GET /custom_content_link_click HTTP/1.1
Host: survey.pulseinsights.com
Accept: */*
{}

Last updated

Was this helpful?