Skip to content

Commit 252e4cd

Browse files
committed
Update overall_header_stylesheets_after.html
Add the option to set extra options for google analytics after create, so other extensions can add tracking options (Like adding the ability to track advertisements). See here for a example: https://support.google.com/analytics/answer/2444872?hl=en&utm_id=ad
1 parent 434d8d3 commit 252e4cd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

styles/all/template/event/overall_header_stylesheets_after.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
77

88
ga('create', '{GOOGLEANALYTICS_ID}', 'auto');
9+
<!-- EVENT phpbb_googleanalytics_alter_ga_requirements -->
910
ga('send', 'pageview');
1011
</script>
1112
<!-- ENDIF -->

0 commit comments

Comments
 (0)