ReportWS


Click here for a complete list of operations.

GetData

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /reportws.asmx HTTP/1.1
Host: www.hitslink.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.hitslink.com/GetData"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetData xmlns="http://www.hitslink.com/">
      <account>string</account>
      <password>string</password>
      <reportId>TopPages or LatestVisitors or TrafficDailyHistory or TrafficHourlyHistory or TrafficWeeklyHistory or TrafficMonthlyHistory or TrafficQuarterlyHistory or TrafficYearlyHistory or PageViewHistoryHourly or PageViewHistoryDaily or PageViewHistoryWeekly or PageViewHistoryMonthly or PageViewHistoryQuarterly or PageViewHistoryYearly or UniqueVisitorHistoryHourly or UniqueVisitorHistoryDaily or UniqueVisitorHistoryWeekly or UniqueVisitorHistoryMonthly or UniqueVisitorHistoryQuarterly or UniqueVisitorHistoryYearly or NewVisitorHistoryHourly or NewVisitorHistoryDaily or NewVisitorHistoryWeekly or NewVisitorHistoryMonthly or NewVisitorHistoryQuarterly or NewVisitorHistoryYearly or PageViewTrendDaily or TopPagesTrend or LatestPageViews or VisitorPages or AveragePageViewsHourly or AveragePageViewsDaily or AveragePageViewsWeekly or AveragePageViewsMonthly or AveragePageViewsQuarterly or AveragePageViewsYearly or VisitorDomainSearch or VisitorDomains or VisitorMajorDomains or NavigationPaths or NavigationPathsDetail or EntryPages or ExitPages or AverageTimeSpentOnPages or Reloads or ReferringSites or ReferringSitesDetail or SearchEngines or SearchEnginesTrendDaily or SearchKeywords or SearchKeywordsTrendDaily or KeywordsBySearchEngine or KeywordsBySearchEngineTrendDaily or SearchEngineHistoryDaily or SearchEngineHistoryWeekly or SearchEngineHistoryMonthly or SearchEngineHistoryQuarterly or SearchEngineHistoryYearly or ReferringMajorDomains or VisitorCountries or ReferringCountries or HourOfDaySummary or DayOfWeekSummary or DayOfMonthSummary or Browsers or BrowserVersions or BrowserVersionsTrend or OperatingSystems or OperatingSystemsTrend or ScreenResolutions or Palettes or Languages or ScriptVersions or JavaSupport or CookieSupport or eCommerceActivitySummary or eCommerceTransactions or eCommerceLatestTransactions or eCommerceTransactionHistoryHourly or eCommerceTransactionHistoryDaily or eCommerceTransactionHistoryWeekly or eCommerceTransactionHistoryMonthly or eCommerceTransactionHistoryQuarterly or eCommerceTransactionHistoryYearly or eCommerceClickHistoryHourly or eCommerceClickHistoryDaily or eCommerceClickHistoryWeekly or eCommerceClickHistoryMonthly or eCommerceClickHistoryQuarterly or eCommerceClickHistoryYearly or eCommerceActivityBySearchEngine or eCommerceActivityBySearchTerms or eCommerceActivityBySearchEngineAndTerms or eCommerceActivityByReferrer or eCommerceActivityByCountry or eCommerceActivityByContinent or eCommerceActivityByEntryPage or eCommerceTransactionCycleTime or eCommerceTimeBetweenTransactions or eCommerceConversionRateHourly or eCommerceConversionRateDaily or eCommerceConversionRateWeekly or eCommerceConversionRateMonthly or eCommerceConversionRateQuarterly or eCommerceConversionRateYearly or eCommerceAverageOrderSizeDaily or eCommerceAverageOrderSizeWeekly or eCommerceAverageOrderSizeMonthly or eCommerceAverageOrderSizeQuarterly or eCommerceAverageOrderSizeYearly or eCommerceFirstTimeCustomersDaily or eCommerceFirstTimeCustomersWeekly or eCommerceFirstTimeCustomersMonthly or eCommerceFirstTimeCustomersQuarterly or eCommerceFirstTimeCustomersYearly or eCommerceRepeatCustomersDaily or eCommerceRepeatCustomersWeekly or eCommerceRepeatCustomersMonthly or eCommerceRepeatCustomersQuarterly or eCommerceRepeatCustomersYearly or PagesBySearchEngine or PagesByKeywords or PagesBySearchEngineAndKeywords or RepeatVisitors or AverageTimeSpentOnSite or MarketShareBrowsers or MarketShareSearchEngines or eCommerceRepeatClicks or eCommerceLatestClicks or eCommerceClicksByCountry or MarketShareBrowsersTrend or MarketShareSearchEnginesTrend or MarketShareOperatingSystems or MarketShareOperatingSystemsTrend or SearchTermSuggestions or LatestVisitorsNoScript or eCommerceActivityByCity or ExitLinks or Downloads or NavigationPathsDetailFrom or AccountInfo or NavigationToUnformatted or SearchTermsByPageUnformatted or AverageTimeSpentOnPage or PageGroups or PageGroupDetails or SingleAccessPage or PageGroupsTraffic or PageGroupsTrafficDetail or UsersAccess or UserGroups or UserGroupsView or LatestVisitorsProfile or LatestVisitorsPlatinum or FunnelAnalysis or OperatingSystemGroups or SearchEngineGroups or BrowserGroups or MarketShareResolutions or MultiVariate</reportId>
      <maxRows>int</maxRows>
      <chartHeight>int</chartHeight>
      <chartWidth>int</chartWidth>
    </GetData>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetDataResponse xmlns="http://www.hitslink.com/">
      <GetDataResult>
        <Title>string</Title>
        <EndDate>dateTime</EndDate>
        <StartDate>dateTime</StartDate>
        <ChartURL>string</ChartURL>
        <ColumnDefinitions>
          <ColumnDefinition>
            <Title>string</Title>
            <Align>Left or Right or Center</Align>
            <Sortable>boolean</Sortable>
            <DataType>DataTypeString or DataTypeInteger or DataTypeNumeric or DataTypeCurrency or DataTypePercent or DataTypeDate</DataType>
          </ColumnDefinition>
          <ColumnDefinition>
            <Title>string</Title>
            <Align>Left or Right or Center</Align>
            <Sortable>boolean</Sortable>
            <DataType>DataTypeString or DataTypeInteger or DataTypeNumeric or DataTypeCurrency or DataTypePercent or DataTypeDate</DataType>
          </ColumnDefinition>
        </ColumnDefinitions>
        <Rows>
          <Row>
            <Columns xsi:nil="true" />
          </Row>
          <Row>
            <Columns xsi:nil="true" />
          </Row>
        </Rows>
      </GetDataResult>
    </GetDataResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /reportws.asmx HTTP/1.1
Host: www.hitslink.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetData xmlns="http://www.hitslink.com/">
      <account>string</account>
      <password>string</password>
      <reportId>TopPages or LatestVisitors or TrafficDailyHistory or TrafficHourlyHistory or TrafficWeeklyHistory or TrafficMonthlyHistory or TrafficQuarterlyHistory or TrafficYearlyHistory or PageViewHistoryHourly or PageViewHistoryDaily or PageViewHistoryWeekly or PageViewHistoryMonthly or PageViewHistoryQuarterly or PageViewHistoryYearly or UniqueVisitorHistoryHourly or UniqueVisitorHistoryDaily or UniqueVisitorHistoryWeekly or UniqueVisitorHistoryMonthly or UniqueVisitorHistoryQuarterly or UniqueVisitorHistoryYearly or NewVisitorHistoryHourly or NewVisitorHistoryDaily or NewVisitorHistoryWeekly or NewVisitorHistoryMonthly or NewVisitorHistoryQuarterly or NewVisitorHistoryYearly or PageViewTrendDaily or TopPagesTrend or LatestPageViews or VisitorPages or AveragePageViewsHourly or AveragePageViewsDaily or AveragePageViewsWeekly or AveragePageViewsMonthly or AveragePageViewsQuarterly or AveragePageViewsYearly or VisitorDomainSearch or VisitorDomains or VisitorMajorDomains or NavigationPaths or NavigationPathsDetail or EntryPages or ExitPages or AverageTimeSpentOnPages or Reloads or ReferringSites or ReferringSitesDetail or SearchEngines or SearchEnginesTrendDaily or SearchKeywords or SearchKeywordsTrendDaily or KeywordsBySearchEngine or KeywordsBySearchEngineTrendDaily or SearchEngineHistoryDaily or SearchEngineHistoryWeekly or SearchEngineHistoryMonthly or SearchEngineHistoryQuarterly or SearchEngineHistoryYearly or ReferringMajorDomains or VisitorCountries or ReferringCountries or HourOfDaySummary or DayOfWeekSummary or DayOfMonthSummary or Browsers or BrowserVersions or BrowserVersionsTrend or OperatingSystems or OperatingSystemsTrend or ScreenResolutions or Palettes or Languages or ScriptVersions or JavaSupport or CookieSupport or eCommerceActivitySummary or eCommerceTransactions or eCommerceLatestTransactions or eCommerceTransactionHistoryHourly or eCommerceTransactionHistoryDaily or eCommerceTransactionHistoryWeekly or eCommerceTransactionHistoryMonthly or eCommerceTransactionHistoryQuarterly or eCommerceTransactionHistoryYearly or eCommerceClickHistoryHourly or eCommerceClickHistoryDaily or eCommerceClickHistoryWeekly or eCommerceClickHistoryMonthly or eCommerceClickHistoryQuarterly or eCommerceClickHistoryYearly or eCommerceActivityBySearchEngine or eCommerceActivityBySearchTerms or eCommerceActivityBySearchEngineAndTerms or eCommerceActivityByReferrer or eCommerceActivityByCountry or eCommerceActivityByContinent or eCommerceActivityByEntryPage or eCommerceTransactionCycleTime or eCommerceTimeBetweenTransactions or eCommerceConversionRateHourly or eCommerceConversionRateDaily or eCommerceConversionRateWeekly or eCommerceConversionRateMonthly or eCommerceConversionRateQuarterly or eCommerceConversionRateYearly or eCommerceAverageOrderSizeDaily or eCommerceAverageOrderSizeWeekly or eCommerceAverageOrderSizeMonthly or eCommerceAverageOrderSizeQuarterly or eCommerceAverageOrderSizeYearly or eCommerceFirstTimeCustomersDaily or eCommerceFirstTimeCustomersWeekly or eCommerceFirstTimeCustomersMonthly or eCommerceFirstTimeCustomersQuarterly or eCommerceFirstTimeCustomersYearly or eCommerceRepeatCustomersDaily or eCommerceRepeatCustomersWeekly or eCommerceRepeatCustomersMonthly or eCommerceRepeatCustomersQuarterly or eCommerceRepeatCustomersYearly or PagesBySearchEngine or PagesByKeywords or PagesBySearchEngineAndKeywords or RepeatVisitors or AverageTimeSpentOnSite or MarketShareBrowsers or MarketShareSearchEngines or eCommerceRepeatClicks or eCommerceLatestClicks or eCommerceClicksByCountry or MarketShareBrowsersTrend or MarketShareSearchEnginesTrend or MarketShareOperatingSystems or MarketShareOperatingSystemsTrend or SearchTermSuggestions or LatestVisitorsNoScript or eCommerceActivityByCity or ExitLinks or Downloads or NavigationPathsDetailFrom or AccountInfo or NavigationToUnformatted or SearchTermsByPageUnformatted or AverageTimeSpentOnPage or PageGroups or PageGroupDetails or SingleAccessPage or PageGroupsTraffic or PageGroupsTrafficDetail or UsersAccess or UserGroups or UserGroupsView or LatestVisitorsProfile or LatestVisitorsPlatinum or FunnelAnalysis or OperatingSystemGroups or SearchEngineGroups or BrowserGroups or MarketShareResolutions or MultiVariate</reportId>
      <maxRows>int</maxRows>
      <chartHeight>int</chartHeight>
      <chartWidth>int</chartWidth>
    </GetData>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetDataResponse xmlns="http://www.hitslink.com/">
      <GetDataResult>
        <Title>string</Title>
        <EndDate>dateTime</EndDate>
        <StartDate>dateTime</StartDate>
        <ChartURL>string</ChartURL>
        <ColumnDefinitions>
          <ColumnDefinition>
            <Title>string</Title>
            <Align>Left or Right or Center</Align>
            <Sortable>boolean</Sortable>
            <DataType>DataTypeString or DataTypeInteger or DataTypeNumeric or DataTypeCurrency or DataTypePercent or DataTypeDate</DataType>
          </ColumnDefinition>
          <ColumnDefinition>
            <Title>string</Title>
            <Align>Left or Right or Center</Align>
            <Sortable>boolean</Sortable>
            <DataType>DataTypeString or DataTypeInteger or DataTypeNumeric or DataTypeCurrency or DataTypePercent or DataTypeDate</DataType>
          </ColumnDefinition>
        </ColumnDefinitions>
        <Rows>
          <Row>
            <Columns xsi:nil="true" />
          </Row>
          <Row>
            <Columns xsi:nil="true" />
          </Row>
        </Rows>
      </GetDataResult>
    </GetDataResponse>
  </soap12:Body>
</soap12:Envelope>