You are here

function googleanalytics_update_7201 in Google Analytics 7.2

Delete obsolete custom variables. Custom variables are now custom dimensions and metrics.

File

./googleanalytics.install, line 478
Installation file for Google Analytics module.

Code

function googleanalytics_update_7201() {
  variable_del('googleanalytics_custom_var');
  return t('Deleted obsolete custom variables. Custom variables are now custom dimensions and metrics and you need to manually configure them!');
}