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

Add analytics clicks event and update page views event #252

Merged
merged 1 commit into from
Nov 3, 2021

Conversation

stephh2
Copy link

@stephh2 stephh2 commented Nov 3, 2021

No description provided.

@stephh2 stephh2 force-pushed the analytics branch 2 times, most recently from 4e800ab to 1d385ce Compare November 3, 2021 20:16
@@ -27,7 +27,7 @@ type AnalyticsData struct {
AverageRating *float64 `json:"Average Rating"`
NewReviews *int `json:"Reviews"`
StorepagesSessions *int `json:"Storepages Sessions"`
StorepagesPageviews *int `json:"Page Views"`
StorepagesPageviews *int `json:"Pages Views"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry I don't have much context, did this change or was the old value just wrong?

if they changed the name behind a v param or something we would need to handle being able to unmarshal either version right?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It didn't change This was just wrong from get go I believe

@stephh2 stephh2 merged commit de8e69b into entities Nov 3, 2021
@stephh2 stephh2 deleted the analytics branch November 3, 2021 20:51
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

Successfully merging this pull request may close these issues.

2 participants