Skip to main content

View Synthetic Interactions

You have several options for viewing Prerendering synthetic interactions, either aggregated or per origin.

  • Synthetic Interactions tab - You can view synthetic interactions for an origin on the Synthetic Interactions tab in the web console.
  • REST API - Macrometa provides several API calls that allow you to view metrics for an origin. You can also sort and set any time frame that you need.

View Synthetic Interactions

Follow these instructions to view prerendering activity in the web console.

  1. Log in to your Prerendering dashboard.
  2. Click Synthetic Interactions.
  3. Select an origin to view synthetic interactions for.
  4. Click to expand Scroll, Click, or Hover to view interactions.

Synthetic Interaction Fields

Prerendering provides the following information about synthetic interactions. Field names in the web console are different than those in the API responses. Refer to the API endpoint documentation for a full explanation of the API response.

Scroll

Prerendering Synthetic Interactions Tab - Scroll

Global

  • Status - Whether the interaction is active.
  • Steps - Number of scrolls down to be performed.
  • Delay - Waiting time (in milliseconds) between scrolls.

Specifics

  • Status - Whether the interaction is active.
  • URL Paths - Origin paths where the specific interaction is evaluated to be executed.

Click

Prerendering Synthetic Interactions Tab - Click

Global

  • Status - Whether the interaction is active.
  • Sequence - Interaction execution order.
  • HTML Selector - HTML selector where the interaction is executed.
  • Wait After - Waiting time (in milliseconds) after the interaction is executed.

Specifics

  • Status - Whether the interaction is active.
  • Sequence - Interaction execution order.
  • URL Paths - Origin paths where the specific interaction is evaluated to be executed.
  • Wait After - Waiting time (in milliseconds) after the interaction is executed.

Hover

Prerendering Synthetic Interactions Tab - Hover

Global

  • Status - Whether the interaction is active.
  • Sequence - Interaction execution order.
  • HTML Selector - HTML selector where the interaction is executed.
  • Wait After - Waiting time (in milliseconds) after the interaction is executed.

Specifics

  • Status - Whether the interaction is active.
  • Sequence - Interaction execution order.
  • URL Paths - Origin paths where the specific interaction is evaluated to be executed.
  • HTML Selector - HTML selector where the interaction is executed.
  • Wait After - Waiting time (in milliseconds) after the interaction is executed.