Viewed at

get

Marks a viewed impression.

Path parameters
submission_udidstringrequired

The survey submission's unique ID.

Query parameters
identifierstringrequired

The account's unique ID.

Example: PI-1234567890
viewed_atstring · date-timerequired

The time the user saw the survey.

Example: 2023-05-31 11:12:07.304719 -0700
Responses
curl -L \
  --url 'https://survey.pulseinsights.com/submissions/{submission_udid}/viewed_at?identifier=PI-1234567890&viewed_at=2023-05-31+11%3A12%3A07.304719+-0700'
{}

Last updated

Was this helpful?