SEOKeywords.getRankEventsForObject (Method)
Returns information regarding SEO ranking events, such as SEO Ranking inquires, SEO spidering and content changes for the specified object.
Returns:
SEOKeywords_GetRankEventsForObject_Results (query)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
EventDate | Datetime | The date of the event. |
EventDetail | PlainText_2000 | Details of the event. |
EventType | SEORankEventType | The event type. Either Rank Inquiry, Search Engine Spider, Content Change. |
Rank | PositiveInteger_EmptyString | The page's rank, or an empty string if no rank. |
RankChange | Integer_EmptyString | The page's change in rank, or an empty string if no rank. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
objectID | RealPageID_UploadedDocID_NonBaseTemplate | Required | A page or uploaded document's ID. |
startDate | PastDate | Optional. Defaults to '#DateFormat( DateAdd('d',-30,now()), 'yyyy-mm-dd' )#'. | The starting date for the time period. Defaults to 30 days prior to the current date. |
endDate | Date | Optional. Defaults to '#DateFormat( now(), 'yyyy-mm-dd' )#'. | The ending time period date. Defaults to the current date. |
eventTypeFilter | SEORankEventTypeList_EmptyString | Optional. Defaults to an empty string. | Comma delimited list of SEORankEventType's to filter on, or empty string for no filter. |
Context:
License Requirements | SEO |
Permission Requirements | ContributorOrServerCode |
Deny Context | (none) |
Require Context | Authoring |
Author Lock |
Error Codes:
None
Notes:
None