SEOKeywords.getUsage (Method)
Returns a query describing the pages and/or uploaded documents for which the specified keyword is targeted for search engine optimization.
Returns:
DetailedPage_Result (rowlimitedquery)
Arguments:
Name | Type | Required | Description |
---|---|---|---|
reportingGroupID | SEOReportingGroupID | Required | The unique ID of the SEO reporting group. |
keyword | SEOKeyword | Required | The SEO Keyword to return a usage count for. |
orderBy | SQLOrderByClause | Optional. Defaults to 'Title ASC'. | The SQL 'order by' clause indicating which column is used as the returned data's sort key. |
limit | QueryRowLimit | Optional. Defaults to '#this.LIMIT_TO_SCALABILITY_MAX#'. | An integer specifying one more than the maximum number of rows returned. If this value is 0, it returns all records. If it is -1, up to the number of records specified in the UI scalability setting is returned. |
Context:
License Requirements | SEO |
Permission Requirements | ContributorOrServerCode |
Deny Context | (none) |
Require Context | Authoring |
Author Lock |
Error Codes:
None
Notes:
None