feat(google-analytics): update credential spec with new tool names

Add ga_get_user_demographics, ga_get_conversion_events, ga_get_landing_pages.
This commit is contained in:
Timothy
2026-03-09 15:21:09 -07:00
parent 73325c280c
commit 588fa1f9ea
@@ -15,6 +15,9 @@ GOOGLE_ANALYTICS_CREDENTIALS = {
"ga_get_realtime",
"ga_get_top_pages",
"ga_get_traffic_sources",
"ga_get_user_demographics",
"ga_get_conversion_events",
"ga_get_landing_pages",
],
required=True,
startup_required=False,