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::PageDeletionMetaAdwordsRelationsCrossProduct
Properties
Name | Type | Description | Notes |
---|---|---|---|
ad_groups | Integer | Amount of Ad Groups | |
ads | Integer | Amount of Ads | |
campaigns | Integer | Amount of Campaigns | |
clicks | Integer | Clicks | |
page_metrics | Array<PageDeletionMetaAdwordsLandingPageMetrics> | Metrics for the related landing pages | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::PageDeletionMetaAdwordsRelationsCrossProduct.new(
ad_groups: null,
ads: null,
campaigns: null,
clicks: null,
page_metrics: null
)