Warning
This document has not been updated for a while now. It may be out of date.
Last updated:
5 Jul 2023
siteimprove_api_client: SiteimproveAPIClient::LinksAnalyticsEventTracking
Properties
Name | Type | Description | Notes |
---|---|---|---|
actions | Href89 | [optional] | |
categories | Href90 | [optional] | |
events | LinksAnalyticsEventTrackingEvents | [optional] | |
labels | Href93 | [optional] | |
pages | Href92 | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::LinksAnalyticsEventTracking.new(
actions: null,
categories: null,
events: null,
labels: null,
pages: null
)