Feature Request: Address groups
See original GitHub issueThis feature will be implemented in the API as two parts:
- A request parameter when tracking an individual address.
- A new derivationStrategy type for all HD based calls.
Tracking
When tracking an individual address, passing an optional group
value (string) will set a grouping for the address. (ie. “xyz”).
So if I call track 5 times with 5 different addresses but all 5 times I add ?group=xyz, then all 5 of those addresses will be contained within group xyz.
HD based queries
In addition to current derivationStrategy, a new type will be created:
group-[xyz]
where xyz is the name of the group.
Any time a call is made using group-[xyz]
as the dS, it will perform the query as-if the addresses that were added into the group all came from the same derivationStrategy.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
[FEATURE REQUEST] Notes at Address-Group
I would like to have another input field behind each IP address to be able to write down a note 1 line is...
Read more >Feature Request List - Page 8 - LIVEcommunity - 209128
I'd like to submit a request to add the IP address column to the address-group Export. This will allow an export of each...
Read more >What is a Feature Request? Understanding User Feedback
Feature requests are ideas, comments, messages, or specific customer inquiries asking for a particular function to be added to your product. Typically, a...
Read more >What Is Feature Request Management? Definition ...
Feature request management prioritizes customer feature requests to help businesses grow and improve products.
Read more >Feature requests for new Google Groups: MODERATORS ...
This isn't a help post, i just wanted to request some features for the new Google Groups layout. Features that I think will...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I don’t think anyone has worked on this.
Has there been work done on this? If not I would like to work on it.