DeltaDNA Verification Tasks

Here are the things you should verify are correctly working after upgrading:

  1. Sending a Custom Event
  2. Making a Purchase
  3. Triggering an In App Message
  4. (Optional) Listening for a Parameter Callback
  5. (Optional) Registering for a Push Notification

Sending a Custom Event

  1. Call KongregateAPI.GetAPI().Analytics.AddEvent with an event from your schema
  2. Check https://www.deltadna.net/kongregate/<your-game-name>/dev/qatools/event-browser for valid event
  3. Check with your producer to verify your Kong Analytics data

Making a Purchase

  1. Make a purchase in app
  2. Follow documentation to call KongregateAPI.GetAPI().Analytics.StartPurchase and KongregateAPI.GetAPI().Analytics.FinishPurchase
  3. Check https://www.deltadna.net/kongregate/<your-game-name>/dev/qatools/event-browser for valid events
  4. Check with your producer to verify your Kong Analytics data

Triggering an In App Message

  1. Ask your producer to help you set up an in app message campaign in DeltaDNA or go to https://www.deltadna.net/kongregate/<your-game-name>/dev/event-engagements to set one up yourself
  2. Trigger the specified event in game to see the message

(Optional) Listening for a Parameter Callback

  1. Ask your producer to help you set up a custom parameter campaign in DeltaDNA or go to https://www.deltadna.net/kongregate/<your-game-name>/dev/event-engagements to set one up yourself
  2. Be sure to set a ParameterListener with KongregateAPI.GetAPI().Analytics.SetDeltaParameterListener
  3. Trigger the specified event in game to recieve your parameters

(Optional) Registering for a Push Notification

  1. Ask your producer to enter the correct credentials into DeltaDNA at https://www.deltadna.net/kongregate/<your-game-name>/dev/scheduled-campaigns/identity
  2. (iOS) Start the app to get the permission dialog
  3. (Android) Enter configuration info in Unity->DeltaDNA->Configure->Android Notifications and then start the app
  4. Verify that push notifications can be sent at https://www.deltadna.net/kongregate/<your-game-name>/dev/scheduled-campaigns/test-tool