Posts

Journey request process - Lisa Caroselli (Director of Enterprise CRM at Johnson & Wales University)

  Journey request process Seeking advice on an enhanced process. We manage email requests with a formstack form to help elicit what the users want. We’d like to transition to talking and collecting marketing cloud journey requests; I feel like that is a growing need and more complicated to support. we are trying to encourage user areas to come up with a strategy for their customer journeys, but often we just receive peace mail requests. This often causes a lot of rework and doesn’t really allow us to leverage the marketing cloud the way it is intended. Would love to hear from folks in this channel on what they recommend for not only partnering with user areas on creating a robust customer journey but what types of documents are created to communicate and support the build-out? Mateusz DÄ…browski The key would be to understand why they often go for the current option, as it will help you understand what you should focus on to improve the tool's usage. 1. If it is because they don...

Data Extension and List in SFMC

   Q1. What is Difference between Data Extension and List ?   Q2. Why Most the Marketers they go with Data Extension ?  --  List :  List is a storing data method in SFMC. Collection of subscribers that receive your communications. You can create as many lists as you want to segment your subscribers.    1. Your lists contain  500,000 subscribers or fewer. 2. You prefer simplicity over performance. 3. You don’t  require fast import speed. 4. You plan to use a  limited number of subscriber attributes. (First Name, Last Name, Email Address, Status.) Advantages: 1. A List can be configured to  send a welcome email when a new subscriber opts in. 2. Lists also give you the option to  enable double opt-ins for new subscribers to receive an email  containing a link to confirm their email address.   Disadvantages: 1. If we have data of  more than 500,000 then we can't use List. 2. If a  recipient u...

Difference between Redirect and RedirectTo function in Amscript

Redirect and RedirectTo functions in AMPScript are used to redirect users to a new URL. However, there are some key differences between them: 1. Function behavior: Redirect: This function performs a standard HTTP redirect. The user's browser sends a new request to the target URL, and the original request is no longer accessible. RedirectTo: This function replaces the current page in the browser history with the target URL. The user can use the browser's back button to return to the previous page. 2. Use cases: Redirect: This function is typically used for permanent redirects or when you want to completely eliminate the possibility of returning to the previous page. RedirectTo: This function is often used for temporary redirects or when you want to allow the user to return to the previous page. 3. Tracking: Redirect: When using  Redirect , tracking information is available for the initial link that triggered the redirect. RedirectTo:...

How to Redirect URL Links in Emails Based on Click Time - Nobuyuki Watanabe

Now, is it possible to redirect to different URL links based on the time when a link URL in an already sent email is clicked? For example, if clicked between 11:00 AM and 13:00 PM, display a specific page, and show an error message if clicked at other times. When using AMPscript for email sending, AMPscript is loaded at the moment of email sending, and at that point, link URLs are already determined. Therefore, dynamic changes at the moment of clicking are not possible. To address this issue, you need to use CloudPages and create a mechanism on a landing page to redirect link URLs. Let’s construct the following code on CloudPages: %%[IF DateDiff('00:00',SystemDateToLocalDate(Now()),'h') >= 11 AND DateDiff('00:00',SystemDateToLocalDate(Now()),'h') < 13 OR DateDiff('00:00',SystemDateToLocalDate(Now()),'h') >= 35 AND DateDiff('00:00',SystemDateToLocalDate(Now()),'h') < 37 THEN]%% <!--- From AM 11:00 to PM 13:00...

Can we Extend Data view Retention Period?

Image
  Favorite Is there any way that we can extend the Data View (_Send) Retention period? Saurabh Singh  Data Views have  data retention settings set to 6 months . If you want to store any data for a more extended period, you must create an Automation that will copy data to your Data Extension. Be careful, however, as some of the System Data Views can get absurdly big quick, and making copies within your Marketing Cloud Instance may lead to performance issues. In such cases, a much better idea might be to export that data on a scheduled basis to an external Data Warehouse. KRITIKA Singh You can change data retention settings.   Click the data extension. Click  Edit  in the Data Retention section. Just click on Edit under Data Retention, and change the setting to On Here is the help doc link  https://help.salesforce.com/s/articleView?id=sf.mc_cab_manage_data_retention_policy.htm&type=5