Hi everyone,
I am developing an application that serves the banner to a mobile apps.every banners is linked to a Micro website. Piwik is working fine and gathering the statistics for Micro website.i wants to track the banners too. whenever banner served or click on the banner, i am inserting a row in my table with the following information.
- banner_id
- campaign_id
- action (serve/click/bookmarked etc.)
- country_id
- city_id
- profession
- date
etc.
i am gathering all the required information and saving it in my tables. i wants to display a dropdown menu with the list of campaigns, if user select campaign “A”, then it displays all the banners of the selected campaign with total impression of each banner, total clicks etc. i can generate the query but i dont have the idea how to add a dropdown list and get the banners and its statistics in piwik.
can anyone send me briefe tutorial to develop my own plugin to accomplish the above mention job or is there any plugin available for it ?
any suggestion, help would be appreciated.