Name | Type | Contents |
---|---|---|
wordpress.article.author.id | string | The id of the author of an original article. |
wordpress.article.author.link | string | The link to an author's homepage. |
wordpress.article.author.username | string | The username of the author of an article. |
wordpress.article.blog_id | int | The unique id of a blog. |
wordpress.article.comment_count | int | The number of comments on a post. |
wordpress.article.id | int | The id of the blog post that a comment/like refers to. |
wordpress.article.lang | string | The language of the article that a comment or like refers to. |
wordpress.article.link | string | The link to the blog post that a comment or like refers to. |
wordpress.article.post_id | string | The id of a blog post. |
wordpress.article.summary | string | The summary of the blog post that a comment or like refers to. |
wordpress.article.title | string | The title of the blog post that a comment or like refers to. |
wordpress.author.id | string | The id of a user making a comment on an article. |
wordpress.author.link | string | A link to an author's homepage. |
wordpress.author.username | string | The username of the author of a piece of content. |
wordpress.blog.domain | string | The domain of a blog. |
wordpress.blog.id | string | The id of a blog. |
wordpress.blog.lang | string | The language in which a blog is written. |
wordpress.blog.link | string | The link to a blog. |
wordpress.blog.name | string | The name of a blog. |
wordpress.blog.summary | string | The summary of a blog. |
wordpress.categories | array(string) | The categories assigned to an entry. |
wordpress.content | string | The content of a blog post or comment. |
wordpress.geo | geo | The location from which the interaction was created. |
wordpress.link | string | The link to a comment or post. |
wordpress.permalink | string | The permanent link to a blog post. |
wordpress.tags | array(string) | The tags associated with an entry. |
wordpress.title | string | The title of a blog post. |
wordpress.type | string | The type of the Wordpress entry. |
wordpress.inreplyto | string | The URL of a comment which has received a reply. |