Creating a New WS Connection

Creating a new connection actually results in creating two things: A WS Connection that establishes a link to a location for JSON data, and a blank WS API request definition. The basic process is as follows:

  1. Create a WS Connection.

    As part of this process you must specify a New WS API request (this will initially be blank) that will be associated with the new connection.

  2. Finish the connection creation process.
  3. Open the new blank WS API request and edit it by adding Requests and Variables.

This process is demonstrated in the steps below.

Steps

  1. Select Custom Data Sources \ RESTful Web Services \ Connections from the Analytics home screen. A list of WS connections displays (see Working with WS Connections for more information about this screen).

  2. Press the Add button to display the New WS Connection panel like so:

  3. Fill in the options (described below) to define the WS connection.

  4. Press Save to create the connection.
  5. Finish the process by editing the new WS API (if you created one) as described in the topic Editing Existing WS APIs.

 

Related Topics