Unsub event checks HasOptedOutOfEmail on Salesforce. How do i uncheck it?
I have a cloudpages custom unsubscribe page. It has LogUnSubEvent (AMPScript) which on unsubscribe updates the Subscriber status to Unsubscribed and sets HasOptedOutOfEmail flag to true on Salesforce...
View Articlevalidate cloudpage data
I'm very much stuck on how to approach this, so any guidance would be greatly appreciated!BackgroundA client wants to build a simple cloudpage from which entities will fill in their details, and submit...
View ArticleTrack Email Code snippet included in email, yet no opens are being recorded
I'm using the data view to query opens for the last 30 days. It's been working for the past 2 months.My devs just re-wrote our HTML based email with it's ampscript but the code is still there. I...
View ArticlePre 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...
View Articleenryption Algorithm of qs parameter generated by adding %%view_email_url%%
By adding "%%view_email_url%%" to your send email, an HTML anchor like this will be the outcome. "http://view.email.domain/?qs=cf22e6f54fe6a6a5fe.....i know that the qs parameter is the encrypted url...
View ArticlePass information from one page to another using AMPScript
We have to create a custom unsubscribe page in Marketing Cloud and we would like to know if it's possible to pass information from one page to another using AMPScript.On the first page, the customer...
View ArticleRetrieving images from RSS feed ExactTarget with AMPScript
I am embedding an RSS feed in an email using AMPScript. I am successfully pulling in the title, description and link, but I’d also like to include the image that’s part of the description in the feed....
View ArticleRequestParameter and view_email_url
Is it possible to send extra parameters to view_email_url and then pick them up and use them on the web version of the email? I would like to do this so I can perform different actions, such as display...
View ArticleHow to populate attribute value in a data extension source to a Mobile Push...
I am using a data extension as a data source for a Mobile Push Inbox message type. In order to filter and categorize the subscribers, the app side would need to receive the value stored in a field...
View ArticleCloudPage Help - How to lookup value from DE but return a different value
On a CloudPages confirmation page I'm trying to write a code to lookup a value from the DE and based on their survey responses, output recommendations. For example, the DE could say 'SUV'. So on the...
View ArticleDisplay Error Message - AMP Script
I would like to display an error message in login page, if the credentials are wrong or invalid. error message like "Invalid Username / Password" should be displayed next to the login buttonhow can...
View ArticleRead all request headers on CloudPage server side without knowing their names
I need to store whole HTTP request made to a CloudPage for audit purposes. I'm able to log everything besides headers. I'm unable to read all of them with ampscript or SSJS without knowing their names...
View ArticleSend 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 ArticleCustom CloudPage Preference Center
I'm trying to build a simple preference center using Smart Capture. I'm trying to have the user experience be when the person clicks the "Unsubscribe" CTA in the footer it sends them to a Landing Page...
View ArticleRetrieve Mobile List attribute using ampscript in Mobile Push Message
I'm trying to retrieve Mobile List attribute using ampscript in Mobile Push Message and trying to insert a row based on that information in Data Extension.But when I try to send message, it gets...
View ArticleAn unrecognized expression appears in a script block. Script Expression:...
When previewing my email I get the following error message: An unrecognized expression appears in a script block. Script Expression: < MemberID: XXX JobID: 0The error appears to be related to the...
View ArticleHandling Microsoft SafeLinks Double Activation in Email Links with AMPscript
I'm currently facing a challenge with Microsoft SafeLinks in an email marketing context. SafeLinks, a feature in Microsoft's security suite, pre-fetches URLs for security checks and then again when a...
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 ArticleAMPscript: Pull data extension row count
I'm trying to use AMPscript to pull the number of rows (all rows, rather than matching to a specific variable) in a data extension and insert that variable into an email. However, the variable I'm...
View ArticleDynamically Populate Email Name?
I am wondering if there is a way to use AMPScript to dynamically populate email name. We fill in email name in our URL string, but we need to create multiple emails with different email names if we...
View Article