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

'Set trait once' not working as expected #64

Open
ronaldsmartin opened this issue Jun 20, 2019 · 0 comments
Open

'Set trait once' not working as expected #64

ronaldsmartin opened this issue Jun 20, 2019 · 0 comments

Comments

@ronaldsmartin
Copy link

Hi folks,

I'm trying to create a user property that cannot be modified using the identify API. I've configured this in the Segment console as described in the docs (I did hit Save! 😄):
image

I would have expected the integration to fork here

if ([self.traitsToIncrement count] > 0 || [self.traitsToSetOnce count] > 0) {
and work as described. However, in Amplitude's console I'm seeing the value of that user property change after multiple calls. 😞

I'm guessing that the integration settings aren't getting updated appropriately. Any tips on troubleshooting this, or is there a way we can force the set-once behavior via the factory's configuration?

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

No branches or pull requests

1 participant