SEOReportingGroup.update (Method)
Updates an existing, SEO reporting group.
Returns:
Void
Arguments:
Name | Type | Required | Description |
---|---|---|---|
id | SEOReportingGroupID | Required | The unique ID of the reporting group. |
shortName | PlainText_NonNull_20 | Required | The short name of the reporting group. |
fullName | PlainText_NonNull_255 | Required | The full name of the reporting group. |
matchURLs | SEOMatchURLMappingArray | Required | An array of SEOMatchURLMapping structures that describes URL prefix and its subsite mapping. |
description | PlainText_2000 | Optional. Defaults to an empty string. | The description of the reporting group. |
maxResultsToTrack | NonNegativeInteger | Optional. Defaults to '100'. | The maximum number of results to retrieve when querying keyword results. For example a value of 100 means that CommonSpot will only retrieve the first 100 results from the search engine. |
dateMargin | NonNegativeInteger | Optional. Defaults to '5'. | The amount of margin, in days, to use when calculating results. |
archivePeriod | NonNegativeInteger | Optional. Defaults to '12'. | The number of months to keep history of SEO data. |
minScorecardResultsPos | NonNegativeInteger | Optional. Defaults to '10'. | The lowest search result position that should be used when calculating a score. For any result position greater than this value, no score will be calculated. |
webmasterAPIKey | PlainText_150 | Optional. Defaults to an empty string. | The Bing Webmaster API Key required for fetching the information for keyword suggestion, inbound link reporting, etc. |
enableSuggestions | Boolean | Optional. Defaults to '0'. | Boolean flag when set as true enables the keyword suggestions. |
enableLinkReporting | Boolean | Optional. Defaults to '0'. | Boolean flag when set as true enables the inbound link reporting. |
standardPropertiesAction | SEORuleWarningAction | Optional. Defaults to 'None'. | The action to take when Standard Properties dialog is submitted and one or more SEO rules are deficient. |
pagePublicationAction | SEORuleWarningAction | Optional. Defaults to 'None'. | The action to take when a page is published and one or more SEO rules are deficient. |
Context:
License Requirements | SEO |
Permission Requirements | SEOReportingGroup:Admin |
Deny Context | (none) |
Require Context | AuthoringEnabled |
Author Lock |
Error Codes:
None
Notes:
None