Send subscriptions events to Singular .
Glassfy monitors the subscriptions and sends all the relevant events to Singular even if the user does not open the app.

  1. Copy the "SDK Key" from Singular ...
  2. Open Singular connector setting in the Glassfy dashboard and paste the "SDK Key".
  3. If you are integrating the Singular SDK in your app you can following this instruction to connect the events data with the user.

Event format

Glassfy will send to Singular a record with the following format every time an event is generated

{
  "AAs": "",
  "Aifa": "",
  "Amt": "1.09",
  "Andi": "",
  "Asid": "",
  "Cur": "EUR",
  "CustomID": "",
  "Event": "InAppPurchase",
  "Idfa": "123E4567-E89B-12D3-A456–426614174000",
  "Idfv": "00290-E89B-12D3-A456–426614174000",
  "Ip": "192.168.0.1",
  "PackageName": "co.company.testapp",
  "Platform": "iOS",
  "PurchaseProductId": "ios_read_article_5",
  "PurchaseTransacionID": "2000000225776608",
  "RevenueEvent": true,
  "Ve": "16.1.1"
}