AMPscript to populate order items
I am looking to use AMPscript in Marketing Cloud to populate an email that contains order information which will be housed in the sending data extension. I will need to populate the Item Description,...
View ArticlePass a value via CloudPageURL that will populate a SmartCapture hidden field
I have a SmartCapture form that populates a DE that has three attributes:SubscriberKeyCommentScoreSubscriberKey and Score are both hidden values, and I want to populate them based on the link that the...
View ArticleTrigger Email on Cloud Page Form submission
I changed the logic using single page and only triggering the email. Now, form is submitted but data is not added in Trigger DE and Trigger Email is also not sent.if RequestParameter("submitted") ==...
View ArticleDynamic sender profile not working - From address
I'm trying to set up a dynamic sender profile but something is wrong.I've followed this solution step by step: Sender Profile AMPscriptBut it doesn't work. Problem seems to be the from address, since...
View ArticleHelp with ordering rows in lookup for dynamic email content | SFMC
I am working on create a dynamic email using a contacts engagement on a campaign (using the case create date to create a ranking). The goal of the email is to show the content that the contact is more...
View ArticleCustom font in Email content blocks
Has anyone figured out a way to use custom fonts in Marketing Cloud emails, where the font is specified only with Free Form content block level? There is a hacky solution provided for full HTML emails...
View ArticleAMPscript to update a Contact Record in Salesforce
I have a backbone of code where I am passing the subscriber key to a landing page from an email. I want that when a subscriber clicks and is redirected to the page to update 2 records in Salesforce. I...
View ArticleHow to consume JSON data into data extensions when third party is sending...
Can any one please help me how to implement this in marketing cloud. since i am new to marketing cloud and I know how we can do that in salesforce service/sales cloud. Scenario :we are digital company...
View ArticleIssue with tracking appended to our links on triggered emails
We are experiencing an issue with emails we're sending in regards to the Exact Target tracking appended to our links - in some cases the tracking is preventing our links from displaying in the browser....
View ArticleAMPscript formatting a number using a variable that needs TreatAsContent
I have a data extension that gives me a user's currency, plus fields for the cost that look like this: cost_USD | cost_EUR | cost_BRLHere's what I have in my ampscript:Set @partner_currency =...
View ArticleSmart Capture Form - insert record into Salesforce
I have a Cloud Page with a Smart Capture form. The Smart capture form works as intended and stores the information into a specific Data Extension.In addition to that, I would like to capture the POST...
View ArticleHow to send attachment in email using ampscript?
How to Create an email using the AMPscript AttachFile() function in the exact target content area that will send an email with an attachment using SOAP API and REST API
View ArticleAMPScript for REST API call in landing page
I'm trying to call REST API to display a push message that is sent from Marketing Cloud in landing page.How do I call the API? I was able to get the Token using the client secret and ID but how to pass...
View ArticleLimit on the number of data extension records while processing LookUpRows...
I'm trying to look up for the rows that meet specific conditions (e.g. SubscriberKey equals _subscriberkey value in email parameter).However, I started wondering whether there's a limit for the number...
View ArticleAMPScript For Loop Dynamic Variable
I am trying to get a dynamic variable set inside a script block with AMPScript.Here is what I got:FOR @i = 1 to 5 DO TreatAsContent( Concat( "SET @Test", @i, " = ", 'some value' ) )NEXT @idSET...
View ArticlePrint AMPscript Variable inside HTML as attributes
So I am using ExactTarget templates and content areas to build my emails. In my templates I have AMPscript variables defined in the < head > and that will determine how elements in my content...
View ArticleSynchronize MobileConnect Opt-in/Opt-out with Sales Cloud
I’m currently looking for a way to synchronize MobileConnect opt-outs with Sales Cloud. I have the MC Connector set up and running, but we don’t have a preference center in place.Right now, I have an...
View Article