SEOReportingGroup.getInfo (Method)
Returns a structure describing the specified SEO reporting group.
Returns:
SEOReportingGroup_GetInfo_Result (struct)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
AccountCount | NonNegativeInteger | The count of keywords of the reporting group. |
ArchivePeriod | NonNegativeInteger | The amount of period, in months, to keep history of SEO data. |
DateMargin | NonNegativeInteger | The amount of margin, in days, to use when calculating results. |
Description | PlainText_2000 | The description of the reporting group. |
FullName | PlainText_NonNull_255 | The full name of the reporting group. |
ID | SEOReportingGroupID | The unique ID of the reporting group. |
KeywordCount | NonNegativeInteger | The count of keywords of the reporting group. |
LastQueryStatus | RunStatus_EmptyString | The status of last ranking query in this reporting group, or an empty string if not yet queried. |
LastQueryTimestamp | PastTimestamp_EmptyString | The timestamp when the reporting group was last queried for ranking. |
LinkReportingEnabled | Boolean | Boolean flag when true indicates that the inbound link reporting is enabled. |
MaxResultsToTrack | NonNegativeInteger | The maximum number of results to track when querying keyword results. |
MinScorecardResultsPos | NonNegativeInteger | The lowest search result position that should be scored in the scorecard report. |
PagePublicationAction | SEORuleWarningAction | The action to take when a page is published and one or more SEO rules are deficient. |
ShortName | PlainText_NonNull_20 | The short name of the reporting group. |
StandardPropertiesAction | SEORuleWarningAction | The action to take when Standard Properties dialog is submitted and one or more SEO rules are deficient. |
SuggestionsEnabled | Boolean | Boolean flag when true indicates that the keyword suggestion is enabled. |
WebmasterAPIKey | PlainText_150 | The Bing Webmaster API Key required for fetching the information for keyword suggestion, inbound link reporting, etc. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
id | SEOReportingGroupID | Required | The unique ID of the reporting group. |
Context:
License Requirements | SEO |
Permission Requirements | ContributorOrServerCode |
Deny Context | (none) |
Require Context | (none) |
Author Lock |
Error Codes:
None
Notes:
None