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

fix(analytics-types): allow an array of objects as identity value type #914

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

Mercy811
Copy link
Contributor

@Mercy811 Mercy811 commented Nov 5, 2024

Summary

Jira: AMP-114927

Allow an array of objects as identify value type

    const identify = new Identify();
    const propertyValue = [
      {
        key1: 'value1',
        key2: 'value2',
      },
      {
        key1: 'value3',
        key2: 'value4',
      },
    ];
    identify.set('PROPERTY_NAME', propertyValue);

image

Checklist

  • Does your PR title have the correct title format?
  • Does your PR have a breaking change?:

@Mercy811 Mercy811 requested a review from izaaz November 5, 2024 00:56
@Mercy811 Mercy811 merged commit a6ddf9f into main Nov 5, 2024
5 checks passed
@Mercy811 Mercy811 deleted the AMP-114927-add-supported-datatypes-for-identify branch November 5, 2024 23:32
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