DeltaDNA Verification Tasks
Here are the things you should verify are correctly working after upgrading:
- Sending a Custom Event
- Making a Purchase
- Triggering an In App Message
- (Optional) Listening for a Parameter Callback
- (Optional) Registering for a Push Notification
Sending a Custom Event
- Call
KongregateAPI.GetAPI().Analytics.AddEvent
with an event from your schema
- Check
https://www.deltadna.net/kongregate/<your-game-name>/dev/qatools/event-browser
for valid event
- Check with your producer to verify your Kong Analytics data
Making a Purchase
- Make a purchase in app
- Follow documentation to call
KongregateAPI.GetAPI().Analytics.StartPurchase
and KongregateAPI.GetAPI().Analytics.FinishPurchase
- Check
https://www.deltadna.net/kongregate/<your-game-name>/dev/qatools/event-browser
for valid events
- Check with your producer to verify your Kong Analytics data
Triggering an In App Message
- 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
- Trigger the specified event in game to see the message
(Optional) Listening for a Parameter Callback
- 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
- Be sure to set a
ParameterListener
with KongregateAPI.GetAPI().Analytics.SetDeltaParameterListener
- Trigger the specified event in game to recieve your parameters
(Optional) Registering for a Push Notification
- Ask your producer to enter the correct credentials into DeltaDNA at
https://www.deltadna.net/kongregate/<your-game-name>/dev/scheduled-campaigns/identity
- (iOS) Start the app to get the permission dialog
- (Android) Enter configuration info in
Unity->DeltaDNA->Configure->Android Notifications
and then start the app
- Verify that push notifications can be sent at
https://www.deltadna.net/kongregate/<your-game-name>/dev/scheduled-campaigns/test-tool