@@ -22,12 +22,24 @@ export interface ConsentSettings
22
22
23
23
| Property | Type | Description |
24
24
| --- | --- | --- |
25
+ | [ad \_personalization ](./analytics .consentsettings .md #consentsettingsad_personalization ) | [ConsentStatusString ](./analytics .md #consentstatusstring ) | Sets consent for personalized advertising . |
25
26
| [ad \_storage ](./analytics .consentsettings .md #consentsettingsad_storage ) | [ConsentStatusString ](./analytics .md #consentstatusstring ) | Enables storage , such as cookies , related to advertising |
27
+ | [ad \_user \_data ](./analytics .consentsettings .md #consentsettingsad_user_data ) | [ConsentStatusString ](./analytics .md #consentstatusstring ) | Sets consent for sending user data to Google for advertising purposes . |
26
28
| [analytics \_storage ](./analytics .consentsettings .md #consentsettingsanalytics_storage ) | [ConsentStatusString ](./analytics .md #consentstatusstring ) | Enables storage , such as cookies , related to analytics (for example , visit duration ) |
27
29
| [functionality \_storage ](./analytics .consentsettings .md #consentsettingsfunctionality_storage ) | [ConsentStatusString ](./analytics .md #consentstatusstring ) | Enables storage that supports the functionality of the website or app such as language settings |
28
30
| [personalization \_storage ](./analytics .consentsettings .md #consentsettingspersonalization_storage ) | [ConsentStatusString ](./analytics .md #consentstatusstring ) | Enables storage related to personalization such as video recommendations |
29
31
| [security \_storage ](./analytics .consentsettings .md #consentsettingssecurity_storage ) | [ConsentStatusString ](./analytics .md #consentstatusstring ) | Enables storage related to security such as authentication functionality , fraud prevention , and other user protection . |
30
32
33
+ ## ConsentSettings .ad \_personalization
34
+
35
+ Sets consent for personalized advertising .
36
+
37
+ <b >Signature :</b >
38
+
39
+ ```typescript
40
+ ad_personalization ?: ConsentStatusString ;
41
+ ```
42
+
31
43
## ConsentSettings .ad \_storage
32
44
33
45
Enables storage , such as cookies , related to advertising
@@ -38,6 +50,16 @@ Enables storage, such as cookies, related to advertising
38
50
ad_storage ?: ConsentStatusString ;
39
51
```
40
52
53
+ ## ConsentSettings .ad \_user \_data
54
+
55
+ Sets consent for sending user data to Google for advertising purposes .
56
+
57
+ <b >Signature :</b >
58
+
59
+ ```typescript
60
+ ad_user_data ?: ConsentStatusString ;
61
+ ```
62
+
41
63
## ConsentSettings .analytics \_storage
42
64
43
65
Enables storage , such as cookies , related to analytics (for example , visit duration )
0 commit comments