# Sending Events

This guide shows you how to send the Storyly events to specific data platforms. You can use the following function of StorylyDelegate to redirect the Storyly events to your data platform:

func storylyEvent(_ storylyView: Storyly.StorylyView,
                  event: Storyly.StorylyEvent,
                  storyGroup: Storyly.StoryGroup?,
                  story: Storyly.Story?,
                  storyComponent: Storyly.StoryComponent?) {}
- (void)storylyEvent:(StorylyView *)storylyView
               event:(enum StorylyEvent)event
          storyGroup:(StoryGroup *)storyGroup
               story:(Story *)story
      storyComponent:(StoryComponent *)storyComponent {}

Tip

You can also check Storyly Events (opens new window)