Shynet

Send your event data from RudderStack to Shynet.

Shynet is an open source self-hosted web analytics platform which works without cookies and is privacy-friendly.

RudderStack supports Shynet as a destination to which you can seamlessly send your event data.

info
Find the open source transformer code for this destination in the GitHub repository.

Getting started

Before configuring Shynet as a destination in RudderStack, verify if the source platform is supported by Shynet by referring to the table below:

Connection ModeWebMobileServer
Device modeSupported--
Cloud modeSupportedSupportedSupported
info
To learn more about the difference between cloud mode and device mode in RudderStack, refer to the RudderStack Connection Modes guide.

Once you have confirmed that the source platform supports sending events to Shynet, follow these steps:

  1. From your RudderStack dashboard, add a source. Then, from the list of destinations, select Shynet.
  2. Assign a name to the destination and click Continue.

Connection settings

To successfully configure Shynet as a destination, you will need to configure the following settings:

Shynet connection settings
  • Heart Beat: This is a device mode only setting. Enter the time (in ms) to send a ping request. The default value is 5000 ms.
  • Shynet Script URL: Enter the script URL generated by Shynet for your service.
info
For more information on getting your Shynet script URL, refer to the FAQ section below.

Client-side events filtering

Shynet connection settings

This setting lets you specify which events should be blocked or allowed to flow through to Shynet.

info
This option is applicable only if you’re sending events to Shynet via web device mode. Refer to the Client-side Event Filtering guide for more information on this feature.

Web SDK settings

Shynet connection settings

These settings are applicable only if you are sending events to Shynet via web device mode.

  • Use device-mode to send events: Enable this setting to send events from the JavaScript SDK to Shynet via device mode.

  • OneTrust Cookie Categories: Use this setting to map OneTrust to RudderStack’s consent purposes.

Page

The page call lets you record your website’s page views with any additional relevant information about the viewed page.

Cloud mode

A sample page call for cloud mode is shown below:

rudderanalytics.page("HomePage", {
  loadTime: 55
}, {
  context: {
    page: {
      url: 'www.site.com'
    }
  }
});

The following table lists the mappings between RudderStack and Shynet properties:

RudderStack propertyShynet propertyPresenceData type
context.page.urllocationRequiredString
context.page.referrerreferrerOptionalString
properties.loadTimeloadTimeOptionalInteger
info
Although the context.page.url is a required property, it is taken as the URL of the current page automatically by rudderanalytics, if not specified.

Device mode

A sample page call for device mode is shown below:

rudderanalytics.page("Home");

FAQ

Where can I find the Shynet script URL?

To find the Shynet script URL, follow these steps:

  1. Log into your Shynet dashboard.
  2. From Services, select your service and click Manage.
  3. Copy the script URL:
Shynet script url

Questions? Contact us by email or on Slack