nexxPLAY
  • Introduction
  • Javascript SDK
    • Basic Integration
    • Advanced Integration
    • Player Configuration
    • Player Management
    • Playback Control
  • iFrame Integration
    • Embed Codes
    • PostMessage Control
  • native Players
    • nexxPLAY for iOS
    • nexxPLAY for Android
    • nexxPLAY for Flutter
  • Platform Plugins
    • Google AMP
    • Wordpress Plugin
    • React Plugin
  • Integration Enhancements
    • Player UI
    • Audio Player
    • Player DataMode
    • Player Events
    • SDK Override Options
    • VAST Macros
    • GET Parameters
  • Widgets
    • Javascript SDK
    • iFrame Integration
    • Widgets for native Apps
      • iOS Widget
      • Android Widget
      • Android TV Channel
      • Windows 10 LiveTile
    • Widget React Plugin
    • Widget Override Options
  • more Integrations
    • WebViews
    • oEmbed Discovery
    • WebComponent
    • Preview Links
    • Cover Service
    • Reporting for external Players
  • Addons
  • Security and Accessibility
    • Data Protection and Security
    • GDPR and TCF 2.0
    • Accessibility and WCAG
  • Compatibility
  • Changelog
Powered by GitBook
On this page
  1. Integration Enhancements

GET Parameters

Besides the Possibility to configure nexxPLAY with Overrides, the Javascript SDK automatically interprets GET-Parameters of the current URL and configures the corresponding Overrides automatically.

Supported Parameters are

Parameter

Description

nxp_t

Defines the Offset, the Player will start at. This Parameter takes a Float and corresponds to the "delay" Configuration Option.

nxp_plswi

Defines the Index of a Container Element, the Player will start at. This Parameter takes an int (starting at 0) and corresponds to the "startPosition" Configuration Option.

nxp_plswn

Similar to nxp_plswi, but instead of defining the Index of the Container, this Parameter takes the ID of the Element to start with (and computes the Index then automatically).

nxp_sbpc

This Parameter defines the StartContext of the Player. It it rarely necessary to set this, but in some Situations, it may be usefull to set this Value to a supported Value to indicate the Origin of this Player.

These Parameters also work in iFrames, if they are appended to the iFrame URL.

PreviousVAST MacrosNextWidgets

Last updated 3 years ago