You are here

function ga_stats_write_count in Google Analytics Statistics 7

Same name and namespace in other branches
  1. 7.2 includes/ga.inc \ga_stats_write_count()
  2. 7.x ga_stats.module \ga_stats_write_count()

Write the data associated with a specific page to the database.

Parameters

object $count:

1 call to ga_stats_write_count()
_ga_stats_update_counts in includes/ga.inc
Goes through sources and metrics and updates databases

File

includes/ga.inc, line 115

Code

function ga_stats_write_count($count) {
  drupal_write_record('ga_stats_count', $count);
}