SEO.getReportingInfo (Method)

Returns a structure that describes when CommonSpot began to collect search ranking data and when it last updated that data.

Returns:

SEO_GetReportingInfo_Struct (struct)

Each row of the returned query results has the following fields:

Field Name Type Description
ActiveSinceDate Date The date CommonSpot began collecting search ranking data in the form 'yyyy-mm-dd'.
ActiveSinceDateString PlainText_NonNull The date CommonSpot began collecting search ranking data in the form 'month dd, yyyy'.
LastUpdateDate Date The date CommonSpot last updated search ranking results in the form 'yyyy-mm-dd'.
LastUpdateDateString PlainText_NonNull The date CommonSpot last updated search ranking results in the form 'month dd, yyyy'.

Context:

License Requirements SEO
Permission Requirements ContributorOrServerCode
Deny Context (none)
Require Context Authoring
Author Lock  

Error Codes:

None

Notes:

None