eDition Documentation

  • Increase font size
  • Default font size
  • Decrease font size
Home eDition FLASH API Custom Statistic

Print Recommend

  • Custom Statistic

    actionCommand("customStatistic",objectName, subObjectName, page)

    // creates stat for custom events
    // objectName: STRING - for statistic, use web safe characters, max 30 (optional)
    // subObjectName: STRING - for statistic, use web safe characters, max 30 (optional)
    // page: NUMBER - current page (optional)
    You can merge similar events into one category-objectName. useful for navigation bars. It works like category parent-child system.
    // example: actionCommand("customStatistic","sidebar","my_event_1",5)
    // example: actionCommand("customStatistic","sidebar","my_event_2",5)
    // example: actionCommand("customStatistic","sidebar","my_event_3",5)
    // example: actionCommand("customStatistic","sidebar","my_event_4",5)
    or create unique statistic entry
    // example: actionCommand("customStatistic","Button_on_page","button_go",3)
    // example: actionCommand("customStatistic","Button_bottom","button_show",3)


Home eDition FLASH API Custom Statistic