wp-google-analytics icon indicating copy to clipboard operation
wp-google-analytics copied to clipboard

WordPress plugin to use Google Analytics to track your site statistics.

Results 10 wp-google-analytics issues
Sort by recently updated
recently updated
newest added

Now using esc_attr() as suggested. Signed-off-by: Iñaki Arenaza [email protected]

Added RTL languages support for the admin page.

- Fix 2 untranslatable phrase. - Auto-translate role's name.

Please add an option to enable enhanced link attribution. It requires adding the following line to the ga script: `ga('require', 'linkid'); ` Details available here: https://developers.google.com/analytics/devguides/collection/analyticsjs/enhanced-link-attribution

At the risk of asking a stupid question, how do you define additional basic GA methods? For instance, referring to the [official Google Analytics docs](https://developers.google.com/analytics/devguides/collection/gajs/methods/gaJSApiBasicConfiguration), I'd like to set the...

This breaks 'target' attribute of links (a link with target '_blank' will be opened in the same window): ``` javascript /** If this link is not opened in a new...

If I add a click event to a click after wp-google-analytics has loaded which calls `preventDefault` or `stopPropafation`, log_outgoing tracking will send the user to the link anyway since it...

Allow authentication with Google, then allow the user to just choose the site they want to track from a dropdown.

This falls pretty low down the "nice to have" category, but it would be nice if you could use multiple tracking IDs and do separate configurations for each.