Skip to content

Commit f2f9e50

Browse files
Merge pull request #37 from david-piatek/fix/add-pageview
Add pageview
2 parents d458506 + 3ad7070 commit f2f9e50

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

views/templates/hook/ps_googleanalytics.tpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353
{/if}
5454
{if $backOffice}
5555
ga('set', 'nonInteraction', true);
56+
{else}
57+
ga('send', 'pageview');
5658
{/if}
5759
{literal}
5860
ga('require', 'ec');

0 commit comments

Comments
 (0)