You are here

constant GA_PUSH_TYPE_ECOMMERCE in GA Push 8

Same name and namespace in other branches
  1. 7 ga_push.module \GA_PUSH_TYPE_ECOMMERCE
8 uses of GA_PUSH_TYPE_ECOMMERCE
GAPushUnitTestCase::testGaPushMethodAnalyticsJSPushScriptEcommerce in test/ga_push.test
Unit test for ga_push_method_analytics_js_push_script(): Ecommerce.
ga_push_add_ecommerce in ./ga_push.module
Push a GA ecommerce.
ga_push_add_legacy_params in ./ga_push.module
Maps old method keys to the new ones.
ga_push_get_methods_option_list_ecommerce in ./ga_push.module
Get the options list for ecommerce.
ga_push_method_analytics_js_push_script in inc/ga_push.analytics_js.inc
Generate the GA Push script code by type.

... See full list

File

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

Code

define('GA_PUSH_TYPE_ECOMMERCE', 'ecommerce');