This document lists the events and parameters for
various types of
Currents Audit activity events. You can retrieve these events by
calling Activities.list()
with applicationName=gplus
.
Comment Event
A comment was created, edited, or deleted.
Events of this type are returned with type=comment_change
.
Comment created
A comment was created.
create_comment
attachment_
type
string
Type of attachment on a post or comment. Possible values:
-
album
A media album was attached to a post. -
google_drive_object
A Google Drive object was attached to a post. -
link
A link was attached to a post or comment. -
media
Media was attached to a post or comment. -
poll
A poll was attached to a post. -
post
A post was reshared (attached to a post).
comment_
resource_
name
string
Unique identifier of the comment associated with the event.
post_
permalink
string
Permanent hyperlink to the post associated with the event.
post_
resource_
name
string
Unique identifier of the post associated with the event.
post_
visibility
string
Visibility of the post associated with the event. Possible values:
-
organization-private
A subset of users in the organization can access this post. -
organization-wide
All users in the organization can access this post. -
private
A subset of Google+ users can access this post. -
public
All Google+ users can access this post.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ gplus
?eventName= create_comment
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
added a comment to a {post_visibility}
post
Comment deleted
A comment was deleted.
delete_comment
comment_
resource_
name
string
Unique identifier of the comment associated with the event.
post_
resource_
name
string
Unique identifier of the post associated with the event.
post_
visibility
string
Visibility of the post associated with the event. Possible values:
-
organization-private
A subset of users in the organization can access this post. -
organization-wide
All users in the organization can access this post. -
private
A subset of Google+ users can access this post. -
public
All Google+ users can access this post.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ gplus
?eventName= delete_comment
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
removed a comment from a {post_visibility}
post
Comment edited
A comment was edited.
edit_comment
attachment_
type
string
Type of attachment on a post or comment. Possible values:
-
album
A media album was attached to a post. -
google_drive_object
A Google Drive object was attached to a post. -
link
A link was attached to a post or comment. -
media
Media was attached to a post or comment. -
poll
A poll was attached to a post. -
post
A post was reshared (attached to a post).
comment_
resource_
name
string
Unique identifier of the comment associated with the event.
post_
permalink
string
Permanent hyperlink to the post associated with the event.
post_
resource_
name
string
Unique identifier of the post associated with the event.
post_
visibility
string
Visibility of the post associated with the event. Possible values:
-
organization-private
A subset of users in the organization can access this post. -
organization-wide
All users in the organization can access this post. -
private
A subset of Google+ users can access this post. -
public
All Google+ users can access this post.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ gplus
?eventName= edit_comment
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
edited a comment on a {post_visibility}
post
Like Event
A +1 was added or removed from a post or comment.
Events of this type are returned with type=plusone_change
.
Like added
A +1 was added to a post or comment.
add_plusone
comment_
resource_
name
string
Unique identifier of the comment associated with the event.
plusone_
context
string
Where a +1 was added or removed from. Possible values:
-
comment
A +1 was added or removed from a comment. -
post
A +1 was added or removed from a post.
post_
permalink
string
Permanent hyperlink to the post associated with the event.
post_
resource_
name
string
Unique identifier of the post associated with the event.
post_
visibility
string
Visibility of the post associated with the event. Possible values:
-
organization-private
A subset of users in the organization can access this post. -
organization-wide
All users in the organization can access this post. -
private
A subset of Google+ users can access this post. -
public
All Google+ users can access this post.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ gplus
?eventName= add_plusone
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
added a like to a {post_visibility}
{plusone_context}
Like removed
A +1 was removed from a post or comment.
remove_plusone
comment_
resource_
name
string
Unique identifier of the comment associated with the event.
plusone_
context
string
Where a +1 was added or removed from. Possible values:
-
comment
A +1 was added or removed from a comment. -
post
A +1 was added or removed from a post.
post_
permalink
string
Permanent hyperlink to the post associated with the event.
post_
resource_
name
string
Unique identifier of the post associated with the event.
post_
visibility
string
Visibility of the post associated with the event. Possible values:
-
organization-private
A subset of users in the organization can access this post. -
organization-wide
All users in the organization can access this post. -
private
A subset of Google+ users can access this post. -
public
All Google+ users can access this post.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ gplus
?eventName= remove_plusone
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
removed a like from a {post_visibility}
{plusone_context}
Poll Vote Event
A vote was added or removed from a poll.
Events of this type are returned with type=poll_vote_change
.
Poll vote added
A vote was added to a poll.
add_poll_vote
post_
permalink
string
Permanent hyperlink to the post associated with the event.
post_
resource_
name
string
Unique identifier of the post associated with the event.
post_
visibility
string
Visibility of the post associated with the event. Possible values:
-
organization-private
A subset of users in the organization can access this post. -
organization-wide
All users in the organization can access this post. -
private
A subset of Google+ users can access this post. -
public
All Google+ users can access this post.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ gplus
?eventName= add_poll_vote
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
added a vote to a {post_visibility}
poll
Poll vote removed
A vote was removed from a poll.
remove_poll_vote
post_
permalink
string
Permanent hyperlink to the post associated with the event.
post_
resource_
name
string
Unique identifier of the post associated with the event.
post_
visibility
string
Visibility of the post associated with the event. Possible values:
-
organization-private
A subset of users in the organization can access this post. -
organization-wide
All users in the organization can access this post. -
private
A subset of Google+ users can access this post. -
public
All Google+ users can access this post.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ gplus
?eventName= remove_poll_vote
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
removed a vote from a {post_visibility}
poll
Post Event
A post was created, edited, or deleted.
Events of this type are returned with type=post_change
.
Post created
A post was created.
create_post
attachment_
type
string
Type of attachment on a post or comment. Possible values:
-
album
A media album was attached to a post. -
google_drive_object
A Google Drive object was attached to a post. -
link
A link was attached to a post or comment. -
media
Media was attached to a post or comment. -
poll
A poll was attached to a post. -
post
A post was reshared (attached to a post).
post_
permalink
string
Permanent hyperlink to the post associated with the event.
post_
resource_
name
string
Unique identifier of the post associated with the event.
post_
visibility
string
Visibility of the post associated with the event. Possible values:
-
organization-private
A subset of users in the organization can access this post. -
organization-wide
All users in the organization can access this post. -
private
A subset of Google+ users can access this post. -
public
All Google+ users can access this post.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ gplus
?eventName= create_post
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
created a {post_visibility}
post
Post deleted
A post was deleted.
delete_post
post_
resource_
name
string
Unique identifier of the post associated with the event.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ gplus
?eventName= delete_post
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
deleted a post
Post deleted by content admin
A post was deleted by a content admin.
content_manager_delete_post
post_
|
Name of the author of the post associated with the event. |
post_
|
Unique identifier of the post associated with the event. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ gplus
?eventName= content_manager_delete_post
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
deleted {post_author_name}
's post
Post edited
A post was edited.
edit_post
attachment_
type
string
Type of attachment on a post or comment. Possible values:
-
album
A media album was attached to a post. -
google_drive_object
A Google Drive object was attached to a post. -
link
A link was attached to a post or comment. -
media
Media was attached to a post or comment. -
poll
A poll was attached to a post. -
post
A post was reshared (attached to a post).
post_
permalink
string
Permanent hyperlink to the post associated with the event.
post_
resource_
name
string
Unique identifier of the post associated with the event.
post_
visibility
string
Visibility of the post associated with the event. Possible values:
-
organization-private
A subset of users in the organization can access this post. -
organization-wide
All users in the organization can access this post. -
private
A subset of Google+ users can access this post. -
public
All Google+ users can access this post.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ gplus
?eventName= edit_post
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
edited a {post_visibility}
post