alexa / alexa-skills-kit-sdk-for-nodejs

The Alexa Skills Kit SDK for Node.js helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Apache License 2.0
3.13k stars 738 forks source link

Add Mobile Analytics to ASK #28

Closed rmtuckerphx closed 7 years ago

rmtuckerphx commented 8 years ago

I have started integration of Mobile Analytics into the ASK and the basic cases are working. The repo is at: https://github.com/rmtuckerphx/alexa-skills-kit-sdk-for-nodejs

The code to create custom events inside an intent handler function is not working. Here is a sample of what I am trying to do:

    'GetNewFactIntent': function () {
        this.recordMobileAnalyticsEvent('foo', 'sessionId');

Feedback on the changes or help figuring out this issue is appreciated.

ghost commented 7 years ago

closing #28 tracking in #51