Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add javascript feature: set/add content tracking classes #11749

Open
RMastop opened this issue May 30, 2017 · 0 comments
Open

Add javascript feature: set/add content tracking classes #11749

RMastop opened this issue May 30, 2017 · 0 comments

Comments

@RMastop
Copy link
Contributor

RMastop commented May 30, 2017

It would be useful to have a way of adding CSS classes to the trackContent class.
For example,
_paq.push(['setTrackContentClass', "an existing class on the page"]); //to rewrite the TrackContentClass
and
_paq.push(['addTrackContentClass', "an existing class on the page"]); //to add a Class to the TrackContentClass

This way we can add contentTracking without adding CSS classes to the HTML.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants