Skip to content

Instantly share code, notes, and snippets.

@arvindkumarc
Last active December 13, 2015 05:26
Show Gist options
  • Select an option

  • Save arvindkumarc/c81ed3b26252f8615c86 to your computer and use it in GitHub Desktop.

Select an option

Save arvindkumarc/c81ed3b26252f8615c86 to your computer and use it in GitHub Desktop.
cep-attribute-definition
definitions:
- airports_visited:
event_category: 'airport'
event_action: 'visit'
pick_fields:
- 'airport_id'
functions:
- 'push'
- 'ignore_duplicates'
- seats_booked:
event_category: 'book'
event_action: 'ticket'
pick_fields:
- 'ticket_id'
- 'amount'
- 'flight_number'
- 'seats'
functions:
- 'push'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment