sendID3 (Browser)
From Engineering Client Portal
sendID3 is the timed metadata event and is used to support ID3 packets in HTTP Live Streaming (HLS). The ID3 payload must be passed as an object string in parameter 2.
Syntax
ggPM('55', ID3_Metadata_Object); // For VA users only
International (Germany) implementation
ggPM("sendID3", ID3_Metadata_Object); // Except VA users
Input Parameters
Parameter | Description |
---|---|
event | sendID3 |
ID3_Metadata_Object | contains the Id3 payload |
Notes
The player should extract the metadata from the stream and send to the SDK. The player should look for ‘PRIV’ ID3 tags and send ‘owner’ field (which typically starts from “www.nielsen.com”) through this API. Refer to Retrieving Browser ID3 Tags for more information.