File size: 152 Bytes
1e92f2d |
1 2 3 4 5 |
export function recordTracksEvent( event, properties ) {
window._tkq = window._tkq || [];
window._tkq.push( [ 'recordEvent', event, properties ] );
}
|
1e92f2d |
1 2 3 4 5 |
export function recordTracksEvent( event, properties ) {
window._tkq = window._tkq || [];
window._tkq.push( [ 'recordEvent', event, properties ] );
}
|