Browse
For agents
About
Drip – Marketing Automation for WooCommerce
/
1.1.2
Drip – Marketing Automation for WooCommerce
v1.1.2
Switch version
trunk
0.0.3
0.0.4
0.0.5
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.1.0
1.1.1
1.1.10
1.1.2
1.1.3
1.1.4
1.1.5
1.1.6
1.1.7
1.1.8
1.1.9
Overview
Code
drip
/
src
/
customer_identify.js
customer_identify.js
in Drip – Marketing Automation for WooCommerce 1.1.2, at src/customer_identify.js
6 lines
299 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
(
function
(
dwid
)
{
2
const
_q
=
(
typeof
_dcq
!==
'
undefined
'
&&
_dcq
!==
null
)
?
_dcq
:
[
]
;
3
const
_d
=
(
typeof
dwid
!==
'
undefined
'
&&
dwid
!==
null
)
?
dwid
:
{
found
:
false
}
;
4
if
(
_d
.
found
)
{
_q
.
push
(
[
"
identify
"
,
{
email
:
_d
.
id
,
drip_unknown_status
:
true
}
]
)
;
}
5
}
)
(
drip_woocommerce_identify_data
)
;
6