Quotes

Get quote analytics

Retrieve view tracking analytics for a quote

get/quotes/{id}/analytics

Path parameters

idstring required

Quote ID

Headers

Authorizationstring required

Your API credentials. Eg. Basic {credentials}.

sequence-version'2024-07-30'

Use this header to select an API version

Response

OK

totalViewsinteger required

Example response

{
  "totalViews": 42,
  "uniqueViewers": [
    {
      "visitorIdentifier": "0190dae7-7228-7619-aad8-c51f56733b2b",
      "lastViewedAt": "2024-01-07T10:30:00Z",
      "loginType": "SEQUENCE_USER",
      "email": "johndoe@example.com"
    }
  ],
  "viewsByDay": [
    {
      "date": "2024-01-07",
      "totalViews": 15
    }
  ]
}

Changes

Changed in 1 of the 714 revisions of this API.211

  • 06e9159d6ed4211See the full diff
    • the uniqueViewers/items/lastViewedAt response's property type/format changed from string/date-time to string/ for status 200

      response-property-type-changed

    • the viewsByDay/items/date response's property type/format changed from string/date to string/ for status 200

      response-property-type-changed

    • deleted the header request parameter Sequence-Version

      request-parameter-removed

    • added the new optional header request parameter sequence-version

      new-optional-request-parameter

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog