Arquivo

Textos com Etiquetas ‘free heatmap’

Plugin heatmap para WordPress

12, fevereiro, 2012 Sem comentários

Encontrei hoje um plugin de heatmap para wodpress excelente.

Saiba onde os visitantes do seu sit mas clicam, e otimize a disposição dos elementos que você quer que seus usuários cliquem, use-o para melhorar a disposição de seus anúncios, use para melhorias do heatmap adsense.

Fácil de instalar e de usar.

O plugin está disponível no repositório do WordPress http://wordpress.org/extend/plugins/wp-super-heatmap/

Veja um tutorial do Google para otimização dos seus anúncios adsense: http://support.google.com/adsense/bin/answer.py?hl=en&answer=1354747

English

heat map is a graphical representation of data where the individual values contained in a matrix are represented as colors. Fractal maps and tree maps both often use a similar system of color-coding to represent the values taken by a variable in a hierarchy. The term is also used to mean its thematic application as a choropleth map.

Heat maps originated in 2D displays of the values in a data matrix. Larger values were represented by small dark gray or black squares (pixels) and smaller values by lighter squares. Sneath (1957) displayed the results of a cluster analysis by permuting the rows and the columns of a matrix to place similar values near each other according to the clustering. Jacques Bertin used a similar representation to display data that conformed to a Guttman scale. The idea for joining cluster trees to the rows and columns of the data matrix originated with Robert Ling in 1973. Ling used overstruck printer characters to represent different shades of gray, one character-width per pixel. Leland Wilkinson developed the first computer program in 1994 (SYSTAT) to produce cluster heat maps with high-resolution color graphics. The Eisen et al. display shown in the figure is a replication of the earlier SYSTAT design. (Text from Wikipédia)

Posts Relacionados:

Como adicionar um heatmap grátis no seu site

10, fevereiro, 2012 Sem comentários

Se o seu site usa php, rodando em servidor apache no linux, com banco de dados MySQL, você poderá ter um HeatMap Gratuito no seu site.

Baixe o ClickHeat, do Labs Media (http://www.labsmedia.com/clickheat/index.html)

Instale baixe o zip e extraia diretamente no diretório raiz (exemplo: /var/www/seusite/public_html). Ele já possui a pasta clickheat.

Acesse http://www.seusite.com/clickheat/index.php. Este é o arquivo de configuração.

Se der erro de permissão de escrita, altere as permissões da pasta clickheat.

No meu caso, deu problema da bliblioteca GD, que não está instalada (imagecreatetruecolor() não disponível, não posso criar imagens (com boa qualidade), cheque se o GD está instalado).

Então vamos instalar.

$ sudo apt-get install php5-gd

$ sudo invoke-rc.d apache2 restart

Para mais detalhes, acesse http://blog.idealmind.com.br/php/como-instalar-extensoes-no-php/

Agora, verifique se todas as dependências estão ok, e avance. Na próxima tela, você terá a configuração. eu deixei tudo como padrão, e somente inseri dados de admin, para cadastrar um usuário e uma senha.

Você deverá inserir um código javascript em cada página a ser trackeada. O script é no formado


<script type="text/javascript" src="http://mi.local/clickheat/js/clickheat.js"></script><a href="http://www.labsmedia.com/clickheat/index.html" title="ClickHeat: clicks heatmap"><img src="http://mi.local/clickheat/images/logo.png" width="80" height="15" border="0" alt="ClickHeat : track clicks" /></a><script type="text/javascript"><!--
clickHeatSite = 'Planos.e.Pre.os';clickHeatGroup = 'pagamento';clickHeatServer = 'http://mi.local/clickheat/click.php';initClickHeat(); //-->
</script>

E agora você terá um heatmap de cada página que você inserir o código Javascript. Enjoy!

Related Posts Plugin for WordPress, Blogger...

Posts Relacionados:

SEO Powered by Platinum SEO from Techblissonline