@firebase/analytics 0.10.0-canary.bd073b26a → 0.10.0-canary.bf59c0aed
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -53,6 +53,10 @@ export declare interface AnalyticsSettings {
|
|
|
53
53
|
export declare interface ConsentSettings {
|
|
54
54
|
/** Enables storage, such as cookies, related to advertising */
|
|
55
55
|
ad_storage?: ConsentStatusString;
|
|
56
|
+
/** Sets consent for sending user data to Google for advertising purposes. */
|
|
57
|
+
ad_user_data?: ConsentStatusString;
|
|
58
|
+
/** Sets consent for personalized advertising. */
|
|
59
|
+
ad_personalization?: ConsentStatusString;
|
|
56
60
|
/** Enables storage, such as cookies, related to analytics (for example, visit duration) */
|
|
57
61
|
analytics_storage?: ConsentStatusString;
|
|
58
62
|
/**
|
package/dist/analytics.d.ts
CHANGED
|
@@ -53,6 +53,10 @@ export declare interface AnalyticsSettings {
|
|
|
53
53
|
export declare interface ConsentSettings {
|
|
54
54
|
/** Enables storage, such as cookies, related to advertising */
|
|
55
55
|
ad_storage?: ConsentStatusString;
|
|
56
|
+
/** Sets consent for sending user data to Google for advertising purposes. */
|
|
57
|
+
ad_user_data?: ConsentStatusString;
|
|
58
|
+
/** Sets consent for personalized advertising. */
|
|
59
|
+
ad_personalization?: ConsentStatusString;
|
|
56
60
|
/** Enables storage, such as cookies, related to analytics (for example, visit duration) */
|
|
57
61
|
analytics_storage?: ConsentStatusString;
|
|
58
62
|
/**
|
package/dist/esm/index.esm.js
CHANGED
|
@@ -256,6 +256,10 @@ export interface EventParams {
|
|
|
256
256
|
export interface ConsentSettings {
|
|
257
257
|
/** Enables storage, such as cookies, related to advertising */
|
|
258
258
|
ad_storage?: ConsentStatusString;
|
|
259
|
+
/** Sets consent for sending user data to Google for advertising purposes. */
|
|
260
|
+
ad_user_data?: ConsentStatusString;
|
|
261
|
+
/** Sets consent for personalized advertising. */
|
|
262
|
+
ad_personalization?: ConsentStatusString;
|
|
259
263
|
/** Enables storage, such as cookies, related to analytics (for example, visit duration) */
|
|
260
264
|
analytics_storage?: ConsentStatusString;
|
|
261
265
|
/**
|
package/dist/index.cjs.js
CHANGED
|
@@ -256,6 +256,10 @@ export interface EventParams {
|
|
|
256
256
|
export interface ConsentSettings {
|
|
257
257
|
/** Enables storage, such as cookies, related to advertising */
|
|
258
258
|
ad_storage?: ConsentStatusString;
|
|
259
|
+
/** Sets consent for sending user data to Google for advertising purposes. */
|
|
260
|
+
ad_user_data?: ConsentStatusString;
|
|
261
|
+
/** Sets consent for personalized advertising. */
|
|
262
|
+
ad_personalization?: ConsentStatusString;
|
|
259
263
|
/** Enables storage, such as cookies, related to analytics (for example, visit duration) */
|
|
260
264
|
analytics_storage?: ConsentStatusString;
|
|
261
265
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/analytics",
|
|
3
|
-
"version": "0.10.0-canary.
|
|
3
|
+
"version": "0.10.0-canary.bf59c0aed",
|
|
4
4
|
"description": "A analytics package for new firebase packages",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
@@ -37,18 +37,18 @@
|
|
|
37
37
|
"typings:public": "node ../../scripts/build/use_typings.js ./dist/analytics-public.d.ts"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@firebase/app": "0.9.
|
|
40
|
+
"@firebase/app": "0.9.26-canary.bf59c0aed"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@firebase/installations": "0.6.4-canary.
|
|
44
|
-
"@firebase/logger": "0.4.0-canary.
|
|
45
|
-
"@firebase/util": "1.9.3-canary.
|
|
46
|
-
"@firebase/component": "0.6.4-canary.
|
|
43
|
+
"@firebase/installations": "0.6.4-canary.bf59c0aed",
|
|
44
|
+
"@firebase/logger": "0.4.0-canary.bf59c0aed",
|
|
45
|
+
"@firebase/util": "1.9.3-canary.bf59c0aed",
|
|
46
|
+
"@firebase/component": "0.6.4-canary.bf59c0aed",
|
|
47
47
|
"tslib": "^2.1.0"
|
|
48
48
|
},
|
|
49
49
|
"license": "Apache-2.0",
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@firebase/app": "0.9.
|
|
51
|
+
"@firebase/app": "0.9.26-canary.bf59c0aed",
|
|
52
52
|
"rollup": "2.79.1",
|
|
53
53
|
"@rollup/plugin-commonjs": "21.1.0",
|
|
54
54
|
"@rollup/plugin-json": "4.1.0",
|