Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed outdated json definition #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gmessow-cxomni
Copy link

According to the Usabilla API documentation a campaign result looks like this:

{
  "id": "549972d5c469885e548b4570",
  "campaignId": "5499612ec4698839368b4573",
  "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36",
  "location": "Amsterdam, Netherlands",
  "date": "2014-01-15T19:48:06.003Z",
  "customData": {
    "form_name": "form1"
  },
  "data": {
    "text": "test"
  },
  "time": 5000,
  "url": "https://usabilla.com"
}

However CampaignResultStruct had an outdated json definition and I fixed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant