Page Summary
-
The LicenseNotification resource provides information about license events, including provisioning, expiry, reassignment, and deletion.
-
It includes details like application ID, customer ID, timestamp, and specific information about each event type.
-
Provisions include the number of seats provisioned, while Expiries, Reassignments, and Deletes previously included edition IDs, but these fields are now deprecated.
-
The 'list' method, which was used to retrieve license notifications, is also deprecated and replaced with Google Analytics for tracking user-initiated installs.
Resource: LicenseNotification
| JSON representation |
|---|
{ "id" : string , "applicationId" : string , "timestamp" : string , "customerId" : string , "kind" : string , "provisions" : [ { object ( |
| Fields | |
|---|---|
id
|
The ID of the license notification. |
applicationId
|
The ID of the application according to this notification. |
timestamp
|
The time the event occurred, measuring in milliseconds since the UNIX epoch. |
customerId
|
The domain name of the customer corresponding to this notification. |
kind
|
The type of API resource. This is always appsmarket#licenseNotification. |
provisions[]
|
The list of provisioning notifications. |
expiries[]
|
The list of expiry notifications. |
reassignments[]
|
The list of reassignment notifications. |
deletes[]
|
The list of deletion notifications. |
Provisions
| JSON representation |
|---|
{ "kind" : string , "editionId" : string , "seatCount" : string } |
| Fields | |
|---|---|
kind
|
|
editionId
|
(Deprecated) |
seatCount
|
The number of seats that were provisioned. |
Expiries
| JSON representation |
|---|
{ "kind" : string , "editionId" : string } |
| Fields | |
|---|---|
kind
|
|
editionId
|
(Deprecated) |
Reassignments
| JSON representation |
|---|
{ "kind" : string , "userId" : string , "type" : string , "editionId" : string } |
| Fields | |
|---|---|
kind
|
|
userId
|
The email address of the reassigned user. |
type
|
|
editionId
|
(Deprecated) |
Deletes
| JSON representation |
|---|
{ "kind" : string , "editionId" : string } |
| Fields | |
|---|---|
kind
|
|
editionId
|
(Deprecated) |
Methods |
|
|---|---|
(deprecated) |
Deprecated: User-initiated install events can be tracked through Google Analytics . |

