Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
georgechoustoulakis committed Jul 19, 2024
1 parent fcd589e commit 68f37f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adscript/src/integration/AdScriptConfiguration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ import { EmbeddedContentMetadata } from '../adscript/AdScript';
*/
export interface AdScriptConfiguration {
/**
* Integration ID you received from Nielsen representative
* Integration ID you received from Nielsen representative.
*/
implementationId: string;

/**
* Additional information settings (additional information)
* Additional information about logged user (customerID, deviceID, profileID) from client´s database.
* For more information, see the [Additional Information Settings](https://adscript.admosphere.cz/en_adScript_browser.html) section.
*/
i12n?: { [key: string]: string };
Expand Down

0 comments on commit 68f37f9

Please sign in to comment.