Getting Started using the Action Analytics Methods


Step One - Sign up!

  1. Click here to Sign Up for a key!
  2. Confirm Your Key via Email

Step Two - Entering Credit Card Information

To enter credit card details, follow the steps outlined here:

  1. Login to your account
  2. Click on "Account" on the upper right hand menu to view your Dashboard
  3. Click on "Credit Card Details"
  4. Enter Card Information or Bank Account Number

Step Three - Change your Plan

To do this follow the steps here:

  1. Login to your account
  2. Click on "Dashboard" on the upper right hand menu to view your Dashboard.
  3. Click on "Application".
  4. Click on "View" next to your application to find your app_key and app_ID.
  5. Click On Review / Change Plan for your Application

  6. Select Desired Plan for your Application


Step Four - Locate your keys and start calling the API

  • Click on "Dashboard" on the upper right hand menu to view your Dashboard.
  • Click on "Application".
  • Click on "View" next to your application to find your app_key and app_ID.
  • Find and record your app_id + app_key for future use.
  • Find a PeopleBrowsr Kred API method you'd like to use from the Action Resource Dictionary, or any of the others:
  • Find a sample request URL and copy it to your clipboard
  • Paste call within a browser and add your app_id and app_key.
  • Press "Go" or "Enter" to execute the call. This should return a call with "status": "submitted".
  • { "id": "999-3650ded32d89b76e544102e98bcb1769","request": { "app_id": "2476ec6a", "app_key": "48e587354ebefb6735bddd63cd8c8fc", "count": 30, "external": true, "last": 1321920000, "name": "atnamecloud", "number": 10, "source": "twitter", "term": "pepsi" }, "status": "submitted" }
  • Press "Go" or "Enter" again to execute the call. This should return "status": "processing".
  • { "id": "999-3650ded32d89b76e544102e98bcb1769", "request": { "app_id": "2476ec6a", "app_key": "48e587354ebefb6735bddd63cd8c8fc", "count": 30, "external": true, "last": 1321920000, "name": "atnamecloud", "number": 10, "source": "twitter", "term": "pepsi" }, "status": "processing" }
  • Press "Go" or "Enter" again to return "complete".
  •  { "data": [ [ "@pepsi", 1460 ], [ "@epictweets", 1161 ], [ "@stewieposts", 308 ], [ "@videord", 262 ], [ "@untitledquote", 181 ], [ "@macbarbie07", 150 ], [ "@torreysmithwr", 122 ], [ "@youtube", 121 ], [ "@la_patilla", 113 ], [ "@itsepicdude", 107 ] ], "id": "999-e264268c5dda0cc6376edd8318317ade", "request": { "app_id": "2476ec6a", "app_key": "48e587354ebefb6735bddd63cd8c8fc", "count": 3, "external": true, "last": 1321920000, "name": "atnamecloud", "number": 10, "source": "twitter", "term": "pepsi" }, "status": "complete" }

    Support? Email us if you need any help at: apisupport@peoplebrowsr.com.