Knowledgebase

Sort by:
Issue Email won't be approved due to too many custom tokens Solution Sometimes when approving an email with a large number of of tokens, the following error message will appear: 'The number of custom tokens in the email exceeds the limit '   This is a article attached image   This means that you have too many custom tokens in the email and that if you wish to approve the email, you will need to remove one or more of your custom tokens in the email.    Its important to note that this only applies to custom tokens, which are tokens based on a custom field in Marketo.  This means that while you will be allowed to add more of the standard tokens to the email and approve it, you will not be allowed to go beyond the 40 custom token limit we have in place for the non-standard tokens. Here you will find all the standard tokens in Marketo
View full article
New Features: Audit Trail - An enterprise-class feature that gives organizations full visibility into user activity. Chronological activity log viewable at each level of the hierarchy (from the home tab hierarchy to the detailed line item level). Search, filter, sort, and export detailed audit data. 90-day historical view (with the ability to request data past this period). Access via the >> arrows at any level of the Home or Budget tab hierarchy. Available to Owners and Admins only.   Advanced Searchable Drop-downs - Making our product easier to use for end users.  No more scrolling through large lists! Just type to filter the list to your desired value and hit enter. Enhancements:   Improved Import Budget Feedback for Multi-Select Fields - error messages now include the:  Exact row and column where the data needs to be adjusted. Exact issue with the data.    ***For budget imports with multi-select fields only.   HTML User interface Update -  The Details, Roll-up and Budget Panels as well as Import Schedules have been transitioned to HTML5. The new HTML panels include the following usability enhancements: Navigation -  The ability to tab through fields and select values using your keyboard. Saving -  Faster and less intrusive saving (with a saving.../saved notification giving you immediate feedback). Layout - See everything in view-only mode first for a cleaner interface. Identify what cells are editable with a pencil icon on hover and a single click to edit.
View full article
Issue You need to know if Salesforce Group Edition is compatible with Marketo. Solution Having a look at the comparison between the Group Edition and Professional Edition: https://developer.salesforce.com/docs/atlas.en-us.packagingGuide.meta/packagingGuide/dev_package_features_pe_ge.htm We can see that a lot of features from the Professional Edition have been stripped in the Group Edition, mainly the removal of Workflows, Campaigns and Custom profiles. These will most likely hinder how the Marketo CRM Connector operates. The minimum would to be to have the Professional edition when syncing a native Salesforce CRM as per our Documentation on Sync Setup. https://docs.marketo.com/display/public/DOCS/Setup      
View full article
Article Text Included in this Article: Overview Checking for Segment Matches Reasons for not Matching Typos Non-exact Matches   Overview   Using segments, you can target specific organizations by using the Named Accounts attribute in the segment editor. With this attribute, you can select all organizations in a Named Account List or by manually selecting organizations.     However sometimes we see one of those organizations visiting the website but it doesn't match the segment, even though it is included in the segment list.     Checking for Segment Matches   If a list was created manually, it's possible the organization wasn't included in the segment list in the first place. To check:        Go to the Organizations tab          Use the search bar to search the name of the organization in question   If the organization was entered in the list correctly, it will be found through the search. If it does not appear in the search results, there are two issues that are likely to have arisen.     Reasons for not Matching   Typos Luckily, typos are easy to fix. Simply edit the organization's name to match the spelling you wanted it to take on.   Non-exact Matches Even if an organization is spelled correctly, it will still not match the organization listed in the segment if the names aren't exactly the same. It is very common for companies to have different names for their organization.       To fix these non-exact matches, you'll have to be clever about how you name your organizations. In RTP, an important character to know is the wildcard character, represented by an asterisk (*). A wildcard character will match with any character or sequence of characters   For example, the string "Salesforce*" will match all three of the above spellings ("Salesforce.com", "Salesforce.com Inc.", and "Salesforce Ltd") because they all begin with "Salesforce". For more examples on how to use wildcard characters, follow this document: RTP Glossary - Marketo Docs   However, you must be careful using wildcards characters, because you could potentially match organizations that you didn't intend to match. For instance, the string "Salesforce*" will not only match the three examples above, but also a company named "Salesforce Finance", a completely different company.
View full article
Issue My token is not displayed correctly in view as webpage version of email. Environment If customers manually type a {{my.token}} and use uppercase M such as {{My.token}}, then the view as webpage version of email may not render that token as expected. The feature to HTML encode lead tokens (source of external data) for security reasons, applies to my tokens that incorrectly use uppercase M. HTML Encode Tokens Solution Use the token picker to pick the correct lowercase {{my.token}}.
View full article
Issue Sometimes there can be a circumstance where a text token should hold null value. Since the token must contain a value, you need to insert a value that will display as empty when the token is rendered.     Solution Adding a HTML comment to the on the Text {{my.token}} side would work.   <!-- -->  If you're just plopping the token into your HTML, this will be fine. If you're embedding it in Javascript then you can still check for that specific value, it just won't be "magic":   if ( "{{my.token}}" != "<!-- -->" ) {    // it's not empty  }       
View full article
Issue Description You sent an email using a Smart Campaign and the email performance report for the email shows more Sent than there are members in the Smart Campaign Issue Resolution The email may have been sent by more than one campaign.  You can determine this by looking at the "Used By" info on the email's summary page, to see which campaigns sent the email.  In this case, you can use the Campaign Email Performance Report to view the email's performance within the specific campaign.
View full article
Issue Description Leads would be qualifying for a Smart List filter that was set up to only qualify those leads that had a date "on or before mm/dd/yy", leads that have null would also qualify for this filter when they should not.   Issue Resolution When the field is left as null, by default Null value is treated as epoch timestamp (i.e, jan 1 1970). In this case it is recommended to change the filter date from "on or before" to "between" in order to exclude those leads that have null in the date field. Is this article helpful ? YesNo
View full article
Article Text Included in this Article:   Overview The Problem The Solution Rich Media Content Recommendation Engine Info     Overview The Content Recommendation Engine (CRE) is a powerful tool that will allow you to promote online content to your visitors based on their behaviors and the performance of the content itself. When the RTP tag is used on multiple domains, it will pull in all available content regardless of which domain it's on. For some marketers, this can be a problem.     The Problem With the standard Content Recommendation Engine, this is an expected behavior. You can't limit the the recommendations from one domain to stop showing up on other domains. The content being recommended will show across all domains where the RTP tag is in use.     The Solution There are two types of Content Recommendation Engine. The Rich Media Content Recommendation Engine will let you get around this problem.   The standard Content Recommendation Engine gives the bar along the bottom of the web page with the content recommendations in it. This recommendation engine is expected to have content extending across all domains where your RTP tag is in use.   The Rich Media Content Recommendation Engine will allow you to target which content you want to have in which places by categorizing the content and specifying which categories each web page should pull from.     Rich Media Content Recommendation Engine Info For directions on how to utilize the Rich Media Content Recommendation Engine, please see: Enabling the Rich Media Recommendation Engine - Marketo Docs - Product Docs
View full article
Issue You created a Smart List, but did not define the filters (example: "Member of Smart List" with no Smart List named) and are wondering if this will cause no leads to show up in the results.     Solution If you create a Smart List and you do not define any filters, this will cause all leads in your database or leads visible in the partition and workspace to appear in your results. This can create problem if you have nested Smart Lists. For example, if you have a Smart List with the filter "Member of Smart List = Lead not in" with Smart List A selected, and Smart List A has no filter, this logic will cause you exclude all leads in your database.    
View full article
Summary The customer wants to know if a nurture email was not sent to a recipient due to communication limit, then will it be sent in the next cast, or that email will not be sent again? Issue Individual(s) were supposed to get an email from a Nurture (Engagement) Program cast but failed to receive the email due to hitting the communication limits set in the instance. Do you need to manually send the email to the individual(s) via a separate Smart Campaign or will it be sent, automatically, on the subsequent cast for the Nurture Program? Environment Marketing Activities Nurture Programs Engagement Programs Admin Communication Limits   Solution You don't need to act on these scenarios as the individual(s) impacted by the Communication Limits will be sent the applicable email in the next cast for the Nurture Program. The only reason that the individual wouldn't be sent the email in the subsequent cast for the Nurture Program would be if the person would hit their Comm Limit again. Should that happen, you might want to review your Communication Limits settings or review the individual(s) impacted and see why they keep hitting the Comm Limits. Reference: How Do Communication Limits Work? - Marketing Nation (marketo.com) Root Cause Communication Limits being hit during Nurture Program cast execution
View full article
Article Text Included in this article   Overview Editing Labels Deleting Labels Overview RTP will allow you to add labels to your Segments and Campaigns. Here are the directions on how to do so: Label Your Segment - Marketo Docs - Product Docs Label Your Campaigns - Marketo Docs - Product Docs Sometimes Labels need to be changed or removed.     Editing Labels Currently it is not possible to edit labels   Deleting Labels You can delete labels using following process: 1. Filter the the page by the label you want to remove. 2. For each segment or campaign displayed, click the select box and then click Set Label 3. In the Set Label list, uncheck the label you want to delete.  When the label is removed from all segments/campaigns, it will be removed automatically  
View full article
Issue How to disable Niko from ToutApp extension. Solution To remove Niko, simply click on the blue Tout envelope at the top right of your browser, then manually uncheck the box next to "Show Niko as I browse the web". Refresh the page, and Niko should disappear.  
View full article
Issue How is syndication ID set up while setting up a referral offer? Solution For a referrer to be given credit they must have a Marketo Syndication ID assigned. This can be done manually (directly on the lead record) or via the social campaigns' Offer Details > Fulfillment Goal > should be set to Referred Sign-Ups. Once you set that up, the referrer will get issued a "syndication id" and be part of that social campaign's participant's list.    
View full article
Summary Email previews by list can only view the first 25 people. Issue When previewing an email and viewing people by 'List', you are only able to generate a preview for the first 25 people on that list. Environment This occurs in email previews. Root Cause This is the expected behaviour for email previews. The intention of email previews is to allow for a quick confirmation that the email is compiling as expected, rather than to confirm it is correct for every recipient.
View full article
Summary When renaming a field in a CRM Custom/Entity it does not reflect the change in the constraint of filters/triggers/ Issue I renamed a field in my CRM Custom Entity/Object (MSD/SFDC) and I refreshed the schema. I can see the field name change reflected in the CRM Custom Entity/Object, but when I look for the field in constraint for filter/trigger I only see the old name. Environment Smart List Solution The workaround is that the customer can create a new field on the SFDC side and copy all the values from the old field to the new one. Then, this field can be used in smartlist filters. Old field can be disabled after that. Root Cause We are not propagating field name changes from SDFC to Marketo.
View full article
Issue You sign up for ToutApp and receive a notice that your account is under review or your account is not verified. Solution If you sign up for ToutApp using a generic email address such as Gmail, Yahoo, Hotmail, Outlook or other email providers your account may require verification by Marketo Support. Please contact Marketo Support with the following information. Company Name: Business Address: URL(s) of your primary Web site(s): What is your average weekly and/or monthly email volume? Do you purchase, or have you ever purchased lists of leads? If yes, which providers have you used and when was your last purchase?    
View full article
Issue How to edit the schedule email in ToutApp. Solution The way to change the time of a scheduled email: Go into your on the conversations page. Click the Edit button next to the scheduled email. From here you will be able to change the time of the delivery of the email.       
View full article
日頃よりAdobe Marketo Engageをご愛顧いただきまして、厚く御礼申し上げます。 本記事では、2025年ゴールデンウィーク期間における弊社日本オフィスおよびMarketo Engageサポート窓口営業体制についてご案内いたします。 [休業期間] 2025年4月29日(火)から2025年5月6日(火)まで弊社日本オフィスは休業期間とさせていただいております。(※2025年4月30日(水)、5月1日(木)、5月2日(金)も休業となります。) これに準じ、Adobe Marketo Engageカスタマーサポート窓口営業体制は下記の通りとなります。   日本語サポート窓口営業状況:  2025年4月28日(月) : 9:00AM-5:30PM 通常営業 2025年4月29日(火) 〜 2025年5月6日(火) :休業 (4/30, 5/1, 5/2も含む) 2025年5月7日(水): 9:00AM-5:30PM 通常営業 休業期間前の注意事項: 各種設定のご依頼につきましては、P1対応範囲外となりますため、休業期間中に承ることができません。 ランディングページやトラッキングリンクのCNAMEのSSL化等、ゴールデンウィーク休業前に設定や変更作業の完了をご希望される場合は、誠に恐れ入りますが、遅くとも2025年4月23日(水)までにケースをご起票の上、カスタマーサポートへご連絡ください。 [サポート体制] 上記休業期間中もカスタマーサポートへのお問い合わせは、24時間自動で受け付けておりますので、ケースは通常通りご起票いただけます。なお、P1障害ケースとそれ以外の優先度のケースで以下の通り対応が異なります。 P1障害ケース: 「Adobe Marketo Engageインスタンスにアクセスできない」「すべてのキャンペーンが実行されていない」などビジネスに重大な影響を及ぼす問題(P1障害)については24時間対応いたします。ただし、日本語窓口休業中のため、グローバルカスタマーサポートによる英語での対応となります。 *Adobe IMS移行前のお客様と、IMS移行後のお客様でお問い合わせ方法が異なりますので、後述の[P1ケースの起票方法]にて該当箇所をご確認ください。 優先度 P2〜P4ケース:  4月28日(月)の窓口営業終了時間(17:30)以降、休業期間中に新規で作成いただいたケース、または既存ケースにご返信いただいたものについては、2025年5月7日(水)より、日本語サポート窓口にて順次対応を開始し回答させていただきます。優先度に即した対応を心がけてまいりますが、休業期間中のお問い合わせ状況により、回答まで通常よりお時間をいただく場合がございますので、何卒ご了承くださいませ。 ケースに記載すべき情報、内容に迷われた際はぜひ以下の記事をご参照ください。お急ぎの場合でもガイドラインに沿った情報をご提供いただきますと調査がスムーズに進む可能性が高くなります。 サポートケース起票時の記載事項とガイドライン  [P1ケースの起票方法] Adobe IMSへ移行前のお客様 コミュニティサイト(Marketing Nation) サポートポータルからのP1ケース起票 手順: https://bit.ly/3msv8Hv [各入力項目] の「(3)優先度」で、プルダウンから”P1 - Critical Business Impact" (お客様のビジネスに重大な影響があるシステム障害に該当)を選択して登録してください。 ケース本文(「概要」欄)では、問題のアセットのURLや発生事象、障害/問題の内容を英語でご記載いただきますと、グローバルサポート窓口担当者(英語対応)によるケース確認/対応がよりスムーズです。 コミュニティサポートポータルを利用しているお客様からの電話によるP1ケースの問い合わせ ---------- 電話番号: 03-4233-9014 ---------- 手順: https://bit.ly/2JGce17 音声ガイダンスに従い、「緊急の場合は1を押してください」と案内が流れた後、「1 」を押してください。ガイダンスは日本語で流れますが、グローバルサポート窓口の英語話者が対応させていただきますので予めご了承ください。 Adobe IMS 移行後のお客様 IMS移行後のケース起票について Marketo Engageが製品として割り当てられているお客様のAdobeOrgのAdmin Consoleにて「製品サポート管理者」のロールが付与されている方は、Admin Consoleにログインし「サポート」タブをクリックするか、Experience Leagueから該当のAdobeOrgにログインし、「サポート」タブからケースを起票してください。 詳細は以下の資料をご参照ください。 【IMS移行済みユーザー向け】Adobe Admin Console でのサポートケース利用方法 Experience LeagueからのP1ケース起票 Experience Leagueの「サポート」タブからMarketo Engageに関するお問い合わせを起票される際は、製品の選択肢(Select a product)で、Administrative/Admin ConsoleやExperience Platformではなく、「Marketo Engage - 貴社account prefix」を選択してください。 P1の場合は、通常通り、ケースの件名、ケースの説明欄に障害内容をご記載の上、「緊急性」の欄で「P1 - 重大 (動作の停止または非常に深刻な中断)」を選択し、ご起票ください。 P1のケース起票後に、Adobe Experience Cloud P1サポートデスクへお電話いただき、以下の情報をご提供いただけますと、より迅速に対応を行うことができます。 ------- Adobe Experience Cloud 電話番号: 0120-071-300 ------- 作成いただいたサポートケースの「問い合わせ番号 (E-で始まるケースID)」 ご契約会社名、お客様の氏名と連絡先電話番号 日本の営業時間外(夜間)、休業期間のP1ケースは、グローバルサポートによる英語対応となりますが、Experience League経由でのお問い合わせに移行済みのお客様は、日本語通訳・翻訳サービスがご利用可能になりました。P1サポートデスク (0120-071-300)に電話し、最初の音声ガイダンスのあと、日本語対応を希望される場合は、「2」を押していただくと、日本語通訳サービスをご利用いただけます。   [ケース起票前の確認事項] いざという時のケース起票でお困りになることがないよう、お休み前にサポートへのお問い合わせ権限をお持ちかご確認いただくことをお勧めしております。Adobe Marketo Engageを日頃からご利用で、サポートにお問い合わせをされる可能性があるユーザーの方は、コミュニティのサポートポータル、または、Adobe Experience Leagueから、貴社インスタンスに関するサポートケース起票に必要な権限やロールが付与されているかどうか、念の為ご確認ください。 (Marketoの管理者権限とは関係なく)サポートへのお問い合わせには専用の権限が必要ですのでご注意ください。 [Adobe IMS移行前のお客様] サポートケースを起票する可能性があるお客様は、ご自身がコミュニティでオーソライズドコンタクト(ケース起票権限がある方)として設定されており、サポートポータルにアクセスできるようになっているかご確認ください。 [Adobe IMS移行後のお客様] IMS移行後、Admin Consoleのシステム管理者権限のユーザーにて、サポートケースを起票する必要があるユーザーの方に「製品サポート管理者」権限を付与済みであることをご確認ください。 *製品サポート管理者権限付与手順については、弊社営業担当チームより移行前にご案内している以下資料をご参照ください。 https://new.express.adobe.com/webpage/7grz5ju246cSy [ケース以外での障害情報等の確認方法] Marketo Engageを含むAdobe製品の障害情報やメンテナンス情報の確認にAdobe Statusページ等をご活用ください。 Adobe Status (Adobe製品のシステム状況): https://status.adobe.com Adobe Statusページの購読方法: https://bit.ly/3qDI0Q1  Marketo Engageアプリケーション内の通知(お客様のMarketoインスタンス内で発生した特定のエラーなどの確認に活用ください): https://experienceleague.adobe.com/ja/docs/marketo/using/product-docs/core-marketo-concepts/miscellaneous/understanding-notifications  Marketo コミュニティ内 サポートスペース: https://nation.marketo.com/community/support_solutions  コミュニティへログイン後に、[Support]のスペースへアクセスいただくと、影響範囲の大きい障害発生時等にアラートが掲載されます。*通知機能はなし。 Marketo Engage以外のAdobe Experience Cloud製品カスタマーサポートゴールデンウィーク窓口営業につきましては、2025年ゴールデンウィーク期間中のサポート窓口営業のご案内をご確認ください。 以上につきまして、ご不明点がございましたら、カスタマーサポートまたは貴社を担当させていただいております弊社カスタマーサクセスマネージャーまでお問い合わせください。 以上、何卒よろしくお願い申し上げます。
View full article