Beranda > blog > How to track mouse over or mouse out on banner using openx, the simple way

How to track mouse over or mouse out on banner using openx, the simple way

I’ve played with OpenX and found out the easy way to track mouse over or mouse out event and maybe almost all interaction on banner.

I just use loadVariables function that hit php script and the script insert data to the database. You need to create custom table to collect the data.

Here’s the sample:
On (rollOver) {
_root.loadVariables(“path_to_php_scripts”);
}

Wish it helps someone out there ;)

Categories: blog
  1. Belum ada komentar.
  1. Belum ada trackback.