The Signals

The Concept of Signals

The Signals Report allows you to quickly find events – both (E) interactive and (M) meta events – which have a negative or positive impact on your goals.

For example, you could use Signals to find:

Differences Between Signals and Stats

There is a significant difference between events returned by the Signals report and events returned by the Stats report.

The Stats report allows you to find the most popular events in a segment, for example:

The Signals report, on the other hand, may surface events that are less popular but have high impact on a goal that you specify and will limit the results to events that happened before the specified goal.

For example, if there were only two visits in your project and in the first visit a user:

and in the second visit a user:

If you create a segment of visits in which users added a product to basket and pulled the Stats for (M) Section=Product-Category/* you would get the following results:

Event Value Count Share
Product-Category/Dresses 2 50%
Product-Category/Jeans 1 25%
Product-Category/Jackets 1 25%

However, if you use Signals to find (M) Section=Product-Category/* events that increase a chance that user will add a product to the basket, only Jeans and Jackets categories would show up. The Dresses category would only show up among signals indicating that users will likely fail to add a product to the basket because in each of the visits the event (M) Section=Product-Category/Dresses occurred only after a product was added to the basket and never before.

Based on the Stats report you might decide to invest money to drive more traffic to Dresses, but based on data from the Signals report you would avoid that mistake and invest in Jeans and Jackets instead.

Overview of the Signals UI

To use Signals, select a desired segment, click the Signals tab and configure the report:

signals-options

The Signals Chart

signals-bubbles

The so called “bubble” chart provides a method to visualize signals. Each signals is displayed as a separate bubble.

The Signals List

signals-columns

1) Signal Impact

By default, the signals listed in the table are sorted by impact. The impact of a signal is calculated based on four variables:

If the query is set to return signals increasing the chance of a targeted event, the impact is calculated using the formula:

impact = MIN ( 100, (S1 / V1) / ( MAX ( 1, S2) / V2 ) ) * V1 / 1000

for signals reducing the chance of a targeted event:

impact = MIN ( 100, (S2 / V2) / ( MAX ( 1, S1) / V1 ) ) * V2 / 1000

and for signals eliminating the chance of a targeted event:

impact = 100 * V2 / 1000

2) Signal Dynamic

The Signal Dynamic tells you if a signal is trending (values 0 to 1) or receding (values 0 to -1) within the time frame specified in your report’s settings:

reports-timeframe

The angle of the arrow ranges from -45 (value -1) up to 45° (value 1). The color of the arrow ranges from red (value -1, receding) to blue (value 1, trending) if the report shows “increasing” signals, or from blue (value -1, receding) to red (value 1, trending) for “decreasing/eliminating” signals.

3) Event

The 3rd column shows the event name together with the dates of the event’s first and last occurrence in your project. The dates are not affected by your report’s time frame nor by  the current segment.

4) In Sessions With The Targeted Event

The percentage value in this column indicates the share of visits with the signal (event) among visits with targeted event(s). The number of visits gives the count of visits with both the signal and targeted event(s).

For example, 10% (10) would mean that there were 10 visits with the signal among 100 visits with the targeted event(s).

5) Events per Session (with the Targeted Event)

This value tells how many times the event was tracked during visits with the targeted event.

6) In Sessions without the Targeted Event

The percentage value in this column means the share of visits with the signal (event) among visits without the targeted event(s). The number of visits gives the count of visits with both the signal and the targeted event(s).

7) Events per Session (without the Targeted Event)

This value tells how many times the event was tracked during visits with the targeted event.