Skip to content
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.

feat(clickAnalytics): Add clickAnalytics feature #548

Merged
merged 1 commit into from
Jun 20, 2018

Conversation

robertmogos
Copy link
Contributor

@robertmogos robertmogos commented Jun 19, 2018

Used to return the queryID

@robertmogos robertmogos requested review from PLNech and q-litzler June 19, 2018 14:52
@robertmogos robertmogos force-pushed the feat/clickAnalytics branch 2 times, most recently from 881b17c to b31f14a Compare June 19, 2018 14:58
@robertmogos robertmogos force-pushed the feat/clickAnalytics branch from b31f14a to fe76c49 Compare June 19, 2018 15:00
@robertmogos robertmogos changed the title feat(clickAnalytics): Add clickAnalytics setter and getter feat(clickAnalytics): Add clickAnalytics feature Jun 19, 2018
* @param enabled If set to true, the results will return queryID which is needed for sending click | conversion events. Defaults to false.
*/
public @NonNull
Query setClickAnalytics(Boolean enabled) {
Copy link
Member

Choose a reason for hiding this comment

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

Why not boolean (unnecessary boxing)?

Copy link
Member

Choose a reason for hiding this comment

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

We've been inconsistent across Query on this, worth a refactoring to harmonize

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added a task in asana to make it consistent around the client

@robertmogos robertmogos merged commit 78e4b73 into master Jun 20, 2018
@robertmogos robertmogos deleted the feat/clickAnalytics branch June 20, 2018 09:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants