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

analyticsStructUpdates #266

Merged
merged 1 commit into from
Jan 21, 2022
Merged

analyticsStructUpdates #266

merged 1 commit into from
Jan 21, 2022

Conversation

jpjamipark
Copy link

  • add new values to analytics answers structs

@@ -61,6 +61,10 @@ type AnalyticsData struct {
CumulativeRating *float64 `json:"Rolling Average Rating"`
Competitor *string `json:"competitor"`
Clicks *int `json:"CLICKS"`
AnswersSearchesWithClicks *int `json:"ANSWERS_SEARCHES_WITH_CLICKS"`
Copy link

Choose a reason for hiding this comment

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

are these returned as uppercase?

Copy link

Choose a reason for hiding this comment

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

Should you also add Get functions for each of these below?

Copy link
Author

Choose a reason for hiding this comment

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

True! Added them now

Copy link

Choose a reason for hiding this comment

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

LGTM

Copy link

@stephh2 stephh2 left a comment

Choose a reason for hiding this comment

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

+2

@jpjamipark jpjamipark merged commit c03f9c1 into entities Jan 21, 2022
@jpjamipark jpjamipark deleted the analyticsStructUpdates branch January 21, 2022 18:59
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