Skip to content

Commit

Permalink
always include nol_c2 property
Browse files Browse the repository at this point in the history
  • Loading branch information
wjoosen committed Aug 22, 2024
1 parent f1cbb0d commit ecaa04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nielsen/src/utils/Util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ export function buildDCRContentMetadata(
const dcrContentMetadataCZ: DCRContentMetadataCZ = {
...dcrContentMetadata,
['crossId1']: crossId1,
['nol_c2']: `p2,${c2 ?? ''}`,
segB: segB,
segC: segC ?? '',
hasAds: hasAds
};
if (c1) dcrContentMetadataCZ['nol_c1'] = `p1,${c1}`;
if (c2) dcrContentMetadataCZ['nol_c2'] = `p2,${c2}`;
return dcrContentMetadataCZ;
}
if (country === NielsenCountry.US) {
Expand Down

0 comments on commit ecaa04b

Please sign in to comment.