NextDial Analytics & Reporting Integration

NextDial offer an analytical platform providing detailed station and listener metrics.

Integration involves configuration of an Icecast KH to send data directly to NextDial.

Requirements

  • NextDial Account
  • MediaCP 2.12.0 or newer

Integration

It is required to configure Icecast webhooks and headers to send data directly to NextDial. This can be achieved by following the steps below.

You may be required to change the number 3 in the URLs below (http://logger.nextdial.com.br/3/add) to an ID that is provided by NextDial Customer Service.

  1. Contact NextDial to Register your station
  2. Create an Icecast KH service
  3. Navigate to the Service [Configure] interface
  4. Navigate to the Advanced Tab
  5. Add the following configuration to the Custom XML
    <icecast>
    <mount>
    <max-listener-duration>43200</max-listener-duration>
    <authentication type="url">
    <option name="listener_add" value="http://logger.nextdial.com.br/3/add" />
    <option name="listener_remove" value="http://logger.nextdial.com.br/3/remove" />
    <option name="mount_remove" value="http://logger.nextdial.com.br/3/clear" />
    <option name="headers" value="forwarded,cookie,referer,x-forwarded-for,x-forwarded-host,x-forwarded-proto" />
    <option name="header_prefix" value="nextdial." />
    </authentication>
    </mount>
    </icecast>
  6. Press Update Configuration
  7. Restart the Icecast Service

 

  • integration, analytics
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

ClientExec Troubleshooting

If you are running into issues with your ClientExec integration the first thig to check is the...