How To Add Beachmaker website to your personal site:
How To Send Out The Beachmaker Moxi Presentation:
Beachmaker Social Posts:
Beachmaker Text Message Scripts:
Beachmaker Email Scripts:
Beachmaker Renderings:
Beachmaker Floorplans:
Beachmaker Pricing & Availability:
Choosing a selection results in a full page refresh.
Press the space key then arrow keys to make a selection.
window.userGuiding.identify(userId*, attributes)
// example with attributes
window.userGuiding.identify('1Ax69i57j0j69i60l4', {
email: 'user@awesome.com',
name: 'Awesome User',
created_at: 1644403436643,
})
// example with company attributes
window.userGuiding.identify('1Ax69i57j0j69i60l4', {
name: 'Awesome User',
// id of company is required
company: {
id: '1',
name: 'Awesome Company',
}
})
// or just send userId without attributes
window.userGuiding.identify('1Ax69i57j0j69i60l4')