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
- Web Console
- REST API
Follow these instructions to view prerendering activity in the web console.
- Log in to your Prerendering dashboard.
- Click Synthetic Interactions.
- Select an origin to view synthetic interactions for.
- Click to expand Scroll, Click, or Hover to view interactions.
Use our interactive API Reference with code generation in 18 programming languages to:
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
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
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
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.