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

Support GA measurement protocol as a destination #115

Closed
vklimontovich opened this issue Nov 16, 2020 · 1 comment · Fixed by #148
Closed

Support GA measurement protocol as a destination #115

vklimontovich opened this issue Nov 16, 2020 · 1 comment · Fixed by #148
Assignees

Comments

@vklimontovich
Copy link
Contributor

vklimontovich commented Nov 16, 2020

Some users want to send data to GA instead of DWH

This issue is about research if this feature will work nicely along with our data infrastructure. Here's a link to GA protocol The preliminary design is:

  • User configures mapping that maps incoming JSON into one-level JSON:
{
   "tid": 1,
   "sid": 2
   ....
}

The adapted should treat property as measurement protocol parameter, convert JSON to parameter set and send them to GA.

@vklimontovich vklimontovich changed the title Research - support GA measurement protocol Support GA measurement protocol as a destination Nov 30, 2020
@vklimontovich
Copy link
Contributor Author

See #130 for GA data schema

@xtreding xtreding added this to Backlog in EventNative dev via automation Dec 14, 2020
@xtreding xtreding moved this from Backlog to In progress in EventNative dev Dec 15, 2020
@xtreding xtreding linked a pull request Dec 16, 2020 that will close this issue
EventNative dev automation moved this from In progress to Done Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants