[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2019-12-03 UTC."],[],[],null,["# Namespace: analytics\n\n[test](/docs/reference/functions/test/test).analytics\n=====================================================\n\nnamespace static\n\nNamespace for testing Analytics functions using the Cloud Functions for Firebase Test SDK.\n\nMethods\n-------\n\n### exampleAnalyticsEvent\n\nstatic\n\nexampleAnalyticsEvent() returns functions.analytics.AnalyticsEvent\n\nFetch an example AnalyticsEvent already populated with data.\n\nReturns\n\n: `non-null functions.analytics.AnalyticsEvent`\n\n### makeAnalyticsEvent\n\nstatic\n\nmakeAnalyticsEvent(fields) returns functions.analytics.AnalyticsEvent\n\nFunction to create an Analytics event.\n\n| #### Parameter ||\n|--------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| fields | Object Fields of `AnalyticsEvent` to specify. Can be any subset of the fields in [functions.analytics.analyticsEvent](https://firebase.google.com/docs/reference/functions/functions.analytics.AnalyticsEvent). Value must not be null. |\n\nReturns\n\n: `non-null functions.analytics.AnalyticsEvent`"]]