You are here

function google_analytics_et_api in Google Analytics Event Tracking 7

Same name and namespace in other branches
  1. 6 google_analytics_et.module \google_analytics_et_api()

Loads the Event Tracking Selectors, Categories, Action, Label, Value, etc.

Allows other modules to implement custom event tracking though the Google Analytics Event Tracking API module.

File

./google_analytics_et.module, line 205
Google Analytics Event Tracking Module.

Code

function google_analytics_et_api() {

  // Loads the user created selectors from the variable table.
  return variable_get('google_analytics_et_selectors', array());
}