@react-native-firebase/analytics 23.8.3 → 23.8.4

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.
Files changed (108) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/module/modular.js +1 -1
  3. package/dist/module/modular.js.map +1 -1
  4. package/dist/module/namespaced.js +4 -4
  5. package/dist/module/namespaced.js.map +1 -1
  6. package/dist/module/struct.js +1 -1
  7. package/dist/module/struct.js.map +1 -1
  8. package/dist/module/version.js +1 -1
  9. package/dist/module/web/RNFBAnalyticsModule.js +2 -2
  10. package/dist/module/web/RNFBAnalyticsModule.js.map +1 -1
  11. package/dist/module/web/api.js +3 -3
  12. package/dist/module/web/api.js.map +1 -1
  13. package/dist/typescript/lib/index.d.ts.map +1 -0
  14. package/dist/typescript/lib/modular.d.ts.map +1 -0
  15. package/dist/typescript/lib/namespaced.d.ts.map +1 -0
  16. package/dist/typescript/lib/struct.d.ts.map +1 -0
  17. package/dist/typescript/lib/structs.d.ts.map +1 -0
  18. package/dist/typescript/lib/types/analytics.d.ts.map +1 -0
  19. package/dist/typescript/lib/types/web.d.ts.map +1 -0
  20. package/dist/typescript/lib/version.d.ts +2 -0
  21. package/dist/typescript/lib/version.d.ts.map +1 -0
  22. package/dist/typescript/lib/web/RNFBAnalyticsModule.android.d.ts.map +1 -0
  23. package/dist/typescript/lib/web/RNFBAnalyticsModule.d.ts.map +1 -0
  24. package/dist/typescript/lib/web/RNFBAnalyticsModule.ios.d.ts.map +1 -0
  25. package/dist/typescript/lib/web/api.d.ts.map +1 -0
  26. package/lib/modular.ts +1 -1
  27. package/lib/namespaced.ts +4 -4
  28. package/lib/struct.ts +1 -1
  29. package/lib/version.ts +1 -1
  30. package/lib/web/RNFBAnalyticsModule.ts +2 -2
  31. package/lib/web/api.ts +3 -3
  32. package/package.json +7 -20
  33. package/tsconfig.json +8 -8
  34. package/dist/commonjs/index.js +0 -38
  35. package/dist/commonjs/index.js.map +0 -1
  36. package/dist/commonjs/modular.js +0 -613
  37. package/dist/commonjs/modular.js.map +0 -1
  38. package/dist/commonjs/namespaced.js +0 -441
  39. package/dist/commonjs/namespaced.js.map +0 -1
  40. package/dist/commonjs/package.json +0 -1
  41. package/dist/commonjs/struct.js +0 -54
  42. package/dist/commonjs/struct.js.map +0 -1
  43. package/dist/commonjs/structs.js +0 -214
  44. package/dist/commonjs/structs.js.map +0 -1
  45. package/dist/commonjs/types/analytics.js +0 -79
  46. package/dist/commonjs/types/analytics.js.map +0 -1
  47. package/dist/commonjs/types/web.js +0 -2
  48. package/dist/commonjs/types/web.js.map +0 -1
  49. package/dist/commonjs/version.js +0 -9
  50. package/dist/commonjs/version.js.map +0 -1
  51. package/dist/commonjs/web/RNFBAnalyticsModule.android.js +0 -9
  52. package/dist/commonjs/web/RNFBAnalyticsModule.android.js.map +0 -1
  53. package/dist/commonjs/web/RNFBAnalyticsModule.ios.js +0 -9
  54. package/dist/commonjs/web/RNFBAnalyticsModule.ios.js.map +0 -1
  55. package/dist/commonjs/web/RNFBAnalyticsModule.js +0 -119
  56. package/dist/commonjs/web/RNFBAnalyticsModule.js.map +0 -1
  57. package/dist/commonjs/web/api.js +0 -294
  58. package/dist/commonjs/web/api.js.map +0 -1
  59. package/dist/typescript/commonjs/lib/index.d.ts.map +0 -1
  60. package/dist/typescript/commonjs/lib/modular.d.ts.map +0 -1
  61. package/dist/typescript/commonjs/lib/namespaced.d.ts.map +0 -1
  62. package/dist/typescript/commonjs/lib/struct.d.ts.map +0 -1
  63. package/dist/typescript/commonjs/lib/structs.d.ts.map +0 -1
  64. package/dist/typescript/commonjs/lib/types/analytics.d.ts.map +0 -1
  65. package/dist/typescript/commonjs/lib/types/web.d.ts.map +0 -1
  66. package/dist/typescript/commonjs/lib/version.d.ts +0 -2
  67. package/dist/typescript/commonjs/lib/version.d.ts.map +0 -1
  68. package/dist/typescript/commonjs/lib/web/RNFBAnalyticsModule.android.d.ts.map +0 -1
  69. package/dist/typescript/commonjs/lib/web/RNFBAnalyticsModule.d.ts.map +0 -1
  70. package/dist/typescript/commonjs/lib/web/RNFBAnalyticsModule.ios.d.ts.map +0 -1
  71. package/dist/typescript/commonjs/lib/web/api.d.ts.map +0 -1
  72. package/dist/typescript/commonjs/package.json +0 -1
  73. package/dist/typescript/module/lib/index.d.ts +0 -5
  74. package/dist/typescript/module/lib/index.d.ts.map +0 -1
  75. package/dist/typescript/module/lib/modular.d.ts +0 -476
  76. package/dist/typescript/module/lib/modular.d.ts.map +0 -1
  77. package/dist/typescript/module/lib/namespaced.d.ts +0 -12
  78. package/dist/typescript/module/lib/namespaced.d.ts.map +0 -1
  79. package/dist/typescript/module/lib/struct.d.ts +0 -3
  80. package/dist/typescript/module/lib/struct.d.ts.map +0 -1
  81. package/dist/typescript/module/lib/structs.d.ts +0 -1155
  82. package/dist/typescript/module/lib/structs.d.ts.map +0 -1
  83. package/dist/typescript/module/lib/types/analytics.d.ts +0 -944
  84. package/dist/typescript/module/lib/types/analytics.d.ts.map +0 -1
  85. package/dist/typescript/module/lib/types/web.d.ts +0 -36
  86. package/dist/typescript/module/lib/types/web.d.ts.map +0 -1
  87. package/dist/typescript/module/lib/version.d.ts +0 -2
  88. package/dist/typescript/module/lib/version.d.ts.map +0 -1
  89. package/dist/typescript/module/lib/web/RNFBAnalyticsModule.android.d.ts +0 -3
  90. package/dist/typescript/module/lib/web/RNFBAnalyticsModule.android.d.ts.map +0 -1
  91. package/dist/typescript/module/lib/web/RNFBAnalyticsModule.d.ts +0 -9
  92. package/dist/typescript/module/lib/web/RNFBAnalyticsModule.d.ts.map +0 -1
  93. package/dist/typescript/module/lib/web/RNFBAnalyticsModule.ios.d.ts +0 -3
  94. package/dist/typescript/module/lib/web/RNFBAnalyticsModule.ios.d.ts.map +0 -1
  95. package/dist/typescript/module/lib/web/api.d.ts +0 -37
  96. package/dist/typescript/module/lib/web/api.d.ts.map +0 -1
  97. /package/dist/typescript/{commonjs/lib → lib}/index.d.ts +0 -0
  98. /package/dist/typescript/{commonjs/lib → lib}/modular.d.ts +0 -0
  99. /package/dist/typescript/{commonjs/lib → lib}/namespaced.d.ts +0 -0
  100. /package/dist/typescript/{commonjs/lib → lib}/struct.d.ts +0 -0
  101. /package/dist/typescript/{commonjs/lib → lib}/structs.d.ts +0 -0
  102. /package/dist/typescript/{commonjs/lib → lib}/types/analytics.d.ts +0 -0
  103. /package/dist/typescript/{commonjs/lib → lib}/types/web.d.ts +0 -0
  104. /package/dist/typescript/{commonjs/lib → lib}/web/RNFBAnalyticsModule.android.d.ts +0 -0
  105. /package/dist/typescript/{commonjs/lib → lib}/web/RNFBAnalyticsModule.d.ts +0 -0
  106. /package/dist/typescript/{commonjs/lib → lib}/web/RNFBAnalyticsModule.ios.d.ts +0 -0
  107. /package/dist/typescript/{commonjs/lib → lib}/web/api.d.ts +0 -0
  108. /package/dist/typescript/{module/package.json → package.json} +0 -0
@@ -1,214 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.ViewSearchResults = exports.ViewPromotion = exports.ViewItemList = exports.ViewItem = exports.ViewCart = exports.UnlockAchievement = exports.SpendVirtualCurrency = exports.SignUp = exports.Share = exports.SetCheckoutOption = exports.SelectPromotion = exports.SelectItem = exports.SelectContent = exports.Search = exports.ScreenView = exports.RemoveFromCart = exports.Refund = exports.Purchase = exports.PostScore = exports.Login = exports.LevelUp = exports.LevelStart = exports.LevelEnd = exports.JoinGroup = exports.GenerateLead = exports.EarnVirtualCurrency = exports.CampaignDetails = exports.BeginCheckout = exports.AddToWishlist = exports.AddToCart = exports.AddShippingInfo = exports.AddPaymentInfo = void 0;
7
- var _superstruct = require("superstruct");
8
- /*
9
- * Copyright (c) 2016-present Invertase Limited & Contributors
10
- *
11
- * Licensed under the Apache License, Version 2.0 (the "License");
12
- * you may not use this library except in compliance with the License.
13
- * You may obtain a copy of the License at
14
- *
15
- * http://www.apache.org/licenses/LICENSE-2.0
16
- *
17
- * Unless required by applicable law or agreed to in writing, software
18
- * distributed under the License is distributed on an "AS IS" BASIS,
19
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20
- * See the License for the specific language governing permissions and
21
- * limitations under the License.
22
- */
23
-
24
- const ShortDate = (0, _superstruct.define)('ShortDate', value => typeof value === 'string' && /^\d{4}-\d{2}-\d{2}$/.test(value));
25
- const Item = (0, _superstruct.type)({
26
- item_brand: (0, _superstruct.optional)((0, _superstruct.string)()),
27
- item_id: (0, _superstruct.optional)((0, _superstruct.string)()),
28
- item_name: (0, _superstruct.optional)((0, _superstruct.string)()),
29
- item_category: (0, _superstruct.optional)((0, _superstruct.string)()),
30
- item_category2: (0, _superstruct.optional)((0, _superstruct.string)()),
31
- item_category3: (0, _superstruct.optional)((0, _superstruct.string)()),
32
- item_category4: (0, _superstruct.optional)((0, _superstruct.string)()),
33
- item_category5: (0, _superstruct.optional)((0, _superstruct.string)()),
34
- item_list_id: (0, _superstruct.optional)((0, _superstruct.string)()),
35
- item_list_name: (0, _superstruct.optional)((0, _superstruct.string)()),
36
- item_location_id: (0, _superstruct.optional)((0, _superstruct.string)()),
37
- item_variant: (0, _superstruct.optional)((0, _superstruct.string)()),
38
- quantity: (0, _superstruct.optional)((0, _superstruct.number)()),
39
- price: (0, _superstruct.optional)((0, _superstruct.number)())
40
- });
41
- const ScreenView = exports.ScreenView = (0, _superstruct.type)({
42
- screen_class: (0, _superstruct.optional)((0, _superstruct.string)()),
43
- screen_name: (0, _superstruct.optional)((0, _superstruct.string)())
44
- });
45
- const AddPaymentInfo = exports.AddPaymentInfo = (0, _superstruct.object)({
46
- items: (0, _superstruct.optional)((0, _superstruct.array)(Item)),
47
- value: (0, _superstruct.optional)((0, _superstruct.number)()),
48
- currency: (0, _superstruct.optional)((0, _superstruct.string)()),
49
- coupon: (0, _superstruct.optional)((0, _superstruct.string)()),
50
- payment_type: (0, _superstruct.optional)((0, _superstruct.string)())
51
- });
52
- const AddShippingInfo = exports.AddShippingInfo = (0, _superstruct.object)({
53
- items: (0, _superstruct.optional)((0, _superstruct.array)(Item)),
54
- value: (0, _superstruct.optional)((0, _superstruct.number)()),
55
- currency: (0, _superstruct.optional)((0, _superstruct.string)()),
56
- coupon: (0, _superstruct.optional)((0, _superstruct.string)()),
57
- shipping_tier: (0, _superstruct.optional)((0, _superstruct.string)())
58
- });
59
- const AddToCart = exports.AddToCart = (0, _superstruct.object)({
60
- items: (0, _superstruct.optional)((0, _superstruct.array)(Item)),
61
- value: (0, _superstruct.optional)((0, _superstruct.number)()),
62
- currency: (0, _superstruct.optional)((0, _superstruct.string)())
63
- });
64
- const AddToWishlist = exports.AddToWishlist = (0, _superstruct.object)({
65
- items: (0, _superstruct.optional)((0, _superstruct.array)(Item)),
66
- value: (0, _superstruct.optional)((0, _superstruct.number)()),
67
- currency: (0, _superstruct.optional)((0, _superstruct.string)())
68
- });
69
- const BeginCheckout = exports.BeginCheckout = (0, _superstruct.type)({
70
- items: (0, _superstruct.optional)((0, _superstruct.array)(Item)),
71
- value: (0, _superstruct.optional)((0, _superstruct.number)()),
72
- currency: (0, _superstruct.optional)((0, _superstruct.string)()),
73
- coupon: (0, _superstruct.optional)((0, _superstruct.string)())
74
- });
75
- const CampaignDetails = exports.CampaignDetails = (0, _superstruct.object)({
76
- source: (0, _superstruct.string)(),
77
- medium: (0, _superstruct.string)(),
78
- campaign: (0, _superstruct.string)(),
79
- term: (0, _superstruct.optional)((0, _superstruct.string)()),
80
- content: (0, _superstruct.optional)((0, _superstruct.string)()),
81
- aclid: (0, _superstruct.optional)((0, _superstruct.string)()),
82
- cp1: (0, _superstruct.optional)((0, _superstruct.string)())
83
- });
84
- const EarnVirtualCurrency = exports.EarnVirtualCurrency = (0, _superstruct.object)({
85
- virtual_currency_name: (0, _superstruct.string)(),
86
- value: (0, _superstruct.number)()
87
- });
88
- const GenerateLead = exports.GenerateLead = (0, _superstruct.object)({
89
- currency: (0, _superstruct.optional)((0, _superstruct.string)()),
90
- value: (0, _superstruct.optional)((0, _superstruct.number)())
91
- });
92
- const JoinGroup = exports.JoinGroup = (0, _superstruct.object)({
93
- group_id: (0, _superstruct.string)()
94
- });
95
- const LevelEnd = exports.LevelEnd = (0, _superstruct.object)({
96
- level: (0, _superstruct.number)(),
97
- success: (0, _superstruct.optional)((0, _superstruct.string)())
98
- });
99
- const LevelStart = exports.LevelStart = (0, _superstruct.object)({
100
- level: (0, _superstruct.number)()
101
- });
102
- const LevelUp = exports.LevelUp = (0, _superstruct.object)({
103
- level: (0, _superstruct.number)(),
104
- character: (0, _superstruct.optional)((0, _superstruct.string)())
105
- });
106
- const Login = exports.Login = (0, _superstruct.object)({
107
- method: (0, _superstruct.string)()
108
- });
109
- const PostScore = exports.PostScore = (0, _superstruct.object)({
110
- score: (0, _superstruct.number)(),
111
- level: (0, _superstruct.optional)((0, _superstruct.number)()),
112
- character: (0, _superstruct.optional)((0, _superstruct.string)())
113
- });
114
- const Refund = exports.Refund = (0, _superstruct.object)({
115
- affiliation: (0, _superstruct.optional)((0, _superstruct.string)()),
116
- coupon: (0, _superstruct.optional)((0, _superstruct.string)()),
117
- currency: (0, _superstruct.optional)((0, _superstruct.string)()),
118
- items: (0, _superstruct.optional)((0, _superstruct.array)(Item)),
119
- shipping: (0, _superstruct.optional)((0, _superstruct.number)()),
120
- tax: (0, _superstruct.optional)((0, _superstruct.number)()),
121
- value: (0, _superstruct.optional)((0, _superstruct.number)()),
122
- transaction_id: (0, _superstruct.optional)((0, _superstruct.string)())
123
- });
124
- const Purchase = exports.Purchase = (0, _superstruct.type)({
125
- affiliation: (0, _superstruct.optional)((0, _superstruct.string)()),
126
- coupon: (0, _superstruct.optional)((0, _superstruct.string)()),
127
- currency: (0, _superstruct.optional)((0, _superstruct.string)()),
128
- items: (0, _superstruct.optional)((0, _superstruct.array)(Item)),
129
- shipping: (0, _superstruct.optional)((0, _superstruct.number)()),
130
- tax: (0, _superstruct.optional)((0, _superstruct.number)()),
131
- value: (0, _superstruct.optional)((0, _superstruct.number)()),
132
- transaction_id: (0, _superstruct.optional)((0, _superstruct.string)())
133
- });
134
- const RemoveFromCart = exports.RemoveFromCart = (0, _superstruct.object)({
135
- currency: (0, _superstruct.optional)((0, _superstruct.string)()),
136
- items: (0, _superstruct.optional)((0, _superstruct.array)(Item)),
137
- value: (0, _superstruct.optional)((0, _superstruct.number)())
138
- });
139
- const Search = exports.Search = (0, _superstruct.object)({
140
- search_term: (0, _superstruct.string)(),
141
- number_of_nights: (0, _superstruct.optional)((0, _superstruct.number)()),
142
- number_of_rooms: (0, _superstruct.optional)((0, _superstruct.number)()),
143
- number_of_passengers: (0, _superstruct.optional)((0, _superstruct.number)()),
144
- origin: (0, _superstruct.optional)((0, _superstruct.string)()),
145
- destination: (0, _superstruct.optional)((0, _superstruct.string)()),
146
- start_date: (0, _superstruct.optional)(ShortDate),
147
- end_date: (0, _superstruct.optional)(ShortDate),
148
- travel_class: (0, _superstruct.optional)((0, _superstruct.string)())
149
- });
150
- const SelectContent = exports.SelectContent = (0, _superstruct.object)({
151
- content_type: (0, _superstruct.string)(),
152
- item_id: (0, _superstruct.string)()
153
- });
154
- const SelectItem = exports.SelectItem = (0, _superstruct.object)({
155
- items: (0, _superstruct.optional)((0, _superstruct.array)(Item)),
156
- item_list_id: (0, _superstruct.optional)((0, _superstruct.string)()),
157
- item_list_name: (0, _superstruct.optional)((0, _superstruct.string)()),
158
- content_type: (0, _superstruct.optional)((0, _superstruct.string)())
159
- });
160
- const SelectPromotion = exports.SelectPromotion = (0, _superstruct.object)({
161
- creative_name: (0, _superstruct.string)(),
162
- creative_slot: (0, _superstruct.string)(),
163
- items: (0, _superstruct.optional)((0, _superstruct.array)(Item)),
164
- location_id: (0, _superstruct.string)(),
165
- promotion_id: (0, _superstruct.string)(),
166
- promotion_name: (0, _superstruct.string)()
167
- });
168
- const SetCheckoutOption = exports.SetCheckoutOption = (0, _superstruct.type)({
169
- checkout_step: (0, _superstruct.optional)((0, _superstruct.number)()),
170
- checkout_option: (0, _superstruct.optional)((0, _superstruct.string)())
171
- });
172
- const Share = exports.Share = (0, _superstruct.object)({
173
- content_type: (0, _superstruct.string)(),
174
- item_id: (0, _superstruct.string)(),
175
- method: (0, _superstruct.string)()
176
- });
177
- const SignUp = exports.SignUp = (0, _superstruct.object)({
178
- method: (0, _superstruct.string)()
179
- });
180
- const SpendVirtualCurrency = exports.SpendVirtualCurrency = (0, _superstruct.object)({
181
- item_name: (0, _superstruct.string)(),
182
- virtual_currency_name: (0, _superstruct.string)(),
183
- value: (0, _superstruct.number)()
184
- });
185
- const UnlockAchievement = exports.UnlockAchievement = (0, _superstruct.object)({
186
- achievement_id: (0, _superstruct.string)()
187
- });
188
- const ViewCart = exports.ViewCart = (0, _superstruct.object)({
189
- currency: (0, _superstruct.optional)((0, _superstruct.string)()),
190
- items: (0, _superstruct.optional)((0, _superstruct.array)(Item)),
191
- value: (0, _superstruct.optional)((0, _superstruct.number)())
192
- });
193
- const ViewItem = exports.ViewItem = (0, _superstruct.object)({
194
- currency: (0, _superstruct.optional)((0, _superstruct.string)()),
195
- items: (0, _superstruct.optional)((0, _superstruct.array)(Item)),
196
- value: (0, _superstruct.optional)((0, _superstruct.number)())
197
- });
198
- const ViewItemList = exports.ViewItemList = (0, _superstruct.object)({
199
- items: (0, _superstruct.optional)((0, _superstruct.array)(Item)),
200
- item_list_id: (0, _superstruct.optional)((0, _superstruct.string)()),
201
- item_list_name: (0, _superstruct.optional)((0, _superstruct.string)())
202
- });
203
- const ViewPromotion = exports.ViewPromotion = (0, _superstruct.object)({
204
- items: (0, _superstruct.optional)((0, _superstruct.array)(Item)),
205
- location_id: (0, _superstruct.optional)((0, _superstruct.string)()),
206
- creative_name: (0, _superstruct.optional)((0, _superstruct.string)()),
207
- creative_slot: (0, _superstruct.optional)((0, _superstruct.string)()),
208
- promotion_id: (0, _superstruct.optional)((0, _superstruct.string)()),
209
- promotion_name: (0, _superstruct.optional)((0, _superstruct.string)())
210
- });
211
- const ViewSearchResults = exports.ViewSearchResults = (0, _superstruct.object)({
212
- search_term: (0, _superstruct.string)()
213
- });
214
- //# sourceMappingURL=structs.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_superstruct","require","ShortDate","define","value","test","Item","type","item_brand","optional","string","item_id","item_name","item_category","item_category2","item_category3","item_category4","item_category5","item_list_id","item_list_name","item_location_id","item_variant","quantity","number","price","ScreenView","exports","screen_class","screen_name","AddPaymentInfo","object","items","array","currency","coupon","payment_type","AddShippingInfo","shipping_tier","AddToCart","AddToWishlist","BeginCheckout","CampaignDetails","source","medium","campaign","term","content","aclid","cp1","EarnVirtualCurrency","virtual_currency_name","GenerateLead","JoinGroup","group_id","LevelEnd","level","success","LevelStart","LevelUp","character","Login","method","PostScore","score","Refund","affiliation","shipping","tax","transaction_id","Purchase","RemoveFromCart","Search","search_term","number_of_nights","number_of_rooms","number_of_passengers","origin","destination","start_date","end_date","travel_class","SelectContent","content_type","SelectItem","SelectPromotion","creative_name","creative_slot","location_id","promotion_id","promotion_name","SetCheckoutOption","checkout_step","checkout_option","Share","SignUp","SpendVirtualCurrency","UnlockAchievement","achievement_id","ViewCart","ViewItem","ViewItemList","ViewPromotion","ViewSearchResults"],"sourceRoot":"../../lib","sources":["structs.ts"],"mappings":"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","ignoreList":[]}
@@ -1,79 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.FirebaseAnalyticsTypes = void 0;
7
- /**
8
- * A currency amount.
9
- */
10
- /**
11
- * Consent status string values.
12
- */
13
- /**
14
- * Promotion object for analytics events.
15
- */
16
- //
17
- // Unsupported in "Enhanced Ecommerce reports":
18
- // https://firebase.google.com/docs/reference/android/com/google/firebase/analytics/FirebaseAnalytics.Event#public-static-final-string-checkout_progress
19
- //
20
- // export interface CheckoutProgressEventParameters {
21
- // checkout_step: string;
22
- // checkout_options: string;
23
- // }
24
- /**
25
- * Standard gtag.js event parameters. For more information, see the GA4 reference documentation. Web only.
26
- */
27
- /**
28
- * Unsupported in "Enhanced Ecommerce reports":
29
- * https://firebase.google.com/docs/reference/android/com/google/firebase/analytics/FirebaseAnalytics.Event#public-static-final-string-view_search_results
30
- */
31
- // export interface ViewSearchResults {
32
- // /**
33
- // * The search string/keywords used.
34
- // */
35
- // search_term: string;
36
- // }
37
- /**
38
- * Analytics instance initialization options. Web only.
39
- */
40
- /**
41
- * Additional options that can be passed to Analytics method calls such as logEvent. Web only.
42
- */
43
- /**
44
- * A set of common Google Analytics config settings recognized by gtag.js. Web only.
45
- */
46
- /**
47
- * Consent status settings for each consent type.
48
- * For more information, see
49
- * {@link https://developers.google.com/tag-platform/tag-manager/templates/consent-apis
50
- * | the GA4 reference documentation for consent state and consent types}.
51
- */
52
- /**
53
- * Specifies custom options for your Firebase Analytics instance.
54
- * You must set these before initializing `firebase.analytics()`.
55
- */
56
- /**
57
- * Any custom event name string not in the standard list of recommended event names.
58
- */
59
- /**
60
- * Type for standard Google Analytics event names. logEvent also accepts any custom string and interprets it as a custom event name.
61
- * See https://firebase.google.com/docs/reference/js/analytics.md#eventnamestring
62
- */
63
- // ============ Module Interface ============
64
- /**
65
- * Analytics module instance - returned from firebase.analytics() or firebase.app().analytics()
66
- */
67
- /* eslint-disable @typescript-eslint/no-namespace */
68
- /* eslint-enable @typescript-eslint/no-namespace */
69
- // ============ Backwards Compatibility Namespace - to be removed with namespaced exports ============
70
- // Helper types to reference outer scope types within the namespace
71
- // These are needed because TypeScript can't directly alias types with the same name
72
- /**
73
- * @deprecated Use the exported types directly instead.
74
- * FirebaseAnalyticsTypes namespace is kept for backwards compatibility.
75
- */
76
- /* eslint-disable @typescript-eslint/no-namespace */
77
- let FirebaseAnalyticsTypes = exports.FirebaseAnalyticsTypes = void 0;
78
- /* eslint-enable @typescript-eslint/no-namespace */
79
- //# sourceMappingURL=analytics.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["FirebaseAnalyticsTypes","exports"],"sourceRoot":"../../../lib","sources":["types/analytics.ts"],"mappings":";;;;;;AAEA;AACA;AACA;AAGA;AACA;AACA;AAGA;AACA;AACA;AA6NA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAgaA;AACA;AACA;AA4CA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAMA;AACA;AACA;AAKA;AACA;AACA;AAQA;AACA;AACA;AA2DA;AACA;AACA;AACA;AACA;AACA;AAyBA;AACA;AACA;AACA;AAQA;AACA;AACA;AAEA;AACA;AACA;AACA;AA8BA;AAEA;AACA;AACA;AAkFA;AAWA;AAEA;AAEA;AACA;AA2CA;AACA;AACA;AACA;AACA;AAAA,IACiBA,sBAAsB,GAAAC,OAAA,CAAAD,sBAAA;AAoDvC","ignoreList":[]}
@@ -1,2 +0,0 @@
1
- "use strict";
2
- //# sourceMappingURL=web.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sourceRoot":"../../../lib","sources":["types/web.ts"],"mappings":"","ignoreList":[]}
@@ -1,9 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.version = void 0;
7
- // Generated by genversion.
8
- const version = exports.version = '23.8.3';
9
- //# sourceMappingURL=version.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["version","exports"],"sourceRoot":"../../lib","sources":["version.ts"],"mappings":";;;;;;AAAA;AACO,MAAMA,OAAO,GAAAC,OAAA,CAAAD,OAAA,GAAG,QAAQ","ignoreList":[]}
@@ -1,9 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.RNFBAnalyticsModule = void 0;
7
- // No-op for android.
8
- const RNFBAnalyticsModule = exports.RNFBAnalyticsModule = {};
9
- //# sourceMappingURL=RNFBAnalyticsModule.android.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["RNFBAnalyticsModule","exports"],"sourceRoot":"../../../lib","sources":["web/RNFBAnalyticsModule.android.ts"],"mappings":";;;;;;AAAA;AACA,MAAMA,mBAAmB,GAAAC,OAAA,CAAAD,mBAAA,GAAG,CAAC,CAAC","ignoreList":[]}
@@ -1,9 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.RNFBAnalyticsModule = void 0;
7
- // No-op for ios.
8
- const RNFBAnalyticsModule = exports.RNFBAnalyticsModule = {};
9
- //# sourceMappingURL=RNFBAnalyticsModule.ios.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["RNFBAnalyticsModule","exports"],"sourceRoot":"../../../lib","sources":["web/RNFBAnalyticsModule.ios.ts"],"mappings":";;;;;;AAAA;AACA,MAAMA,mBAAmB,GAAAC,OAAA,CAAAD,mBAAA,GAAG,CAAC,CAAC","ignoreList":[]}
@@ -1,119 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.RNFBAnalyticsModule = void 0;
7
- var _firebaseApp = require("@react-native-firebase/app/lib/internal/web/firebaseApp");
8
- var _utils = require("@react-native-firebase/app/lib/internal/web/utils");
9
- var _api = require("./api.js");
10
- let analyticsInstances = {};
11
- function getAnalyticsApi(appName) {
12
- const app = (0, _firebaseApp.getApp)(appName);
13
- const measurementId = app.options.measurementId;
14
- if (!measurementId) {
15
- // eslint-disable-next-line no-console
16
- console.warn('No measurement id (`FirebaseOptions.measurementId`) found for Firebase Analytics. Analytics will be unavailable.');
17
- // Return a default instance with empty measurementId for cases where it's not configured
18
- const defaultKey = 'default';
19
- if (!analyticsInstances[defaultKey]) {
20
- analyticsInstances[defaultKey] = new _api.AnalyticsApi('[DEFAULT]', '');
21
- }
22
- return analyticsInstances[defaultKey];
23
- }
24
- if (!analyticsInstances[measurementId]) {
25
- analyticsInstances[measurementId] = new _api.AnalyticsApi('[DEFAULT]', measurementId);
26
- if (globalThis.RNFBDebug) {
27
- analyticsInstances[measurementId].setDebug(true);
28
- }
29
- }
30
- return analyticsInstances[measurementId];
31
- }
32
-
33
- /**
34
- * This is a 'NativeModule' for the web platform.
35
- * Methods here are identical to the ones found in
36
- * the native android/ios modules e.g. `@ReactMethod` annotated
37
- * java methods on Android.
38
- */
39
- const RNFBAnalyticsModule = exports.RNFBAnalyticsModule = {
40
- logEvent(name, params) {
41
- return (0, _utils.guard)(async () => {
42
- const api = getAnalyticsApi('[DEFAULT]');
43
- api.logEvent(name, params);
44
- return null;
45
- });
46
- },
47
- setUserId(userId) {
48
- return (0, _utils.guard)(async () => {
49
- const api = getAnalyticsApi('[DEFAULT]');
50
- api.setUserId(userId);
51
- return null;
52
- });
53
- },
54
- setUserProperty(key, value) {
55
- return (0, _utils.guard)(async () => {
56
- const api = getAnalyticsApi('[DEFAULT]');
57
- api.setUserProperty(key, value);
58
- return null;
59
- });
60
- },
61
- setUserProperties(properties) {
62
- return (0, _utils.guard)(async () => {
63
- const api = getAnalyticsApi('[DEFAULT]');
64
- api.setUserProperties(properties);
65
- return null;
66
- });
67
- },
68
- setDefaultEventParameters(params) {
69
- return (0, _utils.guard)(async () => {
70
- const api = getAnalyticsApi('[DEFAULT]');
71
- api.setDefaultEventParameters(params);
72
- return null;
73
- });
74
- },
75
- setConsent(consent) {
76
- return (0, _utils.guard)(async () => {
77
- const api = getAnalyticsApi('[DEFAULT]');
78
- // TODO currently we only support ad_personalization
79
- if (consent && consent.ad_personalization !== undefined) {
80
- api.setConsent({
81
- ad_personalization: consent.ad_personalization
82
- });
83
- }
84
- return null;
85
- });
86
- },
87
- setAnalyticsCollectionEnabled(enabled) {
88
- return (0, _utils.guard)(async () => {
89
- const api = getAnalyticsApi('[DEFAULT]');
90
- api.setAnalyticsCollectionEnabled(enabled);
91
- return null;
92
- });
93
- },
94
- resetAnalyticsData() {
95
- // Unsupported for web.
96
- return (0, _utils.guard)(async () => {
97
- return null;
98
- });
99
- },
100
- setSessionTimeoutDuration() {
101
- // Unsupported for web.
102
- return (0, _utils.guard)(async () => {
103
- return null;
104
- });
105
- },
106
- getAppInstanceId() {
107
- return (0, _utils.guard)(async () => {
108
- const api = getAnalyticsApi('[DEFAULT]');
109
- return api._getCid();
110
- });
111
- },
112
- getSessionId() {
113
- // Unsupported for web.
114
- return (0, _utils.guard)(async () => {
115
- return null;
116
- });
117
- }
118
- };
119
- //# sourceMappingURL=RNFBAnalyticsModule.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_firebaseApp","require","_utils","_api","analyticsInstances","getAnalyticsApi","appName","app","getApp","measurementId","options","console","warn","defaultKey","AnalyticsApi","globalThis","RNFBDebug","setDebug","RNFBAnalyticsModule","exports","logEvent","name","params","guard","api","setUserId","userId","setUserProperty","key","value","setUserProperties","properties","setDefaultEventParameters","setConsent","consent","ad_personalization","undefined","setAnalyticsCollectionEnabled","enabled","resetAnalyticsData","setSessionTimeoutDuration","getAppInstanceId","_getCid","getSessionId"],"sourceRoot":"../../../lib","sources":["web/RNFBAnalyticsModule.ts"],"mappings":"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","ignoreList":[]}