mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-14 15:09:23 +00:00
add ga4
This commit is contained in:
@@ -23,7 +23,7 @@ def create_app(config_name=None):
|
||||
from rsshub.google_analytics import ga_account
|
||||
|
||||
Analytics(app)
|
||||
app.config['ANALYTICS']['GOOGLE_CLASSIC_ANALYTICS']['ACCOUNT'] = ga_account
|
||||
app.config['ANALYTICS']['GOOGLE_UNIVERSAL_ANALYTICS']['ACCOUNT'] = ga_account
|
||||
app.config['ANALYTICS']['ENABLED'] = True
|
||||
|
||||
register_blueprints(app)
|
||||
|
||||
Reference in New Issue
Block a user