BlogRecommendations
Returns a list of recommended WordPress blogs based on user interests or activity.
Table Specific Information
SELECT
The connector processes all the filters client-side within the connector.
SELECT * FROM BlogRecommendations
Columns
| Name | Type | References | Description |
| BlogId [KEY] | Int | The unique identifier for the recommended blog returned by WordPress. | |
| BlogDomain | String | The domain associated with the recommended WordPress blog, typically representing the blog's public web address (for example, example.wordpress.com). | |
| EmailFollowUrl | String | The URL used to follow the recommended blog via email. | |
| FeedId | String | The unique identifier for the feed associated with the recommended blog. | |
| FollowRecoId | String | The unique identifier for the blog recommendation record returned by WordPress. | |
| FollowSource | String | The source that generated the blog recommendation, such as user activity or followed topics. | |
| Image | String | The URL of the image representing the recommended blog. | |
| MetaAggregate | String | Aggregated metadata for the recommended blog returned by WordPress. | |
| Nonce | String | A security token used by WordPress to validate the blog recommendation request. | |
| Reason | String | The reason this blog was recommended, such as shared topics or related content. | |
| Score | Double | The relevance score assigned to the recommended blog based on WordPress's recommendation algorithm. | |
| Title | String | Specifies the title or display name of the recommended blog as returned by WordPress. | |
| TitleShort | String | The short version of the blog's title returned by WordPress, typically used in compact views or recommendation summaries. | |
| ItemURL | String | Specifies the full URL of the recommended blog's homepage as returned by WordPress. |
Pseudo-Columns
Pseudo-column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the data returned by the operation.
| Name | Type | Description | |
| NoOfBlogRecommendations | Int | The number indicating the blog's position in the list of recommendations returned by WordPress. |