Questions tagged [content-builder]
Salesforce Marketing Cloud, Content Builder. This tag encompasses the Content Builder application and the Content Management System (CMS) platform and API powering it up. Is can also refer to sections of a channel specific application (e.g. Email Studio) that enables content management through Content Builder components.
325 questions
0 votes
1 answer
102 views
How to use code snippet within another code snippet in SFMC?
We need to use a code snippet (cs1) within another code snippet (cs2), and are referencing the other code snippet (cs1) using ContentBlockByID function. Using separate code snippets since each have ...
0 votes
0 answers
22 views
Missing UTM parameters in marketing cloud [duplicate]
I have a microservice that generates the html content for Marketing Cloud. After generation, it sends the content via API, saves the html to a Data Extension, then I try to use AMPScript to render the ...
0 votes
0 answers
53 views
How to create Reference field in Custom CMS Content type
For my Experience Cloud site, I want to show nested list of CMS Content titles in left side. Clicking any title from that list will show content body in middle. I will use LWC to get the CMS Contents ...
0 votes
0 answers
28 views
Manage Custom Components in Email Content Builder
We developed custom components (LWC) for Email Content Builder. Now I would like to remove some components that are no longer in use. I cannot remove the LWC if it's referenced by an Email Template or ...
0 votes
0 answers
143 views
After I push my first project up I get error " ERROR Cannot find module @rollup/rollup-linux-x64-gnu. npm has a bug related to optional dependencies"
This is my first attempt to create a Nuxt 3 application on Heroku with client and server functionality. I am developing on windows and When i run the npm run build and npm run start all is fine ...
-1 votes
1 answer
345 views
How to format space in between bullet points in Marketing Cloud (No experience coding)
I don't have any experience coding and I don't know HTML, but I have a bulleted list in a Marketing Cloud email and I'd like to add some space in between the bullets. Ideally, someone can tell me ...
-1 votes
1 answer
291 views
How is an Einstein Email recommendations block created?
I have watched a thousand videos about Einstein Email Recommendations, read a thousand articles on the subject, but I have not seen any real or fictitious example of how to set up an email with ...
0 votes
1 answer
83 views
Roboto isn't working on Outlook web [Content Builder MCSF]
I'm trying to use the Roboto font in some emails, and in the content builder it actually shows the font working, but when I send it to Outlook it doesn't show the font correctly, it reverts to the ...
0 votes
1 answer
106 views
Using SSJS to change block in an email
I have folder containing multiple emails that share a common block. Is there any way I could build a SSJS script inside automation studio that would automatically change this specific block from all ...
0 votes
1 answer
56 views
Content builder - Formatting numbers of different lengths to show in different ways
Using content builder to create emails, and pulling numbers in from a data extension. Some are 9 digits and some are 10 digits. Using 'format number' to show spaces between some of the digits so they ...
0 votes
1 answer
458 views
HTML tel links not working on Gmail app
I have an email in Salesforce Marketing Cloud, created in Content Builder. The email includes a tel link that takes on a variable from a data extension and should enable the user to call after ...
0 votes
1 answer
2k views
How can I find the content block location using the Id or Customer Key?
I have a few content blocks created in the content builder but am not able to identify them using the content block key or customer key. Can you please guide me on any easy process to fetch the ...
0 votes
1 answer
177 views
Pre Header in Salesforce
Ive created a data extension with several attributes , one of them being pre header. This is where my content lies. When I add ampscript in my email it pulls the pre header however when I do the real ...
0 votes
1 answer
556 views
Upload Images to Mkt Cloud Content Builder using a form in a Landing page
I'm using a form on a Mkt Cloud landing page that uploads images to the content builder. To give you context, when the client uploads an image, we are storing other variables that are input in the ...
1 vote
1 answer
152 views
Calling an External API using AMPscript in SMS Asset. Unable to reference Columns from Data Extension in Payload
I have the following codesnippet which I reference as content block by key in my SMS Asset. Unfortunately I am not able to get the price from the API. How do I make the payload dynamic such that it ...