EFForg / EFForg/eff_matomo

Allow apps to add extra parameters to tracking URL

Open
#19 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.