Quantcast
Channel: Active questions tagged ampscript - Salesforce Stack Exchange
Browsing latest articles
Browse All 389 View Live
↧

Prevent entire campaign from sending if personalized subject line is empty

I have an ampscript that personalizes subject lines based on email name. Is there a way to prevent an email from sending if the email name doesn't match any of the criteria? I know I can use RaiseError...

View Article


Image may be NSFW.
Clik here to view.

Help 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 Article


Custom 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 Article

RMM Save to Data Extension

Can we set up a script in RMM to save email responses into a data extension? My original idea was to set up an inbox parse content and then ship it to an SFTP, but, that is less than ideal if there is...

View Article

How to pull data from Data Extension to be displayed in Landing Page?

How to pull data from a specific data extension that can be displayed on a Landing Page using Ampscript?On the email I have this Ampscript which displays the Balance Points once sent on the Email...

View Article


Is it possible to call an AMPScript function upon link click?

Is it possible to do something like:<a href="%%=UpdateDataExtension("", "", "", "")=%%">link</a>

View Article

Populating dynamic redirect in landing pages

We have a large survey which I have divided into 3 forms. On completion of each smart capture form I am trying to append some personalised elements so they get picked up in the next form so we can join...

View Article

ClaimRow function not working when send to data extension with 3 users...

I have this code , but when I send to Data Extension with 3 users, the first user asign the code , the second user assign diferent code but when the 3rd user assign the same code that second user%%[VAR...

View Article


Is there a way to stop a send to an individual address if data is missing?

I'm new to Exact Target and as the question implies, is there a way to omit the record from being sent an email if the data used for personalization is missing in the list? I personally prefer sending...

View Article


Need help with HTTPPost call in ampscript

I have the following codeSET @CallStatus = ''set @JSON = HTTPPost("http://someapi/bgcenter/","application/json","a=getSubLists&m=10790742&o=j&e=sometest@email.com", @CallStatus)I am trying...

View Article

Triggered Send using REST API with Data Extension

I would like to substitute some variables in my email template using SFMC's REST API.For example, in my email: %%[Substitute_var1]%%When I call it through REST, how it's possible to substitute this...

View Article

How to get status of query definition

I want to get the status of a query definition. I am interested in knowing if it ended up in an error or not.I run query definitions from a script, but I cannot access the information about whether...

View Article

How pass additional values in Triggered Send DE and update the All Subscriber...

On the form submit I want to pass the following values in Triggered Send DEFirst Name as @first_name Last Name as @last_nameMember Number (This will be a unique number and I would like to set it up as...

View Article


How to know if an User has logged in SFMC using SFMC APIs or SSJS scripts

We are creating a cloud page where only the users who have access to SFMC can access and login to the page. If the user is currently not logged into SFMC then, when the user opens the Cloudpage it will...

View Article

Preview links and "View as Web Page" Solutions?

At my company, we need to send out preview links within the organization internally before a communication is sent out. In our past platform (MailChimp) the "View as Web Page" option allowed us to copy...

View Article


Using date time of today in look up ordered rows -Ampscript

Im trying to use a lookupordered row expression to find rows that have a submission date of today and display them, unfortunately I am not finding any matches. I am unsure if my syntax is incorrect or...

View Article

Shortening URL with AMPscript (Bit.ly)

I am trying to send values to the cloud page. my code is this:%%[ SET @caseId = [CaseID] SET @lastremdate = [Last Reminder Date] SET @Subscriber_ID = [Subscriber_ID] SET @link =...

View Article


Can we convert a SQL query to AMPscript?

I have this big query to convert in AMPscript. Is it even possible. Any suggestion or guidance would be helpful. SELECT count(*)FROM properties_viewINNER JOIN markets on properties_view.market_id =...

View Article

EncryptSymmetric AMPScript AES

We want to encrypt / encode URL parameters on our pages. I tried to encrypt a parameter using EncryptSymmetric() with AES algorithm as explained in the documentation%%[SET...

View Article

Redirect Cloud Page

On form submit I want to redirect the user to a cloud page url.When I use the following code %%=Redirect('whole cloud page url')=%%On form submission, I get 500 error.To test if my code is working:...

View Article

AMPscript: Rounding a number in a text field that has several decimals

I have a text field that holds price values like 1190.00 and 1216.666666667.I've used AMPscript to round the numbers to 0 decimal places. Referencing this Q&A Round a number with AMPscript I'm able...

View Article


AMPscript Lookup fails to find record

Having trouble with lookup not returning what's expected.The @LOTeamName is what I'm having trouble returning. No errors when I run it, it just doesn't return anything even though I know it's...

View Article


Marketing Cloud: AMPscript redirect not working

When trying to use 'redirect', my 'starting' page will no longer load (returning the 500 error). Not sure what I'm doing wrong here. FYI: If I remove the redirect code, the page loads just fine. Here's...

View Article

Default value using AMPScript

I want to show a default value "Friend" if firstname is Empty or unknown And it should show the name if it is there. But this is not working. Can anyone help me this.%%[var @Firstname, @Email set...

View Article

RequestParameter in Ampscript and how it is used?

We have a html form and from this form we fetch email address.For example, the form input field looks like this,<input type="text" name="EmailAddress">Then there is the amp-script code to fetch...

View Article


AMPScript: How can use DecryptSymmetric() function to decrypt an encrypted...

I need to decrypt an encrypted string using AMPScript's DecryptSymmetric() function which is coming from an external system(PHP). I am not sure which algorithm PHP should use to encrypt the string, so...

View Article

Update Data Extension with keyword in Mobile Connect Text response

I was trying to trigger a specific MobileConnect text response keyword which should update a Data extension. When I add some ampscript to the outbound response, I get an error saying "There was an...

View Article

Understanding the opts Parameter in SFMC SSJS WSProxy's performItem Method...

I'm working with Salesforce Marketing Cloud's Server-Side JavaScript (SSJS) and utilizing the WSProxy object to perform various actions. I've encountered the performItem method, which takes four...

View Article

What are the differences between performItem and execute in SFMC SSJS WSProxy?

I'm working with Salesforce Marketing Cloud (SFMC) Server-Side JavaScript (SSJS) and using the WSProxy object to interact with various Marketing Cloud APIs. I've come across two methods for performing...

View Article



Creating new subscriber on ENT 2.0 account using ampscript

We are builing landing pages using ampscript to unsubscribe email address submitted via these pages. The pages should check for email address to existing subscriber and unsubscirbe them or create new...

View Article
Browsing latest articles
Browse All 389 View Live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>