Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 881 Bytes

PageDeletionMetaAdwordsLandingPageMetrics.md

File metadata and controls

32 lines (26 loc) · 881 Bytes

SiteimproveAPIClient::PageDeletionMetaAdwordsLandingPageMetrics

Properties

Name Type Description Notes
ad_groups Integer Amount of Ad Groups
ads Integer Amount of Ads
adwords_account_id Integer Id for the Adwords Account
campaigns Integer Amount of Campaigns
clicks Integer Clicks
cost Float Cost
currency String Currency [optional]
landing_page_id Integer Id for the landing page

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::PageDeletionMetaAdwordsLandingPageMetrics.new(
  ad_groups: null,
  ads: null,
  adwords_account_id: null,
  campaigns: null,
  clicks: null,
  cost: null,
  currency: null,
  landing_page_id: null
)