You are here

function hook_google_analytics_counter_update in Google Analytics Counter 8.3

Same name and namespace in other branches
  1. 7.3 google_analytics_counter.api.php \hook_google_analytics_counter_update()

Informs other modules about which nodes have been updated.

Parameters

array $updated_nids: Associative array with the new pageview total keyed by the nid.

File

./google_analytics_counter.api.php, line 28
Hooks provided by the Google Analytics Counter module.

Code

function hook_google_analytics_counter_update(array $updated_nids) {
}