Allow apps to add extra parameters to tracking URL
Open
- Dominant language
- Ruby
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Our apps will need to be able to add additional parameters to the tracking URL.
see e.g. `kittens_piwik_noscript_options_alter()`:
```
foreach ($node->field_blog_authors->value() as $key => $author) {
$variables->{$key + 1} = ['author', $author->uid];
}
$options['query']['cvar'] = json_encode($variables);
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.