Skip to main content

#Marketing Cloud91 personnes en discutent

I know there isn't a native feature destined to determine which channel is best to send messages to each subscriber, but is there a way I can combine features so that I achieve this? 

 

#Marketing Cloud

2 réponses
  1. Forum Ambassador Lukas Lunow (NoA Ignite)
    30 août, 17:56

    Hi @Aline Bin Cardoso

     

     

    As you correctly write, there is no native way to do this, and I will also advise against automating this. And why so? Different channels have different purposes.  

     

    An email is best suited for longer formats, showcasing most recent product launches, giving a tour of your latest holiday destinations, or allowing the recipient to look through an entire agenda for an event. This is not something you will do in a text message.  

     

    Text messages are IMHO best suited as a more transactional and concise channel. It can be to notify you about an upcoming appointment, a package being delivered or similar. This is a very efficient channel, seeing high engagement rates, but hence also the most intrusive one, as a text message received often results in instant notification on the recipient's phone - while most email clients nowadays receive the emails more discretely. 

     

    App push is relying on the user having the app installed, and similar to text messages, is best suited for small short messages - which also often refer to features being supported in the app, and not just a simple CTA opening a landing page in the browser. 

     

    Let me know should you have any questions, Aline.

0/9000

Good afternoon everyone, how are you doing?

I'd like some help with a Marketing Cloud Next configuration issue. When we started the initial setup process, we encountered the following error under Basic Settings. 

 

We can't move forward to the rest of the configurations because it says we haven't enabled Marketing Cloud, but as you can see, everything is already enabled. It's been over an hour since we did this and still nothing. Does anyone know what might be causing this? 

 

One quick note: we initially enabled Data Cloud and then moved on to the Basic Settings to continue the process, and that's where we hit this roadblock. 

 

Thanks! 

Setup Marketing Cloud Next

 

 

assistentSetup.png

 

 

#Trailhead  #Salesforce Developer  #Salesforce Admin  #TrailblazerCommunity  #Marketing Cloud  #Data Cloud  #Data360

2 réponses
  1. 28 août, 06:38

    Try disabling data cloud and then compete the MC settings first and then data cloud. If that doesn't work then create a new org.

0/9000

The idea would be to allow users to enter data such as Journey investment/cost, number of customers impacted, conversion rate, average order value, and revenue generated, and have the system automatically calculate the ROI. In addition to revenue generated, I’d also like to consider cost avoidance for Journeys that don’t necessarily generate revenue but help reduce or avoid costs. What other inputs, metrics, and formulas would you consider important to make this calculation more reliable, especially when it comes to incremental revenue, cost avoidance, and control groups

 

#Marketing Cloud  #Marketing Cloud Engagement  #Tactics Driving Marketing ROI  #Journey Builder

2 réponses
  1. Forum Ambassador Lukas Lunow (NoA Ignite)
    27 août, 20:31

    Good question, and one I'd like to answer properly, but the honest answer is that the shape of what you build changes completely depending on a few things you haven't told us yet. So let me ask rather than guess. 

     

    First, a snag in the input list. You've got conversion rate, AOV and revenue generated as separate inputs. Those can't all be independent, either revenue is derived (contacts × CR × AOV) or it's measured from actual order data. If both, the calculator can disagree with itself on day one. Which is it meant to be? 

     

    Is this a forecast or a scorecard? A pre-launch business case with sliders and ranges, and a post-launch "what did this actually earn us" report, are two different artefacts. Same formulas, completely different data sources and completely different build. Most of these tools get abandoned because they try to be both. 

     

    Are your journeys always-on or campaign-shaped? For an always-on journey, ROI isn't a number, it's a curve. Contacts keep entering, conversion rate drifts, build cost is sunk and shrinking per contact over time. You'd need entry cohorts and a payback view, not a single figure. 

     

    Do you already have holdouts running? This is the big one. Without a control group you're not measuring incremental anything, and no amount of formula design fixes that. If you do have them: are they persisted per contact, or re-rolled with Random Split on each entry? And is there a global holdout as well as per-journey ones? (Per-journey lifts don't sum to portfolio lift, and the gap matters.)

     

    Where do revenue and cost data actually live? MCE has neither revenue nor margin nor cost of goods. That pushes the actuals half of this toward Data 360 / your warehouse / Tableau, with MCE contributing engagement and holdout membership. Is that available to you, or are you constrained to build inside MCE? 

     

    Who owns the cost-avoidance assumptions? Cost avoidance is where business cases go to get manufactured. If Finance hasn't signed off on "cost per deflected call," it's a soft number and should be flagged as one. 

     

    One last thing, said kindly: most of this question isn't really MCE-specific. Incrementality design, control-group methodology, margin vs revenue, cost-avoidance taxonomy: that's marketing measurement, and it would be true if you were running Braze or a spreadsheet. The genuinely MCE-shaped slice is narrow: how to persist a holdout flag so it survives re-entry, how to get engagement data out into something that can join it to orders, and whether a Cloud Page + assumptions DE is a sane place to put the front end. Happy to go deep on that slice here, since that's what this group is good at. 

     

    For the measurement-design half you'll get better answers where the analytics and architecture folks hang out. The Marketing Architects group, or a Data 360 / Tableau group. Genuinely worth cross-posting; it's a good question, just a two-venue one. 

     

    Tell me which of these apply and I'll happily go into the formulas with you.

0/9000

I’m currently working on Salesforce Marketing Cloud Next in a sandbox environment and I’m trying to understand the best approach for moving the entire setup and configuration to a UAT environment.    My questions are:

   

  • Can this be automated using VS Code + Salesforce CLI / metadata deployment?

   

  • Which types of configurations and assets can be migrated automatically, and which ones need to be recreated manually?

   

  • Are there any best practices for promoting configurations from sandbox → UAT → production in Marketing Cloud Next?

   

I’d also love to hear how you approached this in real projects and what tools or processes you used for deployment and version control.

   

Thanks!   

 

@* Marketing Cloud Growth & Advanced * @* Salesforce Developers * 

1 réponse
  1. 12 août, 14:14

    Yes, you can automate part of the Sandbox → UAT → Production promotion, but I wouldn’t treat Marketing Cloud Next as a “deploy the entire org with one metadata package” scenario yet. 

    My approach would be: 

    1. Use Salesforce CLI / VS Code + source control for components that are exposed through Salesforce Metadata APIs and are supported for deployment.
    2. Keep all deployable metadata in Git and promote the same version through Sandbox → UAT → Production rather than rebuilding it separately in each environment.
    3. For Marketing Cloud Next-specific assets/configurations, first verify whether that particular component is exposed as deployable metadata. Some configuration, connections, credentials, environment-specific settings, and certain marketing assets may still require manual configuration or a separate API/process.
    4. Maintain an environment configuration checklist for anything that cannot be source-controlled, especially authentication, endpoints, integrations, permissions, and environment-specific IDs.
    5. After deployment, run validation/smoke testing in UAT before promoting the same release to Production.

     

    For a real project, I’d structure the pipeline roughly as: 

      

    Dev Sandbox → Git/PR → Validate Deployment → UAT → Functional Testing/Approval → Production

     

     

    The important part is to inventory the Marketing Cloud Next components first and classify each one as

    Metadata API deployable, API deployable, or manual/environment-specific

    . That prevents surprises when trying to promote the complete setup. 

     

    I’d also be interested to hear if anyone has implemented a fully automated CI/CD pipeline specifically for

    Marketing Cloud Next

    , particularly which newer MC Next assets they’ve successfully managed through Salesforce CLI/Metadata API. 

     

0/9000

I have a new set of contacts to import to my SFMC for an email campaign. We have already reached our All Contact limit.  

The new list has around 200k contacts. 

So I will have to delete few existing contacts so that when the new import happens the all contacts count will not be too high and I already removed the hard bounces.  

But then I will loose history of those contacts. What is a better way to do this? 

 

#Marketing Cloud

1 réponse
  1. Forum Ambassador Lukas Lunow (NoA Ignite)
    27 août, 18:17
    1. Are all these new contacts some which have opted in to campaigns (the list seems quite big)?
    2. Why are you importing them manually? You must maintain a system of record for their consent.
    3. If the contacts share the same contact key as your existing ones, they will not create duplicate/additional billable contacts.

    I have so many questions to your way of working, before advising on how to solve the problem with overage on contacts. Normally you will have a quite stable volume of contacts which will increase gradually over time. If you suddenly bring 200k new records in, my alarm bells start ringing.

0/9000

Our marketing team has been historically creating a new lead for each and every time a person "raises their hand" for a specific product -- like if they filled out a form online or attended a webinar or visited a both, etc. This has resulted in duplicate leads. We are working on correcting this, doing some de-duplication efforts, and making use of campaigns and campaign members to record what marketing interactions a person engaged with. This works but the sticking point is how do we track product interest

-- for example prospect was interested in Product A in January and Product B in July. Could be a current customer or someone we've never done business with before. 

 

My gut reaction is that we use opportunities for this -- every interest in a product is it's own opportunity record that they can work through all the stages -- however sometimes the sales person, account manager, BDR, or Solution Engineer finds out quickly that they are not actually qualified for that product and DQ the "lead" -- if we use opportunities like I was thinking -- we'd have a ton of "garbage" opportunities. 

 

We are migrating from Marketing Cloud Engagment (fka Exact-Target) TO Marketing Cloud Account Engagement (fka Pardot) -- so we are using this as an opportunity to clean house and fix processes 

 

Thoughts/Ideas on how to handle this? 

 

#Marketing Cloud  #Pardot B2b Marketing Automation

4 réponses
0/9000

The client using Marketing Intelligence (on imolementation stage) and Account Engagement. Is it possible to connect and see withing one dashboard marketing platforms data (Google Ads, Meta etc.) that a fethed with MI and Account Engagement/Salesforce Data?  

I founf something similar here -

https://help.salesforce.com/s/articleView?language=en_US&id=mktg.mc_mi_unified_semantic_data_model.htm&type=5

but it's related to MC Next which client in not using.  

 

#Marketing Cloud  #Intelligence

1 réponse
0/9000

Hi there, we have been using Marketing Cloud Engagement for a while. We are keen to move to Marketing Cloud Engagement+ so we can start using Marketing Cloud Next functionality. Our SF Sales reps have suggested for a while that we should use Engagement+, and have said that we will need the new SKUs added to our contract, however, it is taking a very long time to identify the SKUs to add to the contract. 

 

Has anyone gained access to Engagement+ yet? How long did it take? Do you know which SKUs were involved for Engagement+? Is there n extra charge for gaining access to Engagement+, or is it really just and upgrade? 

 

FYI We have been using Data Cloud for 18+ months, so we are confident with DC360. 

 

#Marketing Cloud  #Marketing Cloud Engagement

1 réponse
  1. Forum Ambassador Lukas Lunow (NoA Ignite)
    24 août, 12:25

    Your Salesforce AE should be on top of which SKUs are to be included here, as this can change quite frequently. The bottom line is, the MCE+ SKU is free of charge, but only includes very basic consumption. Once you start ingesting data to Data 360, running identity resolutions and unifications, as well as segmentations, the cost can quickly go up. So it is important to move slowly, and keep an eye on your Digital Wallet in Data 360, which gives you an insight about how many credits you are spending. 

     

    It is always a good idea to purchase these flex credits beforehand, as you will otherwise be paying a premium price due to overage.

0/9000

Please can you help me in knowing if at all it is possible to connect a  single BU(among 5 BU) of SFMC to multiple data cloud org (dev and test both). I have multi org connector enabled however as per my understanding the multi org connector allows to connect diff CRM orgs to diff BU (one BU >one crm org and not one BU > multiple CRM org)  

 

Can data cloud be connected to only Parent BU or child BU also?

 

I am getting different answers on google and by AI and not sure about this. 

 

#Marketing Cloud #Data Cloud 

5 réponses
0/9000

Hello Cmmunity: 

I wanted to ask a question: I’m considering changing my model for notifying customers about order status updates. For this, the recommendation is to use an installed package to provide credentials—in this case, to the logistics provider—so they can make API calls to my Marketing Cloud instance, correct? 

Thanks  

 

#Marketing Cloud  #Marketing Cloud Engagement

8 réponses
  1. Forum Ambassador Lukas Lunow (NoA Ignite)
    20 août, 19:08

    Middleware is the right solution, if the system used by logistics-provider can't accomodate the specifications of the REST endpoint required to trigger the email. Then the middleware can accept an arbitrary payload (or even better - integrate with a microservice architecture, where it subscribes to event notifications), and send a payload which matches the specs of the relevant MCE endpoint.

0/9000