impressions

Has anyone tried Mythryl?

I read about Mythryl this morning and it seems a very interesting language. Has anyone built something with it? What do you think about it? ...

how do you usually implement ad tracking?

Do you use cookies? ip-address? cache? ...

How to generate multiple impressions on a hyperlink through HtmlUnit in JAVA?

I am using the headless browser provide by HtmlUnit I have loaded a webpage in a webClient. Now I want to generate mulitple impressions on a hyperlink (on the loaded webpage) just like we hover our mouse cursor on a link various times on a link in a webpage in a real web browser. How can I do that through HtmlUnit? ...

What are the Best Practices For SQL Inserts on Large Scale in reference to ad impressions?

I am working on a site where I will need to be able to track ad impressions. My environment is ASP.Net with IIS using a SQL Server DMBS and potentially Memcached so that there are not as many trips to the database. I must also think about scalability as I am hoping that this application becoming a global phenom (keeping my fingers cros...

Tracking impressions/visits per web page

Hi, I have a site with several pages for each company and I want to show how their page is performing in terms of number of people coming to this profile. We have already made sure that bots are excluded. Currently, we are recording each hit in a DB with either insert (for the first request in a day to a profile) or update (for the f...

Typo3: How to count page impressions on every page with an extension

I need to count the page impressions of every page on a typo3 site into the db. So I think I need an extension which is called on every page impression and increase a column 'impressions' in the db of the specific page. I'm new to typo3 and new to extension development as well. Is there a way to include an extbase-extension on every pa...