vCE Audience Report Data API v1.0 Visual Studio 2008 Example
 comScore, Inc. 2012

Introduction

The vCE API example contains a pure C# console program capable of making a request to the vCE API using JSON 
or XML formats with SSL and Basic Http Authentication.

Installation and System Requirements

To use the vCE API example you need:

- vCE Audience Report Data API active account credentials
- Visual Studio 2010

Documentation

vCE Audience Report Data API documentation is available at https://adeffx-api.comscore.com/vCE/v1.0

Run the example

- Open the solution using Visual Studio 2010
- Open the file Program.cs and configure the private attributes _baseUrl, _username and _password
- By default the example is calling the Study List EndPoint
- Run the application

Deserializing Responses

Deserializing the JSON or XML response could be needed to create classes with the response structure. 
The C# responses classes located in Comscore.AdEffx.CE.APi.Responses can be used for that purpose.
