Can you send data from a web page to Flurry Analytics?

We have developed an application for iPhone, Android and BlackBerry for our product. We also have an ASP.NET MVC website for mobile devices that provides the same content as native apps for any of the miserable people who don’t have a device that supports one of the native apps.

We successfully use the Flurry SDK to send data for our applications for iPhone, Android and Blackberry, but also would like to send and track the same data for our mobile site. Each platform has the same screens as the others, so it makes sense to have all the analytical data recorded in the same way and communicate in one interface.

We know Google Analytics and Google Analytics for mobile devices , but again, we want our customers to be able to view the report on all platforms from the same system.

Can I send Flurry data without using my own mobile SDK? It seems that they only give you options for adding your own application to the "Add application" setting on your site - how do you add a mobile site?

If someone has done this before, I would like to hear the details. Thanks.

+6
source share
1 answer

Flurry released its Mobile Web SDK 1.0.0 on 06.27.2012.

You can download the documentation by creating a new project and selecting Mobile Internet, and then visit the Download SDK page. The API is in Javascript.

However, Flurry email support indicated

The Mobile Web SDK is no longer being updated and the support we provide for this SDK is limited.

+2
source

Source: https://habr.com/ru/post/898098/


All Articles