Exclusion 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 ArticleInteractive Email: AMPScript on Cloud Page not executing
I am trying out interactive email for the first time - so far, its cool - but my company is a global company which means I need the labels for the form to be able to support multiple languages.The way...
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 ArticleContent builder - Formatting numbers of different lengths to show in...
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...
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 ArticleI am a beginner. Wrote the below amp script code. I have tried many things...
Below is my piece of code-An expected comma is not found in the varible declaration. Script: Var @fname,@lname,@plantype,@gender ListID: 59096 Index: 14758%%[ Var @fname,@lname,@plantype,@gender Set...
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 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 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 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 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 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 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 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 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 Articlemultiple DE in cloudpage
I am creating a cloud page and I'm new to amp script and no programming knowledge at all. I have 2 DE, is possible to call 2 DE in one...
View ArticleUsing the CC features of SFMC to populate CC recipients with AMPScript. Need...
Need an email in a journey to go to an entire Plan Team. The Plan Team is listed in Sales Cloud so we are sync-ing the Plan roles from Sales Cloud into a DE via the SQL activities and then referencing...
View Articledynamic from name for SMS
Is it possible to change the from name (sender ID) for MobileConnect with ampscript? Based on telecom regulations we need to send SMSes with different from names based on which country we're sending...
View ArticleAMPscript Sales Cloud Task Creation
I'm trying to create a Sales Cloud task using AMPscript. There's not much detailed documentation out there so I'm trying different API field names and haven't figured it out. Here's my code: var...
View ArticleCall to create the salesforceobject Campaign failed! Object reference not set...
I recieve the following error Call to create the salesforceobject Campaign failed! Object reference not set to an instance of an objectWhen i try to execute the following codeset...
View Article