I am using the page analytics chrome plugin on my site I have a problem. Several of my links are using # as the href and for this reason are consolidating stats for all links with # set as the href. I need to have individual analytics on each link on my site so I tried to implement Enhanced link attribution by inserting the following code into my site as per the documentation: ga('create', 'UA-XXXX-X'); ga('require', 'linkid'); //this is the new code ga('send', 'pageview'); I also selected the Use enhanced link attribution setting in the Google Analytics Property settings as per the documentation. The changes have been live for the last 3 days and when I set the data filter for the last day or two until present day the Analytics shown in the Page Analytics plugin are still showing all hrefs with the # href as the same stat. What am I doing wrong here? Thanks, Ben