Currently the tokens for custom dimensions are limited to node tokens only, I'd like to use term an field collection tokens. Therefore it would be great to have the possibility to alter the data before token replace.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | google_analytics-tokens-alter-data-2681357-2.patch | 1.23 KB | osopolar |
Comments
Comment #2
osopolarThis patch adds the hook_googleanalytics_custom_type_token_data_types_alter(). See below for an example how to implement this hook. To be able to use other tokens the settings form needs to be altered too, as below.
Comment #3
hass commented