Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analytics Data Service #349

Open
alexxiroma opened this issue Aug 8, 2022 · 2 comments
Open

Analytics Data Service #349

alexxiroma opened this issue Aug 8, 2022 · 2 comments
Assignees

Comments

@alexxiroma
Copy link

how can i add new dimension or new metric, help me please

const metric = AnalyticsData.newMetric();
metric.name = 'activeUsers';

const dimension = AnalyticsData.newDimension();
dimension.name = ('platform');
@ikuleshov
Copy link
Contributor

Hello,

Please check out the following example script.

@t3hyx
Copy link

t3hyx commented Nov 16, 2022

Hello @ikuleshov

The script example from google you shared does not explain how to add multiple metrics/dimensions. Obviously the OP known about this example script otherwise he wouldn't be able to talk about the AnalyticsData. method...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants