Tecnichal stuff.

Don't worry, it's in "English".

Linkpulse Feeds documentation

Resource summary
Response formats JSON
HTTP method GET
Parameters no
Response type

Feed ClickFlow

Returns live status of page views and clicks

Set up feed: http://app.linkpulse.com/lp/feeds (Needs login)

Field description

Field name Type Description
name string The name of the feed
type string Widget type
timerange string Time range of results
total int Number of results
filter string What content to display
format string Response format
active boolean If the filter is active

Example response(s)

Example

Example request: GET http://feed.linkpulse.com/v1/1234/1234
Response format: json

{
    "linkpulsefeed": [
        {
            "from": {
                "urlId": "23cbcae2d5f3d57974511b37",
                "url": "n42.no",
                "title": "N42 Frontpage",
                "image": "",
                "description": "Get all your news showed as an timeline!"
            },
            "to": {
                "id": "540844edd5909386a4d80d8d",
                "url": "www.engadget.com/2012/10/15/join-the-engadget-hd-podcast-live-on-ustream-at-6-30pm-et",
                "title": "Join the Engadget HD Podcast live on Ustream at 6:30PM ET",
                "image": "http://www.blogcdn.com/www.engadget.com/media/2009/11/engadgetpodcastlogo_thumbnail.jpg",
                "description": "It's Monday, which means it is time for you to listen into the recording booth when the Engadget HD podcast goes to mp3 at"
            },
            "CL": 12633
        },
        { 
            ... 
        }
    ],
    "isCached": true
}