You are here

constant GA_PUSH_TYPE_EXCEPTION in GA Push 8

Same name and namespace in other branches
  1. 7 ga_push.module \GA_PUSH_TYPE_EXCEPTION
5 uses of GA_PUSH_TYPE_EXCEPTION
GAPushUnitTestCase::testGaPushMethodAnalyticsJSPushScriptException in test/ga_push.test
Unit test for ga_push_method_analytics_js_push_script(): Exception.
ga_push_add_exception in ./ga_push.module
Push a GA exception.
ga_push_get_methods_option_list_exception in ./ga_push.module
Get the options list for exception.
ga_push_method_analytics_js_push_script in inc/ga_push.analytics_js.inc
Generate the GA Push script code by type.
ga_push_method_utmp_php in inc/ga_push.utmp.php.inc
GA Push Method callback: UTMP (php).

File

./ga_push.module, line 35
Drupal Module: GA Push.

Code

define('GA_PUSH_TYPE_EXCEPTION', 'exception');