Before you can build the plan you need to be clear on the destination. Our Business Planning Simplified course is designed to take you through the process step by step.
There are some basic principles of success that you must know before you make any major steps towards your goals. This course is designed to take you through those principles step by step.
One we have ultimate clarity and understand the principles for success, we are ready to build the plan. Create an actionable plan using our Business Planning Calculator.
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')