Issue 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 ArticleWhat's wrong with my substring function?
I'm trying to loop through a string using AMPscript only and pick out specific values. The problem is once it tries to update the string using the substring function the cloudpage errors out.Example...
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 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 ArticleCreate a dynamic sender profile from an Ampscript variable that has been set...
I'm working on creating a dynamic sender profile (DSP) for a client. It's my understanding that the way it's usually done, you will do a lookup based on a subscriber attribute, e.g., city, country, or...
View ArticleNeed help with optimizing JSON-content feed loading inside of a Newsletter...
I have a question about optimizing Salesforce Marketing Cloud Newsletters with JSON-based feed content for production sends.The vast majority of our newsletters sent via Marketing Cloud are comprised...
View ArticleIF ELSE Statement in AMPScript
I have problem with IF/ELSE statement in Ampscript ,as it is not going through else statementI have created a DE for couponcode Claimcoupon DE details(CouponCodeRedeem)CouponCode -...
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 ArticleAmpscript Lookup function on field which is null
I am using this function:%%=Lookup("ENT.SBQQ__QuoteLine__c_Salesforce","SBQQ__ProductName__c","sbqq__quote__c", "a0n5E000002KZHQQA4", "SBQQ__Required", @required)=%%which works all the times (it...
View ArticleHow to reference another data extension using ampscript to populate dynamic...
Still learning ampscript and its functions and need to ask a question as I'm going around in circles. I have an email which is sent to a list of subscribers. Within the send data extension I have a...
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 ArticleAmp script claim row is claiming same row twice
I'm running into a weird case where the claimrow function is claiming the same row for multiple users. What I am trying to do is prevent a user from receiving an email if he/she already received a...
View ArticleAMPScript creating multiple entries
%%[set @id = _subscriberkeyset @communities = 'Community-id' /* replace this id with your community ID */var @createdemographicset @createdemographic = CreateSalesforceObject('Demographics__c',...
View ArticleI want Available records in DE to get populated in Cloud Page Form using...
The question is I have one DE where the records are getting populated on Daily basis from that DE I want the records to get populated in my cloud page where I created a Form page in that dropdown I...
View ArticleAttachFile() function ampscript
could someone help me?When I send it like this, it works:entryAttachmentPath1 = /Import/EmailAnexo/test.txtentryAttachmentName1 = test.txtBut when I send it like this, it doesn't...
View ArticleIs 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 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 ArticleAttachFile function not retrieving values from Data Extension
I'm facing an issue while using the AttachFile function in SFMC and would appreciate your help in understanding the behavior better.When I use the function statically, assigning a value directly to my...
View ArticleNeed 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