---
title: "Data Collection Server URL"
slug: "data-collection-server-url"
updated: 2020-05-06T16:00:08Z
published: 2020-05-06T16:00:08Z
canonical: "onpremises.webtrends.help/data-collection-server-url"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://onpremises.webtrends.help/llms.txt
> Use this file to discover all available pages before exploring further.

# Data Collection Server URL

## Data Collection Server URL

The data collection server location serves as the host name portion of the 1x1 pixel request (`dcs.gif`): http:// HOSTNAME /DCSID/dcs.gif?QueryParameters...

For Webtrends On Demand, the domain name is *statse.webtrendslive.com*. For example:

`http://statse.webtrendslive.com/dcs5w0txb10000wocrvqy1nqm_6n1p/dcs.gif?dcsdat=...`

For SmartSource Data Collector, the domain name is the host name of the SDC server. For example, suppose your SDC is running on *pdx-sdc.webtrends.com*:

`http://pdx-sdc.webtrends.com/dcs12345610000wocrvqy1nqm_123pp/dcs.gif?dcsdat=...`

:::(Info) (Note The V10 JavaScript tag requires SmartSource Data Collector version 9.2.1 or higher. :::

**JavaScript Example:**

```
window.webtrendsAsyncInit = function () {
        var dcs = new Webtrends.dcs();
        dcs.init( {
                dcsid: "dcs9x99xxxx9xxx9xx9xxxx9x_9x9x",
                domain: "pdx-sdc.webtrends.com"
        });
        dcs.track();
}
```
