<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://nielsentest.mywikis.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=SurabhiGupta</id>
	<title>Engineering Client Portal - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://nielsentest.mywikis.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=SurabhiGupta"/>
	<link rel="alternate" type="text/html" href="https://nielsentest.mywikis.net/wiki/Special:Contributions/SurabhiGupta"/>
	<updated>2026-04-30T13:58:56Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://nielsentest.mywikis.net/w/index.php?title=SEI_Ad_Audit_Ping&amp;diff=7025</id>
		<title>SEI Ad Audit Ping</title>
		<link rel="alternate" type="text/html" href="https://nielsentest.mywikis.net/w/index.php?title=SEI_Ad_Audit_Ping&amp;diff=7025"/>
		<updated>2026-04-27T17:47:01Z</updated>

		<summary type="html">&lt;p&gt;SurabhiGupta: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Breadcrumb|}} {{Breadcrumb|Digital}} {{Breadcrumb|Digital Ad Ratings}}  {{CurrentBreadcrumb}}&lt;br /&gt;
[[Category:Digital]]&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
The Nielsen Server-to-Server (S2S) solution needs audit pings for audience validation. The audit pings are https requests that are fired at least once per session. It primarily contains URL parameters with a randomly generated Session Identifier, Integration Identifier, and a timestamp that is matched to the server-side traffic.&lt;br /&gt;
&lt;br /&gt;
The end user device makes a request to Nielsen Collections servers at least once per Session. Sessions are defined as continuous interaction with the application, as defined by the Publisher. The Audit pings are executed ideally at the beginning of the Session or upon first ad exposure. Audit Pings may optionally fire more often, for example: fired upon each ad exposure if preferred.&lt;br /&gt;
&lt;br /&gt;
Audit Pings are intended to be as light-weight, generic as possible, and contain no personal identifiers, campaign information, or advertisement metadata.&lt;br /&gt;
&lt;br /&gt;
== Ping Structure ==&lt;br /&gt;
Requests should be executed with the following convention structure:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;https://audit.imrworldwide.com/cgi-bin/gn?prd=audit&amp;amp;+&amp;lt;/nowiki&amp;gt;'''[query parameters]'''&lt;br /&gt;
(Please note that this URL may require updates in response to changes in the market.)&lt;br /&gt;
&lt;br /&gt;
The Audit Ping will carry all parameters in the matrix later in this document. Under normal operating circumstances, the Nielsen collection system will return the following response codes:&lt;br /&gt;
&lt;br /&gt;
* 302: A redirect to another Nielsen domain, used for the purpose of generating a URL compatible with Nielsen streaming meters&lt;br /&gt;
* 200: The ping was successfully received, inspect traffic to ensure no CORS error&lt;br /&gt;
&lt;br /&gt;
== Audit Ping Implementation Details ==&lt;br /&gt;
&lt;br /&gt;
* SessionID is ideally generated when the application is initiated, optionally upon first ad exposure&lt;br /&gt;
* Audit Pings should be executed at least every time a SessionID is created&lt;br /&gt;
* It is permissible for Audit Pings to fire more frequently than once per session (for example, upon each ad exposure, or page change, etc.)&lt;br /&gt;
* It is permissible for SessionIDs to change within a session, so long as the Audit Ping is fired again ensuring that the ImpID parameter reflects the same new SessionID&lt;br /&gt;
* For security reasons, downstream servers reject cross-origin HTTP requests with preflight. To ensure that audit ping requests are accepted, allowable Content-Types like &amp;quot;text/plain&amp;quot; in simple GET requests ensure that preflight requests are not invoked, which is the preferred behavior.&lt;br /&gt;
&lt;br /&gt;
== Relay Audit Ping (Server to Server) ==&lt;br /&gt;
The relay audit ping is an alternative to the standard audit ping, which is more privacy friendly, since it does not require direct calls from the user client device to the Nielsen backend. It also allows partners to mask XFF (X-Forwarded-For) /24 (IPv4) or /48 (IPv6) as well as control HTTP Client Hints. This can however limit Nielsen’s ability to enrich the collected data using geo resolution, device classification and GIVT, if the partner chooses to severely limit or filter completely the original client IP and User Agent. As a result the implementation of relay audit ping may require additional characteristics to be sent via the exposure logs in order to compensate for the loss of signal. For more details please refer to the Viewing Spec.&lt;br /&gt;
The relay audit ping is implemented using a two legged approach described below. The additional pairing ping becomes necessary, since relayed audit ping cannot be used to redirect the user client for panel matching purposes.&lt;br /&gt;
&lt;br /&gt;
# Pairing Ping. This is an end-user-device-initiated ping with partner-owned root domain and SessionID included in subdomain. It is used for panel matching. Nielsen meters will be trained to recognize the unique domain format. Example: &amp;lt;nowiki&amp;gt;https://2576459933726989.darnuid&amp;lt;/nowiki&amp;gt;.[publisher-domain].com&lt;br /&gt;
# Relay Audit Ping. This is an end-user-device-initiated audit ping relayed by the partner's backend (via proxy server) with furnished URL parameters outlined below. Example: &amp;lt;nowiki&amp;gt;https://audit.imrworldwide.com/cgi-bin/gn?prd=audit&amp;amp;intid=fgrclqou0dzb1u4jq2jecoyvza&amp;amp;apid=FCGG4EC1-E0f4-B465-Ef40-070AAD3173A1&amp;amp;sessionid=2576459933726989&amp;amp;product=dtvr&amp;amp;createtm=1643858542&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Audit Ping.png|center]]&lt;br /&gt;
&lt;br /&gt;
== Query Parameters ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Parameter&lt;br /&gt;
!Description&lt;br /&gt;
!Mandatory?&lt;br /&gt;
!Specified By&lt;br /&gt;
!Format Example&lt;br /&gt;
|-&lt;br /&gt;
|intid&lt;br /&gt;
|Single ID assigned per integration for all audit pings across platforms&lt;br /&gt;
|Yes&lt;br /&gt;
|Nielsen&lt;br /&gt;
|a9ddf15ea054ea415718767ea6&lt;br /&gt;
|-&lt;br /&gt;
|apid&lt;br /&gt;
|Server App ID assigned by Nielsen&lt;br /&gt;
|Only required for content measurement&lt;br /&gt;
|Nielsen&lt;br /&gt;
|Alphanumeric application identifier assigned by Nielsen by platform&lt;br /&gt;
|-&lt;br /&gt;
|sessionid&lt;br /&gt;
|Unique id generated when video player is instantiated&lt;br /&gt;
|Yes&lt;br /&gt;
|Client&lt;br /&gt;
|Format: alphanumeric, Example: 16 char guid&lt;br /&gt;
|-&lt;br /&gt;
|product&lt;br /&gt;
|Indicates which product audit ping content corresponds to&lt;br /&gt;
|Yes&lt;br /&gt;
|Client&lt;br /&gt;
|Format: alphanumeric, Example: “dar”, “dcr”, “dtvr”&lt;br /&gt;
|-&lt;br /&gt;
|createtm&lt;br /&gt;
|Time the ping was fired&lt;br /&gt;
|Yes&lt;br /&gt;
|Client&lt;br /&gt;
|Format: UnixTime “1643858542”&lt;br /&gt;
|}&lt;br /&gt;
'''Generic Ping Format:'''&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;https://audit.imrworldwide.com/cgi-bin/gn?prd=audit&amp;lt;/nowiki&amp;gt;&amp;amp;intid=&amp;lt;Integration id&amp;gt;&amp;amp;apid=&amp;lt;App id&amp;gt;&amp;amp;sessionid=&amp;lt;Session Id&amp;gt;&amp;amp;product=&amp;lt;dar&amp;gt;&amp;amp;createtm=&amp;lt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Audit Ping Example:'''&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;https://audit.imrworldwide.com/cgi-bin/gn?prd=audit&amp;amp;intid=a9ddf15ea054ea415718767ea6&amp;amp;apid=FC984EC1-E044-B465-E040-070AAD3173A1&amp;amp;sessionid=2576459933726989&amp;amp;product=dar&amp;amp;createtm=1643858542&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Nielsen One Ads Impression Implementation Details ==&lt;br /&gt;
A new Impression ID parameter specified as &amp;quot;&amp;amp;impid&amp;quot; that exactly matches the SessionID included in the Audit Pings.&lt;br /&gt;
&lt;br /&gt;
'''Example Nielsen One Ads Ping:'''&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;https://secure-us.imrworldwide.com/cgi-bin/m?ci=us-201234h&amp;amp;cg=0&amp;lt;/nowiki&amp;gt;[...]&amp;amp;impid=2576459933726989&amp;amp;rnd=164403011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Supported IP and UA attributes and their order of precedence:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|'''IP Address Attributes'''&lt;br /&gt;
|'''UA String Attributes'''&lt;br /&gt;
|-&lt;br /&gt;
|Query String -&amp;gt; &amp;amp;clientip&lt;br /&gt;
|HTTP Header -&amp;gt; X-Device-User-Agent&lt;br /&gt;
|-&lt;br /&gt;
|Query String -&amp;gt; &amp;amp;ip&lt;br /&gt;
|HTTP Header -&amp;gt; User-Agent&lt;br /&gt;
|-&lt;br /&gt;
|HTTP Header -&amp;gt; X-Forwarded-For (left most ip)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|TCP connection socket&lt;br /&gt;
|&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>SurabhiGupta</name></author>
	</entry>
	<entry>
		<id>https://nielsentest.mywikis.net/w/index.php?title=SEI_Ad_Audit_Ping&amp;diff=7024</id>
		<title>SEI Ad Audit Ping</title>
		<link rel="alternate" type="text/html" href="https://nielsentest.mywikis.net/w/index.php?title=SEI_Ad_Audit_Ping&amp;diff=7024"/>
		<updated>2026-04-27T17:37:11Z</updated>

		<summary type="html">&lt;p&gt;SurabhiGupta: /* Ping Structure */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Breadcrumb|}} {{Breadcrumb|Digital}} {{Breadcrumb|Digital Ad Ratings}}  {{CurrentBreadcrumb}}&lt;br /&gt;
[[Category:Digital]]&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
The Nielsen Server-to-Server (S2S) solution needs audit pings for audience validation. The audit pings are https requests that are fired at least once per session. It primarily contains URL parameters with a randomly generated Session Identifier, Integration Identifier, and a timestamp that is matched to the server-side traffic.&lt;br /&gt;
&lt;br /&gt;
The end user device makes a request to Nielsen Collections servers at least once per Session. Sessions are defined as continuous interaction with the application, as defined by the Publisher. The Audit pings are executed ideally at the beginning of the Session or upon first ad exposure. Audit Pings may optionally fire more often, for example: fired upon each ad exposure if preferred.&lt;br /&gt;
&lt;br /&gt;
Audit Pings are intended to be as light-weight, generic as possible, and contain no personal identifiers, campaign information, or advertisement metadata.&lt;br /&gt;
&lt;br /&gt;
== Ping Structure ==&lt;br /&gt;
Requests should be executed with the following convention structure:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;https://audit.imrworldwide.com/cgi-bin/gn?prd=audit&amp;amp;+&amp;lt;/nowiki&amp;gt;'''[query parameters]'''&lt;br /&gt;
(Please note that this URL may require updates in response to changes in the market.)&lt;br /&gt;
&lt;br /&gt;
The Audit Ping will carry all parameters in the matrix later in this document. Under normal operating circumstances, the Nielsen collection system will return the following response codes:&lt;br /&gt;
&lt;br /&gt;
* 302: A redirect to another Nielsen domain, used for the purpose of generating a URL compatible with Nielsen streaming meters&lt;br /&gt;
* 200: The ping was successfully received, inspect traffic to ensure no CORS error&lt;br /&gt;
&lt;br /&gt;
== Audit Ping Implementation Details ==&lt;br /&gt;
&lt;br /&gt;
* SessionID is ideally generated when the application is initiated, optionally upon first ad exposure&lt;br /&gt;
* Audit Pings should be executed at least every time a SessionID is created&lt;br /&gt;
* It is permissible for Audit Pings to fire more frequently than once per session (for example, upon each ad exposure, or page change, etc.)&lt;br /&gt;
* It is permissible for SessionIDs to change within a session, so long as the Audit Ping is fired again ensuring that the ImpID parameter reflects the same new SessionID&lt;br /&gt;
* For security reasons, downstream servers reject cross-origin HTTP requests with preflight. To ensure that audit ping requests are accepted, allowable Content-Types like &amp;quot;text/plain&amp;quot; in simple GET requests ensure that preflight requests are not invoked, which is the preferred behavior.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Parameter&lt;br /&gt;
!Description&lt;br /&gt;
!Mandatory?&lt;br /&gt;
!Specified By&lt;br /&gt;
!Format Example&lt;br /&gt;
|-&lt;br /&gt;
|intid&lt;br /&gt;
|Single ID assigned per integration for all audit pings across platforms&lt;br /&gt;
|Yes&lt;br /&gt;
|Nielsen&lt;br /&gt;
|a9ddf15ea054ea415718767ea6&lt;br /&gt;
|-&lt;br /&gt;
|apid&lt;br /&gt;
|Server App ID assigned by Nielsen&lt;br /&gt;
|Only required for content measurement&lt;br /&gt;
|Nielsen&lt;br /&gt;
|Alphanumeric application identifier assigned by Nielsen by platform&lt;br /&gt;
|-&lt;br /&gt;
|sessionid&lt;br /&gt;
|Unique id generated when video player is instantiated&lt;br /&gt;
|Yes&lt;br /&gt;
|Client&lt;br /&gt;
|Format: alphanumeric, Example: 16 char guid&lt;br /&gt;
|-&lt;br /&gt;
|product&lt;br /&gt;
|Indicates which product audit ping content corresponds to&lt;br /&gt;
|Yes&lt;br /&gt;
|Client&lt;br /&gt;
|Format: alphanumeric, Example: “dar”, “dcr”, “dtvr”&lt;br /&gt;
|-&lt;br /&gt;
|createtm&lt;br /&gt;
|Time the ping was fired&lt;br /&gt;
|Yes&lt;br /&gt;
|Client&lt;br /&gt;
|Format: UnixTime “1643858542”&lt;br /&gt;
|}&lt;br /&gt;
'''Generic Ping Format:'''&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;https://audit.imrworldwide.com/cgi-bin/gn?prd=audit&amp;lt;/nowiki&amp;gt;&amp;amp;intid=&amp;lt;Integration id&amp;gt;&amp;amp;apid=&amp;lt;App id&amp;gt;&amp;amp;sessionid=&amp;lt;Session Id&amp;gt;&amp;amp;product=&amp;lt;dar&amp;gt;&amp;amp;createtm=&amp;lt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Audit Ping Example:'''&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;https://audit.imrworldwide.com/cgi-bin/gn?prd=audit&amp;amp;intid=a9ddf15ea054ea415718767ea6&amp;amp;apid=FC984EC1-E044-B465-E040-070AAD3173A1&amp;amp;sessionid=2576459933726989&amp;amp;product=dar&amp;amp;createtm=1643858542&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Nielsen One Ads Impression Implementation Details ==&lt;br /&gt;
A new Impression ID parameter specified as &amp;quot;&amp;amp;impid&amp;quot; that exactly matches the SessionID included in the Audit Pings.&lt;br /&gt;
&lt;br /&gt;
'''Example Nielsen One Ads Ping:'''&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;https://secure-us.imrworldwide.com/cgi-bin/m?ci=us-201234h&amp;amp;cg=0&amp;lt;/nowiki&amp;gt;[...]&amp;amp;impid=2576459933726989&amp;amp;rnd=164403011&lt;/div&gt;</summary>
		<author><name>SurabhiGupta</name></author>
	</entry>
	<entry>
		<id>https://nielsentest.mywikis.net/w/index.php?title=Digital_Measurement_Content_Audit_Beacon&amp;diff=7023</id>
		<title>Digital Measurement Content Audit Beacon</title>
		<link rel="alternate" type="text/html" href="https://nielsentest.mywikis.net/w/index.php?title=Digital_Measurement_Content_Audit_Beacon&amp;diff=7023"/>
		<updated>2026-04-27T17:35:19Z</updated>

		<summary type="html">&lt;p&gt;SurabhiGupta: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Breadcrumb|}} {{Breadcrumb|Digital}} {{Breadcrumb|US DCR &amp;amp; DTVR }} {{CurrentBreadcrumb}}&lt;br /&gt;
&lt;br /&gt;
The Nielsen server-to-server solution requires audit pings for the purpose of validating audience reach and video viewing duration; one start and one end for each video stream. Pings originate from the end-user device to Nielsen Collections servers. End pings execute upon cessation of playback.&lt;br /&gt;
==Ping Structure==&lt;br /&gt;
Ping is executed with following convention:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;https://'''[to_be_provided]'''.imrworldwide.com/cgi-bin/gn?prd=audit&amp;amp;+'''[query parameters]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Start Audit Ping carries all parameters in the table below. The End Audit Ping carries a subset of the parameters in the matrix below as denoted in the mandatory column.  &lt;br /&gt;
&lt;br /&gt;
Under normal operating circumstances, the audit ping server returns the following codes:&lt;br /&gt;
*Audit ping servers reject cross-origin HTTP requests with preflight. To ensure that audit ping requests are accepted, allowable Content-Types like &amp;quot;text/plain&amp;quot; in simple GET requests ensure that preflight requests are not invoked&lt;br /&gt;
*200: Ping successfully received, inspect traffic to ensure no CORS errors&lt;br /&gt;
*302: A redirect to another Nielsen domain, used for the purpose of generating a URL compatible with Nielsen streaming meters&lt;br /&gt;
=Session &amp;amp; Stream=&lt;br /&gt;
#Sessions&lt;br /&gt;
##Optionally, a new Session ID may be created when a new player is created&lt;br /&gt;
##If more than one video player exists within the same App (e.g. picture in picture) a different Session ID is required for each&lt;br /&gt;
#Streams&lt;br /&gt;
##New Stream ID is generated for each new video stream.&lt;br /&gt;
##If stream playback continues after 24 hours, then a new Stream ID should be created and a new Audit ping should be executed (Session ID may remain)&lt;br /&gt;
##Stream ID remains the same independent of fast-forward, rewind, pause, events assuming the asset remains the same&lt;br /&gt;
##If playback is suspended for greater than 30mins (paused or otherwise suspended), a new Stream ID should be assigned upon return&lt;br /&gt;
#Audit Pings&lt;br /&gt;
##Audit pings should be fired at the beginning and end of a stream. These will be referred to as the Audit Start Ping and the Audit End Ping&lt;br /&gt;
&lt;br /&gt;
== Relay Audit Ping (Server to Server) ==&lt;br /&gt;
The relay audit ping is an alternative to the standard audit ping, which is more privacy friendly, since it does not require direct calls from the user client device to the Nielsen backend. It also allows partners to mask XFF (X-Forwarded-For) /24 (IPv4) or /48 (IPv6) as well as control HTTP Client Hints. This can however limit Nielsen’s ability to enrich the collected data using geo resolution, device classification and GIVT, if the partner chooses to severely limit or filter completely the original client IP and User Agent. As a result the implementation of relay audit ping may require additional characteristics to be sent via the exposure logs in order to compensate for the loss of signal. For more details please refer to the Viewing Spec.&lt;br /&gt;
The relay audit ping is implemented using a two legged approach described below. The additional pairing ping becomes necessary, since relayed audit ping cannot be used to redirect the user client for panel matching purposes.&lt;br /&gt;
&lt;br /&gt;
# Pairing Ping. This is an end-user-device-initiated ping with partner-owned root domain and SessionID included in subdomain. It is used for panel matching. Nielsen meters will be trained to recognize the unique domain format. Example: &amp;lt;nowiki&amp;gt;https://2576459933726989.darnuid&amp;lt;/nowiki&amp;gt;.[publisher-domain].com&lt;br /&gt;
# Relay Audit Ping. This is an end-user-device-initiated audit ping relayed by the partner's backend (via proxy server) with furnished URL parameters outlined below. Example: &amp;lt;nowiki&amp;gt;https://audit.imrworldwide.com/cgi-bin/gn?prd=audit&amp;amp;intid=fgrclqou0dzb1u4jq2jecoyvza&amp;amp;apid=FCGG4EC1-E0f4-B465-Ef40-070AAD3173A1&amp;amp;sessionid=2576459933726989&amp;amp;product=dtvr&amp;amp;createtm=1643858542&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Audit Ping.png|center]]&lt;br /&gt;
&lt;br /&gt;
=Query Parameters=&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!'''Parameter'''&lt;br /&gt;
!'''Description'''&lt;br /&gt;
!'''Required'''&lt;br /&gt;
!'''Specified'''&lt;br /&gt;
!'''Format / Example'''&lt;br /&gt;
|-&lt;br /&gt;
|apid&lt;br /&gt;
|Server App ID assigned by Nielsen&lt;br /&gt;
|Yes&lt;br /&gt;
|Nielsen&lt;br /&gt;
|Example: &amp;lt;code&amp;gt;A487421B-XXXX-YYYY-8343-E3BBB66E44F2&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|sessionid&lt;br /&gt;
|Unique, client generated value that represents the start of a user session. “Session” is defined as continuous (flexible) interaction with an application that may span multiple streams.&lt;br /&gt;
|Yes&lt;br /&gt;
|Client&lt;br /&gt;
|Format: alphanumeric Example: Random GUID: &amp;lt;code&amp;gt;ce6c1c95-de3e-431e-b11e-77…&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|streamid&lt;br /&gt;
|ID for every new instance of exposure to a different asset&lt;br /&gt;
|Yes&lt;br /&gt;
|Client&lt;br /&gt;
|Example: Random GUID: &amp;lt;code&amp;gt;ce6c1c95-de3e-431e-b11e-77…&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|pingtype&lt;br /&gt;
|Indicator for ping type: &amp;quot;start&amp;quot; or &amp;quot;end&amp;quot; audit ping&lt;br /&gt;
|Yes&lt;br /&gt;
|Client&lt;br /&gt;
|Format: integer,&lt;br /&gt;
*&amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt; = Start Stream&lt;br /&gt;
*&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt; = Start Session&lt;br /&gt;
*&amp;lt;code&amp;gt;3&amp;lt;/code&amp;gt; = End Stream&lt;br /&gt;
*&amp;lt;code&amp;gt;2&amp;lt;/code&amp;gt; = End Session&lt;br /&gt;
|-&lt;br /&gt;
|product&lt;br /&gt;
|Indicates which product audit ping corresponds to&lt;br /&gt;
|Yes&lt;br /&gt;
|Client&lt;br /&gt;
|Format: alphanumeric, Example: &amp;lt;code&amp;gt;dcr&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dtvr&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dar&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|uoo&lt;br /&gt;
|User opt out flag for demographic measurement&lt;br /&gt;
|Yes, if devid/HHID provided&lt;br /&gt;
|Client&lt;br /&gt;
|Format: integer&lt;br /&gt;
*&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt; = not opt-out&lt;br /&gt;
*&amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt; = opt-out&lt;br /&gt;
|-&lt;br /&gt;
|devid&lt;br /&gt;
|Mobile Ad ID (IDFA, ADID), Connected Device ID&lt;br /&gt;
|Optional, or in S2S file&lt;br /&gt;
|Client&lt;br /&gt;
|Only for Start Mobile Ping. User for demo assignment. Required, if no other interoperable id match exists for the integration&lt;br /&gt;
Example:&amp;lt;code&amp;gt;A487421B-XXXX-YYYY-8343-E3BBB66E44F2&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;hhid&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;House Hold ID. Used as a primary match key to external data sources.&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Optional, or in S2S file.&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Client&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;s&amp;gt;B0EOFEDgD&amp;lt;/s&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|createtm&lt;br /&gt;
|Time ping is initiated&lt;br /&gt;
|Yes&lt;br /&gt;
|Client&lt;br /&gt;
|Format: Unix timestamp in 32-bit unsigned int in seconds Example: &amp;lt;code&amp;gt;1577858505&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|intid&lt;br /&gt;
|Single ID assigned per integration for all audit pings across platforms&lt;br /&gt;
|Yes&lt;br /&gt;
|Nielsen&lt;br /&gt;
|Example:&lt;br /&gt;
xpgclqou0dzb1ugjq2jgcoyvza&lt;br /&gt;
|}'''Audit Ping Start Example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;[https://secure-audit.imrworldwide.com/cgi-bin/gn?prd=audit&amp;amp;apid=FC984EC1-E044-B465-E040-070AAD3173A1&amp;amp;sessionid=2576459933726989&amp;amp;streamid=3679422587354472&amp;amp;pingtype=0&amp;amp;product=ctv&amp;amp;uoo=1&amp;amp;createtm=1577858505&amp;amp;devid=4AB6FCE2-2848-4FA8-9BE3-46E206206AB https://audit.imrworldwide.com/cgi-bin/gn?prd=audit&amp;amp;intid=fgrclqou0dzb1u4jq2jecoyvza&amp;amp;apid=FC984EC1-E044-B465-E040-070AAD3173A1&amp;amp;sessionid=2576459933726989&amp;amp;streamid=3679422587354472&amp;amp;pingtype=0&amp;amp;product=ctv&amp;amp;uoo=1&amp;amp;createtm=1577858505&amp;amp;devid=4AB6FCE2-2848-4FA8-9BE3-46E206206AB]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Audit Ping End Example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;[https://secure-audit.imrworldwide.com/cgi-bin/gn?prd=audit&amp;amp;apid=FC984EC1-E044-B465-E040-070AAD3173A1&amp;amp;sessionid=2576459933726989&amp;amp;streamid=3679422587354472&amp;amp;pingtype=2&amp;amp;product=ctv&amp;amp;uoo=1&amp;amp;createtm=1577859637 https://audit.imrworldwide.com/cgi-bin/gn?prd=audit&amp;amp;intid=fgrclqou0dzb1u4jq2jecoyvza'''intid=fgrclqou0dzb1u4jq2jecoyvza'''&amp;amp;apid=FC984EC1-E044-B465-E040-070AAD3173A1&amp;amp;sessionid=2576459933726989&amp;amp;streamid=3679422587354472&amp;amp;pingtype=2&amp;amp;produ]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;[https://secure-audit.imrworldwide.com/cgi-bin/gn?prd=audit&amp;amp;apid=FC984EC1-E044-B465-E040-070AAD3173A1&amp;amp;sessionid=2576459933726989&amp;amp;streamid=3679422587354472&amp;amp;pingtype=2&amp;amp;product=ctv&amp;amp;uoo=1&amp;amp;createtm=1577859637 ct=ctv&amp;amp;uoo=1&amp;amp;createtm=1577859637]&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>SurabhiGupta</name></author>
	</entry>
	<entry>
		<id>https://nielsentest.mywikis.net/w/index.php?title=File:Audit_Ping.png&amp;diff=7022</id>
		<title>File:Audit Ping.png</title>
		<link rel="alternate" type="text/html" href="https://nielsentest.mywikis.net/w/index.php?title=File:Audit_Ping.png&amp;diff=7022"/>
		<updated>2026-04-27T14:46:02Z</updated>

		<summary type="html">&lt;p&gt;SurabhiGupta: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Architecture of relayed audit ping&lt;/div&gt;</summary>
		<author><name>SurabhiGupta</name></author>
	</entry>
	<entry>
		<id>https://nielsentest.mywikis.net/w/index.php?title=Digital_Measurement_Content_Audit_Beacon&amp;diff=6954</id>
		<title>Digital Measurement Content Audit Beacon</title>
		<link rel="alternate" type="text/html" href="https://nielsentest.mywikis.net/w/index.php?title=Digital_Measurement_Content_Audit_Beacon&amp;diff=6954"/>
		<updated>2026-02-05T15:11:53Z</updated>

		<summary type="html">&lt;p&gt;SurabhiGupta: striked hhid as it is not present in code&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Breadcrumb|}} {{Breadcrumb|Digital}} {{Breadcrumb|US DCR &amp;amp; DTVR }} {{CurrentBreadcrumb}}&lt;br /&gt;
&lt;br /&gt;
The Nielsen server-to-server solution requires audit pings for the purpose of validating audience reach and video viewing duration; one start and one end for each video stream. Pings originate from the end-user device to Nielsen Collections servers. End pings execute upon cessation of playback.&lt;br /&gt;
==Ping Structure==&lt;br /&gt;
Ping is executed with following convention:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;https://'''[to_be_provided]'''.imrworldwide.com/cgi-bin/gn?prd=audit&amp;amp;+'''[query parameters]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Start Audit Ping carries all parameters in the table below. The End Audit Ping carries a subset of the parameters in the matrix below as denoted in the mandatory column.  &lt;br /&gt;
&lt;br /&gt;
Under normal operating circumstances, the audit ping server returns the following codes:&lt;br /&gt;
*Audit ping servers reject cross-origin HTTP requests with preflight. To ensure that audit ping requests are accepted, allowable Content-Types like &amp;quot;text/plain&amp;quot; in simple GET requests ensure that preflight requests are not invoked&lt;br /&gt;
*200: Ping successfully received, inspect traffic to ensure no CORS errors&lt;br /&gt;
*302: A redirect to another Nielsen domain, used for the purpose of generating a URL compatible with Nielsen streaming meters&lt;br /&gt;
=Session &amp;amp; Stream=&lt;br /&gt;
#Sessions&lt;br /&gt;
##Optionally, a new Session ID may be created when a new player is created&lt;br /&gt;
##If more than one video player exists within the same App (e.g. picture in picture) a different Session ID is required for each&lt;br /&gt;
#Streams&lt;br /&gt;
##New Stream ID is generated for each new video stream.&lt;br /&gt;
##If stream playback continues after 24 hours, then a new Stream ID should be created and a new Audit ping should be executed (Session ID may remain)&lt;br /&gt;
##Stream ID remains the same independent of fast-forward, rewind, pause, events assuming the asset remains the same&lt;br /&gt;
##If playback is suspended for greater than 30mins (paused or otherwise suspended), a new Stream ID should be assigned upon return&lt;br /&gt;
#Audit Pings&lt;br /&gt;
##Audit pings should be fired at the beginning and end of a stream. These will be referred to as the Audit Start Ping and the Audit End Ping&lt;br /&gt;
=Query Parameters=&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!'''Parameter'''&lt;br /&gt;
!'''Description'''&lt;br /&gt;
!'''Required'''&lt;br /&gt;
!'''Specified'''&lt;br /&gt;
!'''Format / Example'''&lt;br /&gt;
|-&lt;br /&gt;
|apid&lt;br /&gt;
|Server App ID assigned by Nielsen&lt;br /&gt;
|Yes&lt;br /&gt;
|Nielsen&lt;br /&gt;
|Example: &amp;lt;code&amp;gt;A487421B-XXXX-YYYY-8343-E3BBB66E44F2&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|sessionid&lt;br /&gt;
|Unique, client generated value that represents the start of a user session. “Session” is defined as continuous (flexible) interaction with an application that may span multiple streams.&lt;br /&gt;
|Yes&lt;br /&gt;
|Client&lt;br /&gt;
|Format: alphanumeric Example: Random GUID: &amp;lt;code&amp;gt;ce6c1c95-de3e-431e-b11e-77…&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|streamid&lt;br /&gt;
|ID for every new instance of exposure to a different asset&lt;br /&gt;
|Yes&lt;br /&gt;
|Client&lt;br /&gt;
|Example: Random GUID: &amp;lt;code&amp;gt;ce6c1c95-de3e-431e-b11e-77…&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|pingtype&lt;br /&gt;
|Indicator for ping type: &amp;quot;start&amp;quot; or &amp;quot;end&amp;quot; audit ping&lt;br /&gt;
|Yes&lt;br /&gt;
|Client&lt;br /&gt;
|Format: integer,&lt;br /&gt;
*&amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt; = Start Stream&lt;br /&gt;
*&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt; = Start Session&lt;br /&gt;
*&amp;lt;code&amp;gt;3&amp;lt;/code&amp;gt; = End Stream&lt;br /&gt;
*&amp;lt;code&amp;gt;2&amp;lt;/code&amp;gt; = End Session&lt;br /&gt;
|-&lt;br /&gt;
|product&lt;br /&gt;
|Indicates which product audit ping corresponds to&lt;br /&gt;
|Yes&lt;br /&gt;
|Client&lt;br /&gt;
|Format: alphanumeric, Example: &amp;lt;code&amp;gt;dcr&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dtvr&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dar&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;ctv&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|uoo&lt;br /&gt;
|User opt out flag for demographic measurement&lt;br /&gt;
|Yes, if devid/HHID provided&lt;br /&gt;
|Client&lt;br /&gt;
|Format: integer&lt;br /&gt;
*&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt; = not opt-out&lt;br /&gt;
*&amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt; = opt-out&lt;br /&gt;
|-&lt;br /&gt;
|devid&lt;br /&gt;
|Mobile Ad ID (IDFA, ADID), Connected Device ID&lt;br /&gt;
|Optional, or in S2S file&lt;br /&gt;
|Client&lt;br /&gt;
|Only for Start Mobile Ping. User for demo assignment. Required, if no other interoperable id match exists for the integration&lt;br /&gt;
Example:&amp;lt;code&amp;gt;A487421B-XXXX-YYYY-8343-E3BBB66E44F2&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;hhid&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;House Hold ID. Used as a primary match key to external data sources.&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Optional, or in S2S file.&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Client&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;s&amp;gt;B0EOFEDgD&amp;lt;/s&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|createtm&lt;br /&gt;
|Time ping is initiated&lt;br /&gt;
|Yes&lt;br /&gt;
|Client&lt;br /&gt;
|Format: Unix timestamp in 32-bit unsigned int in seconds Example: &amp;lt;code&amp;gt;1577858505&amp;lt;/code&amp;gt;&lt;br /&gt;
|}'''Audit Ping Start Example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;https://secure-audit.imrworldwide.com/cgi-bin/gn?prd=audit&amp;amp;apid=FC984EC1-E044-B465-E040-070AAD3173A1&amp;amp;sessionid=2576459933726989&amp;amp;streamid=3679422587354472&amp;amp;pingtype=0&amp;amp;product=ctv&amp;amp;uoo=1&amp;amp;createtm=1577858505&amp;amp;devid=4AB6FCE2-2848-4FA8-9BE3-46E206206AB&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Audit Ping End Example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;https://secure-audit.imrworldwide.com/cgi-bin/gn?prd=audit&amp;amp;apid=FC984EC1-E044-B465-E040-070AAD3173A1&amp;amp;sessionid=2576459933726989&amp;amp;streamid=3679422587354472&amp;amp;pingtype=2&amp;amp;product=ctv&amp;amp;uoo=1&amp;amp;createtm=1577859637&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>SurabhiGupta</name></author>
	</entry>
	<entry>
		<id>https://nielsentest.mywikis.net/w/index.php?title=Digital_Measurement_Content_Audit_Beacon&amp;diff=6953</id>
		<title>Digital Measurement Content Audit Beacon</title>
		<link rel="alternate" type="text/html" href="https://nielsentest.mywikis.net/w/index.php?title=Digital_Measurement_Content_Audit_Beacon&amp;diff=6953"/>
		<updated>2026-02-05T15:07:56Z</updated>

		<summary type="html">&lt;p&gt;SurabhiGupta: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Breadcrumb|}} {{Breadcrumb|Digital}} {{Breadcrumb|US DCR &amp;amp; DTVR }} {{CurrentBreadcrumb}}&lt;br /&gt;
&lt;br /&gt;
The Nielsen server-to-server solution requires audit pings for the purpose of validating audience reach and video viewing duration; one start and one end for each video stream. Pings originate from the end-user device to Nielsen Collections servers. End pings execute upon cessation of playback.&lt;br /&gt;
==Ping Structure==&lt;br /&gt;
Ping is executed with following convention:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;https://'''[to_be_provided]'''.imrworldwide.com/cgi-bin/gn?prd=audit&amp;amp;+'''[query parameters]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Start Audit Ping carries all parameters in the table below. The End Audit Ping carries a subset of the parameters in the matrix below as denoted in the mandatory column.  &lt;br /&gt;
&lt;br /&gt;
Under normal operating circumstances, the audit ping server returns the following codes:&lt;br /&gt;
*Audit ping servers reject cross-origin HTTP requests with preflight. To ensure that audit ping requests are accepted, allowable Content-Types like &amp;quot;text/plain&amp;quot; in simple GET requests ensure that preflight requests are not invoked&lt;br /&gt;
*200: Ping successfully received, inspect traffic to ensure no CORS errors&lt;br /&gt;
*302: A redirect to another Nielsen domain, used for the purpose of generating a URL compatible with Nielsen streaming meters&lt;br /&gt;
=Session &amp;amp; Stream=&lt;br /&gt;
#Sessions&lt;br /&gt;
##Optionally, a new Session ID may be created when a new player is created&lt;br /&gt;
##If more than one video player exists within the same App (e.g. picture in picture) a different Session ID is required for each&lt;br /&gt;
#Streams&lt;br /&gt;
##New Stream ID is generated for each new video stream.&lt;br /&gt;
##If stream playback continues after 24 hours, then a new Stream ID should be created and a new Audit ping should be executed (Session ID may remain)&lt;br /&gt;
##Stream ID remains the same independent of fast-forward, rewind, pause, events assuming the asset remains the same&lt;br /&gt;
##If playback is suspended for greater than 30mins (paused or otherwise suspended), a new Stream ID should be assigned upon return&lt;br /&gt;
#Audit Pings&lt;br /&gt;
##Audit pings should be fired at the beginning and end of a stream. These will be referred to as the Audit Start Ping and the Audit End Ping&lt;br /&gt;
=Query Parameters=&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!'''Parameter'''&lt;br /&gt;
!'''Description'''&lt;br /&gt;
!'''Required'''&lt;br /&gt;
!'''Specified'''&lt;br /&gt;
!'''Format / Example'''&lt;br /&gt;
|-&lt;br /&gt;
|apid&lt;br /&gt;
|Server App ID assigned by Nielsen&lt;br /&gt;
|Yes&lt;br /&gt;
|Nielsen&lt;br /&gt;
|Example: &amp;lt;code&amp;gt;A487421B-XXXX-YYYY-8343-E3BBB66E44F2&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|sessionid&lt;br /&gt;
|Unique, client generated value that represents the start of a user session. “Session” is defined as continuous (flexible) interaction with an application that may span multiple streams.&lt;br /&gt;
|Yes&lt;br /&gt;
|Client&lt;br /&gt;
|Format: alphanumeric Example: Random GUID: &amp;lt;code&amp;gt;ce6c1c95-de3e-431e-b11e-77…&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|streamid&lt;br /&gt;
|ID for every new instance of exposure to a different asset&lt;br /&gt;
|Yes&lt;br /&gt;
|Client&lt;br /&gt;
|Example: Random GUID: &amp;lt;code&amp;gt;ce6c1c95-de3e-431e-b11e-77…&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|pingtype&lt;br /&gt;
|Indicator for ping type: &amp;quot;start&amp;quot; or &amp;quot;end&amp;quot; audit ping&lt;br /&gt;
|Yes&lt;br /&gt;
|Client&lt;br /&gt;
|Format: integer,&lt;br /&gt;
*&amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt; = Start Stream&lt;br /&gt;
*&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt; = Start Session&lt;br /&gt;
*&amp;lt;code&amp;gt;3&amp;lt;/code&amp;gt; = End Stream&lt;br /&gt;
*&amp;lt;code&amp;gt;2&amp;lt;/code&amp;gt; = End Session&lt;br /&gt;
|-&lt;br /&gt;
|product&lt;br /&gt;
|Indicates which product audit ping corresponds to&lt;br /&gt;
|Yes&lt;br /&gt;
|Client&lt;br /&gt;
|Format: alphanumeric, Example: &amp;lt;code&amp;gt;dcr&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dtvr&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dar&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;ctv&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|uoo&lt;br /&gt;
|User opt out flag for demographic measurement&lt;br /&gt;
|Yes, if devid/HHID provided&lt;br /&gt;
|Client&lt;br /&gt;
|Format: integer&lt;br /&gt;
*&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt; = not opt-out&lt;br /&gt;
*&amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt; = opt-out&lt;br /&gt;
|-&lt;br /&gt;
|devid&lt;br /&gt;
|Mobile Ad ID (IDFA, ADID), Connected Device ID&lt;br /&gt;
|Optional, or in S2S file&lt;br /&gt;
|Client&lt;br /&gt;
|Only for Start Mobile Ping. User for demo assignment. Required, if no other interoperable id match exists for the integration&lt;br /&gt;
Example:&amp;lt;code&amp;gt;A487421B-XXXX-YYYY-8343-E3BBB66E44F2&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|hhid&lt;br /&gt;
|House Hold ID. Used as a primary match key to external data sources.&lt;br /&gt;
|Optional, or in S2S file.&lt;br /&gt;
|Client&lt;br /&gt;
|&amp;lt;code&amp;gt;B0EOFEDgD&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|createtm&lt;br /&gt;
|Time ping is initiated&lt;br /&gt;
|Yes&lt;br /&gt;
|Client&lt;br /&gt;
|Format: Unix timestamp in 32-bit unsigned int in seconds Example: &amp;lt;code&amp;gt;1577858505&amp;lt;/code&amp;gt;&lt;br /&gt;
|}'''Audit Ping Start Example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;https://secure-audit.imrworldwide.com/cgi-bin/gn?prd=audit&amp;amp;apid=FC984EC1-E044-B465-E040-070AAD3173A1&amp;amp;sessionid=2576459933726989&amp;amp;streamid=3679422587354472&amp;amp;pingtype=0&amp;amp;product=ctv&amp;amp;uoo=1&amp;amp;createtm=1577858505&amp;amp;devid=4AB6FCE2-2848-4FA8-9BE3-46E206206AB&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Audit Ping End Example:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;https://secure-audit.imrworldwide.com/cgi-bin/gn?prd=audit&amp;amp;apid=FC984EC1-E044-B465-E040-070AAD3173A1&amp;amp;sessionid=2576459933726989&amp;amp;streamid=3679422587354472&amp;amp;pingtype=2&amp;amp;product=ctv&amp;amp;uoo=1&amp;amp;createtm=1577859637&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>SurabhiGupta</name></author>
	</entry>
</feed>