1.1.8 • Published 11 months ago

@mparticle/event-models v1.1.8

Weekly downloads
314
License
Apache-2.0
Repository
github
Last release
11 months ago

npm

mParticle-event-models

A collection of event interfaces for mParticle Services using TypeScript.

Installation

npm install @mparticle/event-models

Usage

import {
    CustomEvent,
    CustomEventDataCustomEventTypeEnum,
    EventTypeEnum,
} from '@mparticle/event-models';

const sampleCustomEvent: CustomEvent = {
    event_type: EventTypeEnum.customEvent,
    data: {
        custom_event_type: CustomEventDataCustomEventTypeEnum.other,
        event_name: 'My custom event',
        custom_flags: {
            custom: 'flag',
        },
        custom_attributes: { key: 'locke' },
    },
};

License

Copyright 2019 mParticle, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

1.1.8

11 months ago

1.1.7

11 months ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0-alpha.2

4 years ago

1.1.0-alpha.1

4 years ago

1.1.0-alpha.0

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.3-alpha.0

4 years ago

0.0.2-alpha.0

4 years ago