@jitsu/protocols 1.9.0 → 1.9.1
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.
- package/analytics.d.ts +3 -0
- package/package.json +1 -1
package/analytics.d.ts
CHANGED
|
@@ -222,6 +222,9 @@ interface AnalyticsContext {
|
|
|
222
222
|
clientId: string;
|
|
223
223
|
sessionIds?: any;
|
|
224
224
|
};
|
|
225
|
+
firebase?: {
|
|
226
|
+
appInstanceId: string;
|
|
227
|
+
};
|
|
225
228
|
//from cookies: _fbc - Facebook click ID, _fbp - Facebook browser ID.
|
|
226
229
|
//see https://developers.facebook.com/docs/marketing-api/conversions-api/parameters/customer-information-parameters
|
|
227
230
|
fbc?: string;
|