Dataset: Browsing History

Dataset name: ds_browsing_history

Description

User browsing history

Fields in this dataset

Name Field Name Description Field Type Field Example
Browser browsing_history_browser The browser this bookmark was captured on. varchar
Device Name browsing_history_device_name The name of the device this bookmark was captured on. varchar
Tab browsing_history_tab The tab this bookmark was captured on. varchar
Browsing History Title browsing_history_title The title of the web page. text The Space
Browsing History URL browsing_history_url The url used. text http://thespace.org/
Browsing History Visit Date browsing_history_visit_date The date when the web page was visited. date 1343844034
Browsing History ID id The primary identifier for this record. number 5
Browsing History Instance instance The instance this transaction relates to. number 8
Browsing History Source source The source of the data - user or connection. text

Making an API request for this Dataset

Example Request to the Sandbox Server

http://sbx-api.mydex.org/api/pds/transaction/UID.json
  ?key=KEY
  &api_key=API_KEY
  &con_id=CON_ID
  &source_type=connection
  &dataset=ds_browsing_history
  &instance=N

Replace the following with your own details: UID KEY, API_KEY, CON_ID and instance N.

Replace sbx-api with api when making a connection to a real member on the production server (must be authenticated).

To return the data in XML, change UID.json to UID.xml.

Example Response

A response to this API request will be structured as follows.

{
  "5": {
    "id": "5",
    "ds_id": "5",
    "browsing_history_browser": null,
    "browsing_history_device_name": null,
    "browsing_history_tab": null,
    "browsing_history_title": "The Space",
    "browsing_history_url": "http://thespace.org/",
    "browsing_history_visit_date": "1343844034"
  }
}