CINXE.COM
Asana
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <script src="//app-ab24.marketo.com/js/forms2/js/forms2.min.js"></script> <meta name="robots" content="index, nofollow"> <title>Asana</title> <style> @font-face { font-family: 'Gordita'; src: url('https://resources.asana.com/rs/784-XZD-582/images/hinted-Gordita-Regular.woff') format('woff'); } * { font-family: 'Gordita', Helvetica, sans-serif !important; } body { margin: 0; display: flex; flex-direction: column; justify-content: space-between; height: 100vh; } textarea:focus, input:focus { outline: none; } .mktoContent { padding: 2rem 1rem 3rem; flex-grow: 1; } .landing_page-header { padding: 1rem; } .landing_page-text, .landing_page-text li::marker { font-size: 1rem; line-height: 1.75rem; } .landing_page-title { font-size: 1.5rem; font-weight: 400; line-height: 2.25rem; letter-spacing: -0.3px; } .landing_page-main_content { margin: 3rem 0 2.5rem; } .landing_page-share_buttons { margin-top: 1.75rem; } .landing_page-share_buttons a { text-decoration: none; } .landing_page-share_buttons img { width: 1.5rem; background-color: #0d0e10; border-radius: 50%; transition: background-color 225ms; } .landing_page-share_buttons img:hover { background-color: #796eff; } .landing_page-main_image_container { margin-bottom: 3rem; } .landing_page-main_image_container img { width: 100%; max-width: 35.625rem; } .landing_page-main_content ol, .landing_page-main_content ul { margin-top: 1rem; padding-left: 2rem; } .landing_page-main_content li { margin-top: 0.5rem; } .landing_page-comment { font-size: 0.75rem; line-height: 1.25rem; color: #727272; } .landing_page-form { margin: 2rem 0; } .mktoForm { padding: 0 !important; } .mktoForm .mktoGutter, .mktoForm .mktoOffset { display: none; } .mktoForm, .mktoForm .mktoFormCol, .mktoForm .mktoFieldWrap, .mktoForm .mktoField, .mktoForm .mktoButtonRow, .mktoForm .mktoButtonWrap { width: 100% !important; margin-bottom: 0 !important; } .mktoForm .mktoButtonWrap { margin: 0 !important; } .mktoForm .mktoHtmlText, .mktoForm .mktoLabel { width: 100% !important; } .mktoForm .mktoFieldWrap { margin-top: 1rem; display: flex; flex-direction: column; font-size: 0.875rem; } .mktoForm .mktoFieldWrap .mktoLabel { color: #0d0e10; line-height: 1.5rem !important; font-weight: normal !important; display: flex; flex-direction: row-reverse; justify-content: flex-end; } .mktoForm .mktoFieldWrap .mktoField { color: #0d0e10; height: 3rem; padding-left: 1rem; font-size: 1rem; border: 1px solid #727272; box-sizing: border-box; box-shadow: none; border-radius: 2px; } .mktoForm .mktoFieldWrap .mktoError .mktoErrorArrowWrap { display: none; } .mktoForm .mktoFieldWrap .mktoError { position: inherit; } .mktoForm .mktoError .mktoErrorMsg { background-color: white !important; background-image: none !important; border: none !important; border-radius: 0 !important; box-shadow: none !important; text-shadow: none !important; padding: 0 !important; margin-top: 0 !important; font-size: 0.75rem !important; line-height: 1.25rem !important; color: #f06a6a !important; } .mktoForm .mktoField.mktoInvalid { border: 1px solid #f06a6a !important; } .mktoForm .mktoFieldWrap .mktoWarningMsg { color: #ffa500 !important; font-size: 0.75rem; line-height: 1.25rem; } .mktoForm .mktoField.mktoWarning { border: 1px solid #ffa500 !important; } .mktoField:hover { border: 2px solid #727272 !important; } .mktoField:focus { border: 1px solid #0d0e10 !important; } /* TODO: Map styles for disabled fields */ .landing_page-form-field.disabled .landing_page-form-field-label { color: #a5a4a3; } .landing_page-form-field.disabled .landing_page-form-field-input { background: #fafaf9; border: 1px solid #eeebea; } .landing_page-form-field.disabled .landing_page-form-field-input::placeholder { color: #a5a4a3; } /* ---------------------------------- */ .mktoForm .mktoButtonWrap .mktoButton { width: 100%; height: 3rem; font-size: 1rem !important; background-color: black !important; background-image: none !important; border-color: black !important; border-radius: 3px; box-shadow: none !important; color: white !important; margin-top: 1.5rem; } .mktoForm .mktoButtonWrap .mktoButton:hover { background-color: #796eff !important; border-color: #796eff !important; } .landing_page-footer_container { background-color: #2a2b2c; } .landing_page-footer { padding: 1.5rem; font-size: 0.875rem; display: flex; flex-direction: column; align-items: center; } .landing_page-footer-links { margin: 1.5rem 0; display: flex; align-items: center; } .landing_page-footer-links-social_media { margin: 0 0.125rem; } .landing_page-footer-links-social_media img { background-color: #0d0e10; border-radius: 50%; transition: background-color 225ms; } .landing_page-footer-links-social_media img:hover { background-color: #796eff; } .landing_page-footer-links-app-button { margin: 0 0.25rem; opacity: 0.6; transition: opacity 225ms; } .landing_page-footer-links-app-button:hover { opacity: 1; } .landing_page-footer-links a { color: white; text-decoration: none; } @media (min-width: 768px) { .mktoContent { padding: 3rem 2rem 4rem; } .landing_page-header { padding: 1rem 2rem; } .landing_page { position: relative; display: flex; justify-content: space-between; } .landing_page-date_container { display: flex; align-items: center; justify-content: space-between; } .landing_page-share_buttons { margin-top: 0; } .landing_page-main_content, .landing_page-form { margin: 5rem 0 2.5rem; } .landing_page-main_content { width: 54%; } .landing_page-main_image_container { margin-bottom: 5rem; } .landing_page-form { position: absolute; top: 0; right: 0; width: 44%; /* TODO: */ /* margin-left: 1.5rem; */ } .landing_page-title { font-size: 2rem; line-height: 2.75rem; } .landing_page-main_content { margin: 4rem 0 2.5rem; } .landing_page-main_image_container { margin-bottom: 4rem; } .landing_page-footer { height: 6.5rem; flex-direction: row; justify-content: space-between; padding: 0 2rem; } } @media (min-width: 1120px) { .mktoContent { padding: 3rem 4rem 4rem; } .landing_page-header { padding: 1rem 4rem; } .landing_page-footer { padding: 0 4rem; } } @media (min-width: 1280px) { .landing_page-size { max-width: 1250px; margin: 0 auto; } .mktoContent { padding: 3rem 10% 4rem; width: -webkit-fill-available; } .landing_page-header { padding: 1rem 10%; } .landing_page-main_content, .landing_page-main_image_container img { max-width: 39.25rem; } .landing_page-form { max-width: 32.375rem; } .landing_page-footer { padding: 0 10%; } } </style> <!-- Google Tag Manager --> <script> (function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-5KGDZGG'); </script> <!-- End Google Tag Manager --> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" > <link rel="icon" href="/favicon.ico" type="image/x-icon" > <style>.mktoGen.mktoImg {display:inline-block; line-height:0;}</style> </head> <body id="bodyId"> <nav class="landing_page-header"> <div class="landing_page-size"> <a href="https://asana.com/product"> <img src="https://resources.asana.com/rs/784-XZD-582/images/asana-logo.svg" alt="Asana logo"> </a> </div> </nav> <div class="mktoContent landing_page-size"> <h1 class="mktoText landing_page-title" id="pageHeadline" style="display:block;"><div>The 3-step playbook to a more impactful 2024 marketing plan</div></h1> <div class="landing_page-date_container"> <span class="mktoText landing_page-text" id="pageDate" style="display:block;"><div>On-demand webinar</div></span> <div class="landing_page-share_buttons"> <a class="mktoShareButton" id="fb_share_button" target="_blank"> <img src="https://resources.asana.com/rs/784-XZD-582/images/white-fb-social-media-icon.svg" alt="Facebook Share Button"> </a> <a class="mktoShareButton" id="tw_share_button" target="_blank"> <img src="https://resources.asana.com/rs/784-XZD-582/images/white-tw-social-media-icon.svg" alt="Twitter Share Button"> </a> <a class="mktoShareButton" id="li_share_button" target="_blank"> <img src="https://resources.asana.com/rs/784-XZD-582/images/white-li-social-media-icon.svg" alt="LinkedIn Share Button"> </a> </div> </div> <div class="landing_page"> <div class="landing_page-main_content" id="landingPageMainContent"> <div class="landing_page-main_image_container" style="display:block;"> <div class="mktoImg mktoGen" id="mkto_gen_pageImage"><img class="lpimg" id="pageImage" mktoname="Page Image" src="/rs/784-XZD-582/images/IMG-AMER-EN-CMO%20Webinar%20Speakers.png" alt="Main image"></div> </div> <div class="mktoText landing_page-text" id="pageText1" style="display:block;"><p>HashiCorp’s marketing team helped drive 48% year-over-year revenue growth in fiscal year 2023. Their secret? A simplified marketing plan that cuts through the chaos and gets every team on the same page.</p> <p>In this webinar, you’ll get the playbook that the Head of Revenue Marketing at Asana and Senior Director, GTM & Operations at HashiCorp used to craft their marketing plans. You’ll learn how to:</p> <ul> <li>Develop a framework to simplify marketing objectives to what really matters</li> <li>Unite top-down and bottoms-up planning efforts</li> <li>Determine when you should (and shouldn’t) centralize efforts to move faster</li> </ul></div> <div class="landing_page-form" id="landingPageForm" style="display:block;"> <span class="landing_page-comment"> All fields are required unless marked optional. </span> <div class="mktoForm" id="primaryForm"><div id='lpeCDiv_110247' class='lpeCElement Short_Form_-_English'><span class='lpContentsItem formSpan'> <script src="/js/forms2/js/forms2.min.js"></script> <form class="mktoForm" id="mktoForm_142"> </form> <script> (function (){ var formDescriptor = {"Id":142,"Vid":142,"Status":"approved","Name":"Short Form - English","Description":"Phone number is optional for English only Forms: https:\/\/app.asana.com\/0\/1201272459945138\/1202954363382148\/f","Layout":"left","GutterWidth":10,"OffsetWidth":10,"HasTwoButtons":true,"SubmitLabel":"Submit","ResetLabel":"Clear","ButtonLocation":"120","LabelWidth":100,"FieldWidth":150,"ToolTipType":"none","FontFamily":"Helvetica, Arial, sans-serif","FontSize":"13px","FontColor":"#333","FontUrl":null,"LineMargin":10,"ProcessorVersion":2,"CreatedByUserid":null,"ProcessOptions":{"language":"English","locale":"en_US","profiling":{"isEnabled":false,"numberOfProfilingFields":3,"alwaysShowFields":[]},"socialSignOn":{"isEnabled":false,"enabledNetworks":[],"cfId":null,"codeSnippet":null},"knownLead":{"type":"form","template":""}},"EnableDeferredMode":0,"EnableCaptcha":1,"EnableGlobalFormValidationRule":1,"ButtonType":null,"ButtonImageUrl":null,"ButtonText":null,"ButtonSubmissionText":"Please Wait","ButtonStyle":{"id":11,"className":"mktoSimple","css":".mktoForm .mktoButtonWrap.mktoSimple .mktoButton {\ncolor:#fff;\nborder:1px solid #75ae4c;\npadding:0.4em 1em;\nfont-size:1em;\nbackground-color:#99c47c;\nbackground-image: -webkit-gradient(linear, left top, left bottom, from(#99c47c), to(#75ae4c));\nbackground-image: -webkit-linear-gradient(top, #99c47c, #75ae4c);\nbackground-image: -moz-linear-gradient(top, #99c47c, #75ae4c);\nbackground-image: linear-gradient(to bottom, #99c47c, #75ae4c);\n}\n.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {\nborder:1px solid #447f19;\n}\n.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus {\noutline:none;\nborder:1px solid #447f19;\n}\n.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active{\nbackground-color:#75ae4c;\nbackground-image: -webkit-gradient(linear, left top, left bottom, from(#75ae4c), to(#99c47c));\nbackground-image: -webkit-linear-gradient(top, #75ae4c, #99c47c);\nbackground-image: -moz-linear-gradient(top, #75ae4c, #99c47c);\nbackground-image: linear-gradient(to bottom, #75ae4c, #99c47c);\n}\n","buttonColor":null},"ThemeStyle":{"id":2,"displayOrder":1,"name":"Simple","backgroundColor":"#FFF","layout":"left","fontFamily":"Helvetica, Arial, sans-serif","fontSize":"13px","fontColor":"#333","offsetWidth":10,"gutterWidth":10,"labelWidth":100,"fieldWidth":150,"lineMargin":10,"useBackgroundColorOnPreview":false,"css":".mktoForm fieldset.mkt3-formEditorFieldContainer{border: solid 1px gray;}.mktoForm fieldset.mkt3-formEditorFieldContainer legend{padding:0 1em;}","href":"css\/forms2-theme-simple.css","buttonStyleId":11},"ThemeStyleOverride":null,"FormFollowup":"\/\/resources.asana.com\/level-up-your-marketing-plan-confirmation.html","LiveStreamSettings":null,"rows":[[{"Id":21179,"Name":"HtmlText_2020-03-31T23:46:16.177Z","Datatype":"htmltext","InputInitialValue":"","LabelWidth":450,"ProfilingFieldNumber":0,"Htmltext":"By completing and submitting the form below, you will receive information, tips, and promotions from Asana. To learn more about how Asana\u00a0uses your information, see our \u003Ca href=\"https:\/\/asana.com\/terms#privacy-policy\" target=\"_blank\" id=\"\"\u003EPrivacy Statement\u003C\/a\u003E.","IsLabelToLeft":true}],[{"Id":21165,"Name":"FirstName","IsRequired":true,"Datatype":"string","Maxlength":255,"InputLabel":"First Name:","InputInitialValue":"","InputSourceChannel":"constant","InputSourceSelector":"constant","VisibleRows":0,"FieldWidth":250,"LabelWidth":120,"ValidationMessage":"This field is required."}],[{"Id":21166,"Name":"LastName","IsRequired":true,"Datatype":"string","Maxlength":255,"InputLabel":"Last Name:","InputInitialValue":"","InputSourceChannel":"constant","InputSourceSelector":"constant","VisibleRows":0,"FieldWidth":250,"LabelWidth":120,"ValidationMessage":"This field is required."}],[{"Id":21164,"Name":"Email","IsRequired":true,"Datatype":"email","Maxlength":255,"InputLabel":"Business Email:","InputInitialValue":"","InputSourceChannel":"constant","InputSourceSelector":"constant","VisibleRows":0,"FieldWidth":250,"LabelWidth":120,"ValidationMessage":"Must be valid email. \u003Cspan class='mktoErrorDetail'\u003Eexample@yourdomain.com\u003C\/span\u003E"}],[{"Id":21167,"Name":"Company","IsRequired":true,"Datatype":"string","Maxlength":255,"InputLabel":"Company:","InputInitialValue":"","InputSourceChannel":"constant","InputSourceSelector":"constant","VisibleRows":0,"FieldWidth":250,"LabelWidth":120,"ProfilingFieldNumber":0,"ValidationMessage":"This field is required."}],[{"Id":21183,"Name":"Phone","Datatype":"phone","Maxlength":255,"InputLabel":"Phone Number:","InputInitialValue":"","InputSourceChannel":"constant","FieldWidth":250,"LabelWidth":120,"ProfilingFieldNumber":0,"ValidationMessage":"Must be a phone number. \u003Cspan class='mktoErrorDetail'\u003E503-555-1212\u003C\/span\u003E","VisibilityRule":{"defaultVisibility":"hide","rules":[{"subjectField":"Country","fieldLabel":"Country","operator":"equal","values":["Australia","New Zealand","China","Hong Kong","Macao","Mongolia","Japan","Korea, Republic of","Korea, Democratic People's Republic of","Russian Federation","Afghanistan","Bangladesh","Bhutan","India","Maldives","Nepal","Pakistan","Sri Lanka","Brunei Darussalam","Cambodia","Christmas Island","Cocos (Keeling) Islands","Indonesia","Lao People's Democratic Republic","Malaysia","Myanmar","Philippines","Singapore","Thailand","Timor-Leste","Vietnam","Heard Island and McDonald Islands","Fiji","Papua New Guinea","Solomon Islands","Vanuatu","Kiribati","Marshall Islands","Micronesia, Federated States of","Nauru","Palau","Niue","Cook Islands","Norfolk Island","Samoa","Tokelau","Tonga","Tuvalu"],"altLabel":"Phone Number:"}]}}],[{"Id":21180,"Name":"NumberOfEmployees","IsRequired":true,"Datatype":"picklist","PicklistValues":[{"label":"Select...","value":"","selected":true,"isDefault":true},{"label":"1-9","value":"9"},{"label":"10-49","value":"49"},{"label":"50-99","value":"99"},{"label":"100-999","value":"999"},{"label":"1000-1999","value":"1999"},{"label":"2000+","value":"2000"}],"DefaultValue":[""],"InputLabel":"Employee Size:","InputInitialValue":"","InputSourceChannel":"constant","VisibleRows":4,"FieldWidth":250,"LabelWidth":120,"ProfilingFieldNumber":0,"ValidationMessage":"This field is required.","DisablePrefill":true}],[{"Id":21175,"Name":"Country","IsRequired":true,"Datatype":"picklist","Maxlength":255,"PicklistValues":[{"label":"Select...","value":"","selected":true,"isDefault":true},{"label":"United States","value":"United States"},{"label":"Afghanistan","value":"Afghanistan"},{"label":"\u00c5land Islands","value":"\u00c5land Islands"},{"label":"Albania","value":"Albania"},{"label":"Algeria","value":"Algeria"},{"label":"American Samoa","value":"American Samoa"},{"label":"Andorra","value":"Andorra"},{"label":"Angola","value":"Angola"},{"label":"Anguilla","value":"Anguilla"},{"label":"Antarctica","value":"Antarctica"},{"label":"Antigua and Barbuda","value":"Antigua and Barbuda"},{"label":"Argentina","value":"Argentina"},{"label":"Armenia","value":"Armenia"},{"label":"Aruba","value":"Aruba"},{"label":"Australia","value":"Australia"},{"label":"Austria","value":"Austria"},{"label":"Azerbaijan","value":"Azerbaijan"},{"label":"Bahrain","value":"Bahrain"},{"label":"Bahamas","value":"Bahamas"},{"label":"Bangladesh","value":"Bangladesh"},{"label":"Barbados","value":"Barbados"},{"label":"Belarus","value":"Belarus"},{"label":"Belgium","value":"Belgium"},{"label":"Belize","value":"Belize"},{"label":"Benin","value":"Benin"},{"label":"Bermuda","value":"Bermuda"},{"label":"Bhutan","value":"Bhutan"},{"label":"Bolivia, Plurinational State of","value":"Bolivia, Plurinational State of"},{"label":"Bonaire, Sint Eustatius and Saba","value":"Bonaire, Sint Eustatius and Saba"},{"label":"Bosnia and Herzegovina","value":"Bosnia and Herzegovina"},{"label":"Botswana","value":"Botswana"},{"label":"Bouvet Island","value":"Bouvet Island"},{"label":"Brazil","value":"Brazil"},{"label":"British Indian Ocean Territory","value":"British Indian Ocean Territory"},{"label":"Brunei Darussalam","value":"Brunei Darussalam"},{"label":"Bulgaria","value":"Bulgaria"},{"label":"Burkina Faso","value":"Burkina Faso"},{"label":"Burundi","value":"Burundi"},{"label":"Cambodia","value":"Cambodia"},{"label":"Cameroon","value":"Cameroon"},{"label":"Canada","value":"Canada"},{"label":"Cape Verde","value":"Cape Verde"},{"label":"Cayman Islands","value":"Cayman Islands"},{"label":"Central African Republic","value":"Central African Republic"},{"label":"Chad","value":"Chad"},{"label":"Chile","value":"Chile"},{"label":"China","value":"China"},{"label":"Christmas Island","value":"Christmas Island"},{"label":"Cocos (Keeling) Islands","value":"Cocos (Keeling) Islands"},{"label":"Colombia","value":"Colombia"},{"label":"Comoros","value":"Comoros"},{"label":"Congo","value":"Congo"},{"label":"Congo, the Democratic Republic of the","value":"Congo, the Democratic Republic of the"},{"label":"Cook Islands","value":"Cook Islands"},{"label":"Costa Rica","value":"Costa Rica"},{"label":"Cote d'Ivoire","value":"Cote d'Ivoire"},{"label":"Croatia","value":"Croatia"},{"label":"Cuba","value":"Cuba"},{"label":"Cura\u00e7ao","value":"Cura\u00e7ao"},{"label":"Cyprus","value":"Cyprus"},{"label":"Czech Republic","value":"Czech Republic"},{"label":"Denmark","value":"Denmark"},{"label":"Djibouti","value":"Djibouti"},{"label":"Dominica","value":"Dominica"},{"label":"Dominican Republic","value":"Dominican Republic"},{"label":"Ecuador","value":"Ecuador"},{"label":"Egypt","value":"Egypt"},{"label":"El Salvador","value":"El Salvador"},{"label":"Equatorial Guinea","value":"Equatorial Guinea"},{"label":"Eritrea","value":"Eritrea"},{"label":"Estonia","value":"Estonia"},{"label":"Ethiopia","value":"Ethiopia"},{"label":"Falkland Islands (Malvinas)","value":"Falkland Islands (Malvinas)"},{"label":"Faroe Islands","value":"Faroe Islands"},{"label":"Fiji","value":"Fiji"},{"label":"Finland","value":"Finland"},{"label":"France","value":"France"},{"label":"French Guiana","value":"French Guiana"},{"label":"French Polynesia","value":"French Polynesia"},{"label":"French Southern Territories","value":"French Southern Territories"},{"label":"Gabon","value":"Gabon"},{"label":"Gambia","value":"Gambia"},{"label":"Georgia","value":"Georgia"},{"label":"Germany","value":"Germany"},{"label":"Ghana","value":"Ghana"},{"label":"Gibraltar","value":"Gibraltar"},{"label":"Greece","value":"Greece"},{"label":"Greenland","value":"Greenland"},{"label":"Grenada","value":"Grenada"},{"label":"Guadeloupe","value":"Guadeloupe"},{"label":"Guam","value":"Guam"},{"label":"Guatemala","value":"Guatemala"},{"label":"Guernsey","value":"Guernsey"},{"label":"Guinea","value":"Guinea"},{"label":"Guinea-Bissau","value":"Guinea-Bissau"},{"label":"Guyana","value":"Guyana"},{"label":"Haiti","value":"Haiti"},{"label":"Heard Island and McDonald Islands","value":"Heard Island and McDonald Islands"},{"label":"Holy See (Vatican City State)","value":"Holy See (Vatican City State)"},{"label":"Honduras","value":"Honduras"},{"label":"Hong Kong","value":"Hong Kong"},{"label":"Hungary","value":"Hungary"},{"label":"Iceland","value":"Iceland"},{"label":"India","value":"India"},{"label":"Indonesia","value":"Indonesia"},{"label":"Iran, Islamic Republic of","value":"Iran, Islamic Republic of"},{"label":"Iraq","value":"Iraq"},{"label":"Ireland","value":"Ireland"},{"label":"Isle of Man","value":"Isle of Man"},{"label":"Israel","value":"Israel"},{"label":"Italy","value":"Italy"},{"label":"Jamaica","value":"Jamaica"},{"label":"Japan","value":"Japan"},{"label":"Jersey","value":"Jersey"},{"label":"Jordan","value":"Jordan"},{"label":"Kazakhstan","value":"Kazakhstan"},{"label":"Kenya","value":"Kenya"},{"label":"Kiribati","value":"Kiribati"},{"label":"Korea, Democratic People's Republic of","value":"Korea, Democratic People's Republic of"},{"label":"Korea, Republic of","value":"Korea, Republic of"},{"label":"Kuwait","value":"Kuwait"},{"label":"Kyrgyzstan","value":"Kyrgyzstan"},{"label":"Lao People's Democratic Republic","value":"Lao People's Democratic Republic"},{"label":"Latvia","value":"Latvia"},{"label":"Lebanon","value":"Lebanon"},{"label":"Lesotho","value":"Lesotho"},{"label":"Liberia","value":"Liberia"},{"label":"Libya","value":"Libya"},{"label":"Liechtenstein","value":"Liechtenstein"},{"label":"Lithuania","value":"Lithuania"},{"label":"Luxembourg","value":"Luxembourg"},{"label":"Macao","value":"Macao"},{"label":"Macedonia, the Former Yugoslav Republic of","value":"Macedonia, the Former Yugoslav Republic of"},{"label":"Madagascar","value":"Madagascar"},{"label":"Malawi","value":"Malawi"},{"label":"Malaysia","value":"Malaysia"},{"label":"Maldives","value":"Maldives"},{"label":"Mali","value":"Mali"},{"label":"Malta","value":"Malta"},{"label":"Marshall Islands","value":"Marshall Islands"},{"label":"Martinique","value":"Martinique"},{"label":"Mauritania","value":"Mauritania"},{"label":"Mauritius","value":"Mauritius"},{"label":"Mayotte","value":"Mayotte"},{"label":"Mexico","value":"Mexico"},{"label":"Micronesia, Federated States of","value":"Micronesia, Federated States of"},{"label":"Moldova, Republic of","value":"Moldova, Republic of"},{"label":"Monaco","value":"Monaco"},{"label":"Mongolia","value":"Mongolia"},{"label":"Montenegro","value":"Montenegro"},{"label":"Montserrat","value":"Montserrat"},{"label":"Morocco","value":"Morocco"},{"label":"Mozambique","value":"Mozambique"},{"label":"Myanmar","value":"Myanmar"},{"label":"Namibia","value":"Namibia"},{"label":"Nauru","value":"Nauru"},{"label":"Nepal","value":"Nepal"},{"label":"Netherlands","value":"Netherlands"},{"label":"New Caledonia","value":"New Caledonia"},{"label":"New Zealand","value":"New Zealand"},{"label":"Nicaragua","value":"Nicaragua"},{"label":"Niger","value":"Niger"},{"label":"Nigeria","value":"Nigeria"},{"label":"Niue","value":"Niue"},{"label":"Norfolk Island","value":"Norfolk Island"},{"label":"Northern Mariana Islands","value":"Northern Mariana Islands"},{"label":"Norway","value":"Norway"},{"label":"Oman","value":"Oman"},{"label":"Pakistan","value":"Pakistan"},{"label":"Palau","value":"Palau"},{"label":"Palestine, State of","value":"Palestine, State of"},{"label":"Panama","value":"Panama"},{"label":"Papua New Guinea","value":"Papua New Guinea"},{"label":"Paraguay","value":"Paraguay"},{"label":"Peru","value":"Peru"},{"label":"Philippines","value":"Philippines"},{"label":"Pitcairn","value":"Pitcairn"},{"label":"Poland","value":"Poland"},{"label":"Portugal","value":"Portugal"},{"label":"Puerto Rico","value":"Puerto Rico"},{"label":"Qatar","value":"Qatar"},{"label":"R\u00e9union","value":"R\u00e9union"},{"label":"Romania","value":"Romania"},{"label":"Russian Federation","value":"Russian Federation"},{"label":"Rwanda","value":"Rwanda"},{"label":"Saint Barth\u00e9lemy","value":"Saint Barth\u00e9lemy"},{"label":"Saint Helena, Ascension and Tristan da Cunha","value":"Saint Helena, Ascension and Tristan da Cunha"},{"label":"Saint Kitts and Nevis","value":"Saint Kitts and Nevis"},{"label":"Saint Lucia","value":"Saint Lucia"},{"label":"Saint Martin (French part)","value":"Saint Martin (French part)"},{"label":"Saint Pierre and Miquelon","value":"Saint Pierre and Miquelon"},{"label":"Saint Vincent and the Grenadines","value":"Saint Vincent and the Grenadines"},{"label":"Samoa","value":"Samoa"},{"label":"San Marino","value":"San Marino"},{"label":"Sao Tome and Principe","value":"Sao Tome and Principe"},{"label":"Saudi Arabia","value":"Saudi Arabia"},{"label":"Senegal","value":"Senegal"},{"label":"Serbia","value":"Serbia"},{"label":"Seychelles","value":"Seychelles"},{"label":"Sierra Leone","value":"Sierra Leone"},{"label":"Singapore","value":"Singapore"},{"label":"Sint Maarten (Dutch part)","value":"Sint Maarten (Dutch part)"},{"label":"Slovakia","value":"Slovakia"},{"label":"Slovenia","value":"Slovenia"},{"label":"Solomon Islands","value":"Solomon Islands"},{"label":"Somalia","value":"Somalia"},{"label":"South Africa","value":"South Africa"},{"label":"South Georgia and the South Sandwich Islands","value":"South Georgia and the South Sandwich Islands"},{"label":"South Sudan","value":"South Sudan"},{"label":"Spain","value":"Spain"},{"label":"Sri Lanka","value":"Sri Lanka"},{"label":"Sudan","value":"Sudan"},{"label":"Suriname","value":"Suriname"},{"label":"Svalbard and Jan Mayen","value":"Svalbard and Jan Mayen"},{"label":"Swaziland","value":"Swaziland"},{"label":"Sweden","value":"Sweden"},{"label":"Switzerland","value":"Switzerland"},{"label":"Syrian Arab Republic","value":"Syrian Arab Republic"},{"label":"Taiwan","value":"Taiwan, Province of China"},{"label":"Tajikistan","value":"Tajikistan"},{"label":"Tanzania, United Republic of","value":"Tanzania, United Republic of"},{"label":"Thailand","value":"Thailand"},{"label":"Timor-Leste","value":"Timor-Leste"},{"label":"Togo","value":"Togo"},{"label":"Tokelau","value":"Tokelau"},{"label":"Tonga","value":"Tonga"},{"label":"Trinidad and Tobago","value":"Trinidad and Tobago"},{"label":"Tunisia","value":"Tunisia"},{"label":"Turkey","value":"Turkey"},{"label":"Turkmenistan","value":"Turkmenistan"},{"label":"Turks and Caicos Islands","value":"Turks and Caicos Islands"},{"label":"Tuvalu","value":"Tuvalu"},{"label":"Uganda","value":"Uganda"},{"label":"Ukraine","value":"Ukraine"},{"label":"United Arab Emirates","value":"United Arab Emirates"},{"label":"United Kingdom","value":"United Kingdom"},{"label":"United States Minor Outlying Islands","value":"United States Minor Outlying Islands"},{"label":"Uruguay","value":"Uruguay"},{"label":"Uzbekistan","value":"Uzbekistan"},{"label":"Vanuatu","value":"Vanuatu"},{"label":"Venezuela, Bolivarian Republic of","value":"Venezuela, Bolivarian Republic of"},{"label":"Vietnam","value":"Vietnam"},{"label":"Virgin Islands, British","value":"Virgin Islands, British"},{"label":"Virgin Islands, U.S.","value":"Virgin Islands, U.S."},{"label":"Wallis and Futuna","value":"Wallis and Futuna"},{"label":"Western Sahara","value":"Western Sahara"},{"label":"Yemen","value":"Yemen"},{"label":"Zambia","value":"Zambia"},{"label":"Zimbabwe","value":"Zimbabwe"}],"DefaultValue":[""],"InputLabel":"Country:","InputInitialValue":"","InputSourceChannel":"constant","InputSourceSelector":"constant","VisibleRows":4,"FieldWidth":250,"LabelWidth":120,"ProfilingFieldNumber":0,"ValidationMessage":"This field is required."}],[{"Id":21182,"Name":"Title","IsRequired":true,"Datatype":"string","Maxlength":255,"InputLabel":"Job Title:","InputInitialValue":"","InputSourceChannel":"constant","FieldWidth":250,"LabelWidth":120,"ProfilingFieldNumber":0,"ValidationMessage":"This field is required."}],[{"Id":21177,"Name":"Opt_In_To_Promotional_Emails__c","Datatype":"hidden","InputLabel":"I would like information, tips, and offers about Asana products. ","InputInitialValue":"Yes","InputSourceChannel":"constant","InputSourceSelector":"","FieldWidth":15,"LabelWidth":300,"ProfilingFieldNumber":0}],[{"Id":21168,"Name":"LeadSource","Datatype":"hidden","Maxlength":255,"InputLabel":"Person Source:","InputInitialValue":"","InputSourceChannel":"url","InputSourceSelector":"lead_source","VisibleRows":0,"ProfilingFieldNumber":0}],[{"Id":21169,"Name":"UTM_Campaign_Marketo__c","Datatype":"hidden","Maxlength":255,"InputLabel":"UTM Campaign (Marketo):","InputInitialValue":"","InputSourceChannel":"url","InputSourceSelector":"utm_campaign","VisibleRows":0,"ProfilingFieldNumber":0}],[{"Id":21170,"Name":"UTM_Medium_Marketo__c","Datatype":"hidden","Maxlength":128,"InputLabel":"UTM Medium (Marketo):","InputInitialValue":"","InputSourceChannel":"url","InputSourceSelector":"utm_medium","VisibleRows":0,"ProfilingFieldNumber":0}],[{"Id":21171,"Name":"UTM_Source_Marketo__c","Datatype":"hidden","Maxlength":255,"InputLabel":"UTM Source (Marketo):","InputInitialValue":"","InputSourceChannel":"url","InputSourceSelector":"utm_source","VisibleRows":0,"ProfilingFieldNumber":0}],[{"Id":21172,"Name":"UTM_Content_Marketo__c","Datatype":"hidden","Maxlength":255,"InputLabel":"UTM Content (Marketo):","InputInitialValue":"","InputSourceChannel":"url","InputSourceSelector":"utm_content","VisibleRows":0,"ProfilingFieldNumber":0}],[{"Id":21173,"Name":"UTM_Term_Marketo__c","Datatype":"hidden","Maxlength":255,"InputLabel":"UTM Term (Marketo):","InputInitialValue":"","InputSourceChannel":"url","InputSourceSelector":"utm_term","VisibleRows":0,"ProfilingFieldNumber":0}],[{"Id":21178,"Name":"googleClientID","Datatype":"hidden","Maxlength":255,"InputLabel":"Google Client ID:","InputInitialValue":"","InputSourceChannel":"constant","ProfilingFieldNumber":0}],[{"Id":21176,"Name":"Preferred_Locale__c","Datatype":"hidden","Maxlength":255,"InputLabel":"Preferred Language:","InputInitialValue":"en","InputSourceChannel":"constant","InputSourceSelector":"","VisibleRows":4,"FieldWidth":250,"LabelWidth":120,"ProfilingFieldNumber":0}],[{"Id":21181,"Name":"mkto71_Sync_to_Marketo__c","Datatype":"hidden","InputLabel":"Sync to Marketo:","InputInitialValue":"TRUE","InputSourceChannel":"constant","InputSourceSelector":"","ProfilingFieldNumber":0}],[{"Id":21174,"Name":"Profiling","Datatype":"profiling","InputInitialValue":"","InputSourceChannel":"constant","ProfilingFieldNumber":0,"IsLabelToLeft":true}]],"fieldsetRows":[],"action":"\/index.php\/leadCapture\/save2","munchkinId":"784-XZD-582","dcJsUrl":"","invalidInputMsg":"Invalid Input","formSubmitFailedMsg":"Submission failed, please try again later.","isPreview":null}; MktoForms2.setOptions({baseUrl:"/js/forms2/"}); var isDev = false; if(isDev && window.console && window.JSON){ console.log(JSON.stringify(formDescriptor, null, " ")); } formDescriptor.lpId = 8752; var form = MktoForms2.newForm(formDescriptor, function (form){ var lpFields = {"lpId":8752,"subId":10,"munchkinId":"784-XZD-582","lpurl":"\/\/resources.asana.com\/level-up-your-marketing-plan.html?cr={creative}&kw={keyword}","followupLpId":8754}; var pageFields = MktoForms2.getPageFields(); form.addHiddenFields(lpFields); form.addHiddenFields(pageFields); if(window.mktoPreFillFields){ form.setValuesCoerced(mktoPreFillFields); } if(!form.EnableDeferredMode){ form.render(); } }); })() </script> <noscript> <form class='mktoForm mktoNoJS'> <input type="hidden" name="formid" value="142" /> </form> <p>Please enable Javascript to view this form.</p> </noscript> </span></div> </div> </div> <div class="mktoText landing_page-text" id="pageText2" style="display:block;"><div><br /></div></div> </div> </div> </div> <footer class="landing_page-footer_container"> <div class="landing_page-footer landing_page-size"> <div class="landing_page-footer-links"> <a target="_blank" href="https://asana.com/sales">Contact Sales</a> </div> <div class="landing_page-footer-links"> <a>© 2024 Asana, Inc.</a> </div> <div class="landing_page-footer-links"> <a target="_blank" href="https://asana.com/terms">Terms & Privacy</a> </div> <div class="landing_page-footer-links"> <a class="landing_page-footer-links-social_media" href="https://www.facebook.com/asana" target="_blank"> <img src="https://resources.asana.com/rs/784-XZD-582/images/white-fb-social-media-icon.svg" alt="Facebook media button"> </a> <a class="landing_page-footer-links-social_media" href="https://twitter.com/intent/follow?screen_name=asana" target="_blank"> <img src="https://resources.asana.com/rs/784-XZD-582/images/white-tw-social-media-icon.svg" alt="Twitter media button"> </a> <a class="landing_page-footer-links-social_media" href="https://www.linkedin.com/company/asana/" target="_blank"> <img src="https://resources.asana.com/rs/784-XZD-582/images/white-li-social-media-icon.svg" alt="LinkedIn media button"> </a> <a class="landing_page-footer-links-social_media" href="https://www.instagram.com/asana/" target="_blank"> <img src="https://resources.asana.com/rs/784-XZD-582/images/white-ig-social-media-icon.svg" alt="Instagram media button"> </a> <a class="landing_page-footer-links-social_media" href="https://www.youtube.com/channel/UC2BoogM0AqwOJyoSp1S4ClQ" target="_blank"> <img src="https://resources.asana.com/rs/784-XZD-582/images/white-yt-social-media-icon.svg" alt="Youtube media button"> </a> </div> <div class="landing_page-footer-links"> <a class="landing_page-footer-links-app-button" href="https://apps.apple.com/us/app/asana-mobile/id489969512" target="_blank"> <img src="https://resources.asana.com/rs/784-XZD-582/images/app-store-icon.png" alt="AppStore button"> </a> <a class="landing_page-footer-links-app-button" href="https://play.google.com/store/apps/details?id=com.asana.app&referrer=" target="_blank"> <img src="https://resources.asana.com/rs/784-XZD-582/images/play-store-icon.png" alt="PlayStore button"> </a> </div> </div> </footer> <script> const shareButtons = { fb_share_button: 'http://www.facebook.com/sharer.php?u=', tw_share_button: 'https://twitter.com/intent/tweet?url=', li_share_button: 'https://www.linkedin.com/sharing/share-offsite/?url=', }; const populateShareButtons = () => { const url = window.location.href; for (const id in shareButtons) { const a = document.getElementById(id); a.href = shareButtons[id] + url; } }; populateShareButtons(); const fixHeigth = () => { const form = document.getElementById('landingPageForm'); const mainContent = document.getElementById('landingPageMainContent'); mainContent.style.minHeight = `${ form.getBoundingClientRect().height }px`; }; window.addEventListener('load', setTimeout(fixHeigth, 1500)); </script> <!-- Form validations --> <script> var asanaMarketoFormHelpers = { addStyles: function () { styleString; var style = document.createElement('style'); style.textContent = styleString; document.head.append(style); }, personalEmailErrorMessage: function () { var inputEl = document.querySelector( '.mktoFormRow input[name="Preferred_Locale__c"]', ); var currentFormLanguage = (inputEl && inputEl.value) || 'en'; var personalEmailErrorMessageTranslations = { de: 'Bitte geben Sie Ihre geschäftliche E-Mail-Adresse ein.', en: 'Please enter your business email.', es: 'Escribe tu email laboral.', fr: 'Veuillez saisir votre adresse e-mail professionnelle.', ja: '会社 (ビジネス) 用メールアドレスを入力してください。', pt: 'Insira o seu e-mail empresarial.', }; return ( personalEmailErrorMessageTranslations[currentFormLanguage] || personalEmailErrorMessageTranslations['en'] ); }, utilGetCookie: function (name) { var v = document.cookie.match('(^|;) ?' + name + '=([^;]*)(;|$)'); return v ? v[2] : null; }, utilGetUrlParam: function (name) { var params = new URLSearchParams( document.location.search.substring(1), ); return params.get(name); }, setGoogleClientIdValue: function (gaId) { var inputEl = document.querySelector( '.mktoFormRow input[name="googleClientID"]', ); if (inputEl) { inputEl.value = gaId; } }, addGAId: function () { var gaKey = '_ga'; var gaCookieValue = this.utilGetCookie(gaKey); var gaUrlValue = this.utilGetUrlParam(gaKey); if (gaCookieValue || gaUrlValue) { this.setGoogleClientIdValue(gaCookieValue || gaUrlValue); } }, attachListenerToInput: function () { if (!this.emailInput) { return; } this.emailInput.addEventListener( 'input', function () { this.blockPersonalEmail(); }.bind(this), ); }, /** * Checks to see if the given email is in our list of common / known * personal email address domains. */ isPersonalEmail: function (email_address) { var personalDomains = [ '126.com', '163.com', '1and1.com', 'aol.com', 'aol.it', 'att.net', 'bbox.fr', 'bellsouth.net', 'bigpond.com', 'bigpond.com.au', 'bigpond.net.au', 'bluewin.ch', 'btinternet.com', 'charter.net', 'comcast.net', 'cox.net', 'earthlink.net', 'email.com', 'excite.com', 'facebook.com', 'fastmail.fm', 'free.fr', 'freenet.de', 'front.ru', 'frontier.com', 'frontiernet.net', 'fuse.net', 'gmail.com', 'gmx.at', 'gmx.com', 'gmx.de', 'gmx.fr', 'gmx.li', 'gmx.net', 'googlemail.com', 'home.nl', 'home.no.net', 'home.ro', 'home.se', 'hotmail.be', 'hotmail.co.il', 'hotmail.co.uk', 'hotmail.com', 'hotmail.com.ar', 'hotmail.com.br', 'hotmail.com.mx', 'hotmail.de', 'hotmail.es', 'hotmail.fr', 'hotmail.it', 'hotmail.kg', 'hotmail.kz', 'hotmail.ru', 'icloud.com', 'inbox.com', 'inbox.ru', 'juno.com', 'laposte.net', 'libero.it', 'list.ru', 'live.be', 'live.ca', 'live.co.uk', 'live.com', 'live.com.ar', 'live.com.au', 'live.com.mx', 'live.de', 'live.fr', 'live.it', 'live.nl', 'mac.com', 'mail.com', 'mail.ru', 'mailinator.com', 'me.com', 'mindspring.com', 'msn.com', 'netscape.net', 'netzero.net', 'neuf.fr', 'notmailinator.com', 'numericable.fr', 'orange.fr', 'outlook.com', 'outlook.com.br', 'pacbell.net', 'planet.nl', 'pobox.com', 'post.com', 'post.cz', 'prodigy.net', 'prodigy.net.mx', 'protonmail.com', 'qq.com', 'rediffmail.com', 'roadrunner.com', 'sbcglobal.net', 'sfr.fr', 'shaw.ca', 'sina.cn', 'sina.com', 'sinamail.com', 'sky.com', 'sky.com.br', 'sky.com.mx', 'skynet.be', 'spamarrest.com', 'spamfence.net', 'spamgourmet.com', 't-online.de', 'telenet.be', 'telus.net', 'terra.com.br', 'tiscali.co.uk', 'tiscali.it', 'uol.com.br', 'usa.net', 'verizon.net', 'wanadoo.fr', 'web.de', 'ya.ru', 'yahoo.ca', 'yahoo.co.id', 'yahoo.co.in', 'yahoo.co.jp', 'yahoo.co.kr', 'yahoo.co.nz', 'yahoo.co.uk', 'yahoo.com', 'yahoo.com.ar', 'yahoo.com.au', 'yahoo.com.br', 'yahoo.com.cn', 'yahoo.com.hk', 'yahoo.com.is', 'yahoo.com.mx', 'yahoo.com.ph', 'yahoo.com.ru', 'yahoo.com.sg', 'yahoo.de', 'yahoo.dk', 'yahoo.es', 'yahoo.fr', 'yahoo.ie', 'yahoo.in', 'yahoo.it', 'yahoo.jp', 'yahoo.ru', 'yahoo.se', 'yandex.com', 'yandex.ru', 'ymail.com', 'yopmail.com', 'yopmail.fr', 'zoho.com', ]; // split the by @ symbols (technically you can have multiple @'s in an email address) var email_address_array = email_address.split('@'); // get the last chunk, which will be a domain var email_domain_string_location = email_address_array.length - 1; var email_domain = email_address_array[email_domain_string_location]; // if domain is in the above list, return true return personalDomains.includes(email_domain); }, showWarning: function () { this.emailInput.classList.add('-warning'); this.emailInput.classList.add('mktoWarning'); this.personalEmailError.classList.add('-active'); this.personalEmailError.style.display = 'inline-block'; }, hideWarning: function () { this.emailInput.classList.remove('-warning'); this.emailInput.classList.remove('mktoWarning'); this.personalEmailError.classList.remove('-active'); this.personalEmailError.style.display = 'none'; }, blockPersonalEmail: function () { var currentValues = document.querySelector('#Email'); var currentEmail = currentValues && currentValues.value; if (currentEmail && this.isPersonalEmail(currentEmail)) { this.showWarning(); } else { this.hideWarning(); } }, createWarning: function () { if (!this.emailInput) { return; } this.personalEmailError = document.createElement('div'); var workEmail = document.createTextNode( this.personalEmailErrorMessage(), ); this.personalEmailError.appendChild(workEmail); this.personalEmailError.classList.add( 'input-message', 'input-message--warning', 'mktoWarningMsg', ); this.personalEmailError.style.cssText = 'display: none;'; this.emailInput.parentNode.appendChild(this.personalEmailError); }, init: function () { this.emailInput = document.querySelector('#Email'); this.createWarning(); this.attachListenerToInput(); this.addGAId(); }, }; setTimeout(function () { asanaMarketoFormHelpers.init(); }, 1000); </script> <!-- End Form validations --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5KGDZGG" height="0" width="0" style="display: none; visibility: hidden" ></iframe ></noscript> <!-- End Google Tag Manager (noscript) --> <script type="text/javascript" src="//munchkin.marketo.net//munchkin-beta.js"></script><script>Munchkin.init('784-XZD-582', {customName: 'level-up-your-marketing-plan', wsInfo: 'j1RR'});</script> <script type="text/javascript" src="/js/stripmkttok.js"></script></body> <!-- OneTrust Cookies Consent Notice start for asana.com --> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="6d3cfbb6-bd53-462f-aac5-4fafed745589"></script> <script type="text/javascript"> function OptanonWrapper() { } </script> <!-- OneTrust Cookies Consent Notice end for asana.com --> </html>