We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
attributes
1 parent 1c283d5 commit 0d3a295Copy full SHA for 0d3a295
1 file changed
js/rokt/rokt.ts
@@ -13,7 +13,7 @@ export abstract class Rokt {
13
*/
14
static async selectPlacements(
15
identifier: string,
16
- attributes?: Record<string, string>,
+ attributes: Record<string, string>,
17
placeholders?: Record<string, number | null>,
18
roktConfig?: IRoktConfig,
19
fontFilesMap?: Record<string, string>
0 commit comments