Send data from one CloudPage to Another
I have a cloudpage that register some customer infos(Fname, Lname, Id...), and theses info needs to be transferred to another CloudPage in order to display the correct Content for that Customer, I'm...
View ArticleVariables in alias tag showing in link level reporting
I'm trying to include a couple of variables within a Concat inside an Alias tag and I am not seeing the expected string in "LinkName" reporting values but rather the variable names. So I get something...
View ArticleSubmitting HTML characters to a Data Extension via Landing Page and SSJS
I have tried to push data to data extension through a landing page using SSJS. The form fields contain HTML characters (which will import to the Data Extension fine). I'm getting this error when I...
View ArticleAmpscript GET view_email_url
Hello I have a problem with an ampscript code I can not get the online version and send it in salesforce cf the following code:%%[var @contactId, @campaignId, @id, @contactRows, @limitRow, @nom,...
View ArticleExclusion script not working for Journey builder send emails
I am trying to use an exclusion script to exclude the contacts from the DataExtension marked as root. Refer to the screenshot of the data and DE structure. The two fields I am referring to in the...
View ArticleCan a preheader show preheader text only?
When I add this preheader in Marketing Cloud:Only a click awayand test send my mail to my mailbox, my preheader will look like this:Only a click away Online Version Design Catalogue Find a store etc...
View ArticleMarketing Cloud send to Campaign personalization
Trying to show personalization strings from Campaign and CampaignMember object when doing a send to Salesforce Campaign via Marketing Cloud and later also pass these on to a Cloud Page. Based on this...
View ArticleAmpscript - Dynamic UTM parameters
I've figured out how to put in dynamic utm parameters to append to all links in an email with the below ampscript.%%[Var @campaign, @pcodeSet @campaignID = "%%campaignid%%"Set @pcode = "%%pcode%%"]%%My...
View ArticleUpdate Demographics Object using AMPScript
When trying to update the Contact object using an AMPScript on my SFMC cloud page, my script works fine. However, I haven't been able to figure out how to update the Demographics object using the same...
View ArticleRedirect to Thank you page from a Iframe
I'm embedding Marketing Cloud forms with a iframe in my website. My form use Ampscript to redirect a Th page. the problem is that it load the thank you page within the iframe. Is there any way to open...
View ArticleAdd ReCaptcha to SmartCapture Form in Cloud Pages
We are trying to implement Google Recaptcha v2 into our Smart Capture form within a Cloud Page. Here's what we've done so far:Created a Data ExtensionCreated Cloud Pages CollectionAdded Cloud Pages...
View ArticleCustom Subscription Center
I've created a custom subscription center that pulls fields from a DE and then searches for the associated lists in regards to the subscriber who's on the profile center. My question is how I make...
View Article500 error on Cloud Page
Here is the code on my cloud page. I'm a trying to change the status of a campaign member to Responded if they click on the RSVP button in an email. I am getting a 500 error. Does anyone see anything...
View ArticleHow to Make API Call from SFMC Cloud page to External System
I'm trying to make API call to external system from a Cloud page, but when I publish I'm getting response Response:nullresultString:. Below the code details. Can someone please help me this. Thank you...
View ArticleMarketing Cloud: Add QR Code to Email and Update Data Extension Column when...
My use case is the following: For an event, I want to sent an email with a QR Code to the contacts who registered for the event. I will use a single-send-journey.All contacts data are stored in a Data...
View ArticleData overwrite for journey builder personalization
I was building a new journey in journey builder this week and saw this message:Journey Builder captures a snapshot of the entry source data upon Journey entry >that is then used in email...
View ArticleHow to Correctly Exclude Checkout Day in Daily Rate Calculation with AMPscript?
I am using AMPscript in Salesforce Marketing Cloud to parse serialized JSON data for hotel reservations. Each entry contains start and end dates along with a daily rate. I need to calculate and display...
View ArticleUsing AMPScript to define which Send Classification to use
OK, so I find myself in a Marketing Cloud environment where Send Classifications are set up individually for Denmark, Sweden, Germany, Schwitzerland and The Netherlands, but my new, triggered mail is...
View ArticleHow do you retrieve the Data Extension object structure using AMPScript?
I almost have it, but need some help translating into AMPScript how to get the SendableDataExtensionField.Name, SendableSubscriberField.Name and Template.CustomerKey when retrieving the DE object...
View ArticleWhy isn't my link getting populated when using AMPscript
I'm using Salesforce Marketing Cloud and need to populate a link using AMPscript. For example, the link ishttps://website.com/%%=v(@variable1)=%%/%%=v(@variable2)=%%/%%=v(@variable3)=%%The link works...
View Article