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::PageDeletionMetaAnalyticsRelationsCrossProduct
Properties
Name | Type | Description | Notes |
---|---|---|---|
external_referring_pages | Array<PageDeletionMetaUrlMeta> | External referring pages from traffic sources for page. | [optional] |
has_behaviour_map | Boolean | Check if page has behaviour map. | [optional] |
page_views | Integer | Number of times this page has been viewed | [optional] |
potential_campaigns | Array<String> | Potential campaigns for page. | [optional] |
potential_key_metrics | Array<String> | Potential keymetrics for page. | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::PageDeletionMetaAnalyticsRelationsCrossProduct.new(
external_referring_pages: null,
has_behaviour_map: null,
page_views: null,
potential_campaigns: null,
potential_key_metrics: null
)