How can I set the context with an IP address at this call site? When loading the Analytics library I currently use analytics.page(null, null, {}, {context: {ip: '0.0.0.0'}}); to prevent IP address from being recorded. Is there a similar means to do this in the Consent Manager?
Issue #29 raised a similar question and was closed without comment. Given the last comment from a Segment maintainer was 2.5 years ago, I thought it would better to open a new issue.
How can I set the
context
with an IP address at this call site? When loading the Analytics library I currently useanalytics.page(null, null, {}, {context: {ip: '0.0.0.0'}});
to prevent IP address from being recorded. Is there a similar means to do this in the Consent Manager?Issue #29 raised a similar question and was closed without comment. Given the last comment from a Segment maintainer was 2.5 years ago, I thought it would better to open a new issue.