Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Do you also want to send an email if the person visits pages other than those 4 b/w at least 2 of the 4 key pages? For example, if A, B, C, and D are your key pages, and if a person visits at least 2 of these 4, you want to send an email; however, if the person visits a different page, say page E, i...
Great suggestion, @Zoe_Forman! Additionally, there's a possibility to even reference the segmentation membership in the velocity, if OP would like to show/hide content based on segment membership via the velocity script as well.
リストのインポートを行う代わりに、担当者の電子メール アドレスやその他の詳細を個人レコードにスタンプする自動化を (キャンペーン ワークフロー経由で) 行ったほうがよいのではないでしょうか? ただし、これは担当者の割り当てに明確なルールが設定されている場合にのみ機能します。たとえば、その担当者が製品グループの特定の基準を満たしている場合(たとえば、特定の製品に興味を示している場合)、担当者 A を割り当てます。 また、バッチ キャンペーンを実行して、既存のレコードが特定のグループに属している場合に遡って更新することもできます。また、監視スマート リストを作成して、人々が正しいグループと担当者に...
@FILIPov, if you have a picklist field in Salesforce that is synced with Marketo, you'd only be able to choose the values defined in the picklist at Marketo's end; otherwise, you'd run into sync errors when this person record tries syncing over to Salesforce. And yes, as @hbriere mentioned, Marketo ...
Ahh- I'd thought so as well that this had to do something with the Marketo itself and not with your setup at the user level. Thank you so much for the update, @KevinTruong!
Oh yes- thank you, @Zoe_Forman! Testing is something that I'd recommend doing before launching anything (test...test...test)! 👍
Absolutely, you can use the simple conditional statement for that. Here's a Marketo email velocity script that will show a specific email part only to records with Country = Mexico. You can also combine multiple conditions with AND (&&) and OR (||) based on the requirement. #if ($lead.Country.equals...
You can refer to the query all files endpoint. If you query all the files, you can look at the updatedAt parameter to find the files that were recently updated. For each file, it returns the following details about it:{createdAt (string): Datetime when the file was created ,description (string, opti...
@JayW, No, I don't think you can trigger Salesforce errors. The documentation shows how to create smart lists for new leads (i.e. if the SFDC Type is blank). Still, for the synced records (SFDC Type <> empty), this is neither complete nor useful when trying to diagnose common error types, outside of...
The short answer is "no," as Udit mentioned. However, mixing up the content type isn't something that I (and most Marketo users) would recommend doing, as: If you're using Recipient Time Zone functionality, it's supported only in streams with emails as content pieces; mixing emails with Default pro...