File tree Expand file tree Collapse file tree 1 file changed +4
-29
lines changed Expand file tree Collapse file tree 1 file changed +4
-29
lines changed Original file line number Diff line number Diff line change @@ -44,49 +44,24 @@ Please find below list of paramters that could be used in configuring Intent IQ
44
44
45
45
### Configuration example
46
46
47
- ``` javascript
48
- pbjs .setConfig ({
49
- userSync: {
50
- userIds: [
51
- {
52
- name: " intentIqId" ,
53
- params: {
54
- partner: 123456 , // valid partner id
55
- callback : (data , group ) => window .pbjs .requestBids (),
56
- },
57
- storage: {
58
- type: " html5" ,
59
- name: " intentIqId" , // set localstorage with this name
60
- expires: 60 ,
61
- refreshInSeconds: 4 * 3600 , // refresh ID every 4 hours to ensure it's fresh
62
- },
63
- },
64
- ],
65
- syncDelay: 3000 ,
66
- },
67
- });
68
- ```
69
-
70
47
``` javascript
71
48
pbjs .setConfig ({
72
49
userSync: {
73
50
userIds: [{
74
51
name: " intentIqId" ,
75
52
params: {
76
- partner: 123456 // valid partner id
77
- pcid: PCID_VARIABLE , // string value, dynamically loaded into a variable before setting the configuration
78
- pai: PAI_VARIABLE , // string value, dynamically loaded into a variable before setting the configuration
53
+ partner: 123456 , // valid partner id
79
54
timeoutInMillis: 500 ,
80
55
browserBlackList: " chrome" ,
81
56
callback : (data , group ) => window .pbjs .requestBids ()
82
57
},
83
58
storage: {
84
59
type: " html5" ,
85
60
name: " intentIqId" , // set localstorage with this name
86
- expires: 60
61
+ expires: 0 ,
62
+ refreshInSeconds: 0
87
63
}
88
- }],
89
- syncDelay: 3000
64
+ }]
90
65
}
91
66
});
92
67
```
You can’t perform that action at this time.
0 commit comments