Skip to main content

#AMPscript0 debatiendo

🚀 Available for Freelance Projects | Salesforce Marketing Cloud (SFMC)

Salesforce Marketing Cloud Specialist with 3+ years of experience delivering automated, personalized, and CRM-driven marketing solutions.

Expertise: 

✔ Email Studio | Journey Builder | Automation Studio 

✔ AMPscript | SQL | HTML/CSS  

✔ Audience Segmentation & Dynamic Personalization 

✔ SFMC + Salesforce Sales Cloud Integration 

✔ Customer Journeys & Campaign Automation

Open to short-term, long-term, and remote freelance opportunities.

Feel free to connect or message to discuss your SFMC requirements.

#Salesforcemarketingcloud #SFMC #Salesforce #Email #AMPscript #Journey Builder #Freelance Project Work #Freelancing Work #Freelancing

1 comentario
0/9000

[Webinar recap]

 

Marketing Cloud Tech Lounge: Introduction to AMPscript

 

AMPscript is a scripting language used within Marketing Cloud content: emails, landing pages, SMS and PUSH messages.  

 

@Brandt Wagner gives you an overview which covers syntax, general information, and how to use variables and functions.  We include resources, and best practices of when to use, and when not to use AMPscript.

 

 

We hope you will join us for the next MC Tech Lounge, where we will discuss how to optimize engagement with Einstein Engagement Frequency: http://sfdc.co/MCTechLounge 

New to this feature?  Check out Andy's quick video intro from our April '19 release: https://youtu.be/Zh9FUDL0FmE 

 

@Sarah Hatch @Kevin Stark @Andy Simmons @Shrestha Basu Mallick 

 

#MCTechLounge #AMPscript 

Marketing Cloud Tech Lounge: Introduction to AMPscript

17 comentarios
  1. Lukas Lunow (NoA Ignite) Forum Ambassador
    30 jun 2025, 10:06

    @Tharrannidevi Shanmugam I am aware that this is being claimed by ChatGPT, but officially there is no reason to believe it is an acronym - as also stated in this comment by Adam: https://salesforce.stackexchange.com/a/137704/36623

0/9000
0/9000

I've created a custom profile center in Marketing Cloud, on the cloud page the profile information is prepopulated using lookup function in Ampscript. the information is checked will be updated using a triggered send which will be sent to the account admin,, who will then update the info for the subscriber. need help with checking the profile information from CRM using the RetrieveSalesforceObjects function and then send a triggered email to the admin with only the fields the subscriber wants to update.  Can someone help on this? #Marketing Cloud #AMPscript #Cloud Page Landing Pages #Custom Profiles

1 respuesta
0/9000

BItly shorten URL Using AMPSCRIPT and API

Hello !!

%%[

var @URL

SET @URL = TRIM(HTTPGet(Concat("https://api-ssl.bitly.com/v3/shorten?access_token=Token&format=txt&longUrl=http://google.com?Email=",Email)))

]%%

 %%=v(TRIM(@URL))=%% 

This works perfect but i want to pass one more parameter with this that is "Week"

My Column name is Week and i want to pass week=True with this URL and then it needs to be shorten works fine with one Parameter but doesn't work with 2 parameters 

2 comentarios
  1. 31 jul 2023, 04:33

    I have developed a comprehensive Native solution accessible on Salesforce AppExchange (http://cfsu.in/i-appexchange) that offers the ability to create both single and bulk Short URLs using various methods such as GUI, LWC Widget, globally exposed APEX code and by a REST Service. 

     

    For given use case, you can call our REST service to create short URLs with multiple parameters.

0/9000

Time for my third and final @* Marketing Cloud Engagement * coding Style Guide - #AMPScript one!

https://mateuszdabrowski.pl/docs/ampscript/ampscript-style-guide

 

Having a consistent and intentional style is a huge help in creating good, bug-less scripts. Expect many subjective opinions focused on consistency, readability and ease of writing — all with the #Marketing Cloud use case in mind.

 

You may use it as it is, implement only some parts of it, or ignore it altogether, but I highly recommend going through and thinking about your approach to writing scripts.

 

SFMC Style Guide series:

1. AMPScript: https://mateuszdabrowski.pl/docs/ampscript/ampscript-style-guide

2. SSJS: https://mateuszdabrowski.pl/docs/ssjs/ssjs-style-guide

3. SQL: https://mateuszdabrowski.pl/docs/sql/sfmc-sql-style-guide

 

More to come, so keep on coding!

5 comentarios
0/9000

This is driving me nuts. I’m sure it’s gonna be something really goofy but for some reason this Ampscript does not like me.

It all works except for the replacement value (College Coaches) when “College Coach” is null.

Any ideas?

 

%%[ 

set @FirstName = ProperCase([First Name])

]%%

%%[    

/* Set default value if Coach Name is null */

SET @CoachName = AttributeValue("Coach Name")

 

IF EMPTY(@CoachName) OR @CoachName == "Integration" OR @CoachName == "Integration2" THEN

    SET @CoachName = "College Coaches"

ENDIF

 

/* Set default value if Coach Email is null */

SET @CoachEmail = AttributeValue("Coach Email")

 

IF EMPTY(@CoachEmail) OR @CoachEmail == "

email@domain.edu" OR @CoachEmail == "email2@domain.edu

" THEN

    SET @CoachEmail = "

default@domain.edu

"

ENDIF

]%%

 

#AMPscript #Marketing Cloud
1 comentario
  1. 12 jul 2023, 07:34

    Finally figured it out so hopefully this will help someone else ... for some reason there's a space in the "Coach Name" field so it wasn't empty or null.

     

    Added  OR @CoachName == " " to the if statement and everything started working as expected.

     

    Updated code:

     

    IF EMPTY(@CoachName) OR @CoachName == " " OR @CoachName == "Integration" OR @CoachName == "Integration2" THEN

    SET @CoachName = "College Coaches"

    ENDIF

0/9000

AMPScript Enablement - Session 2 Part 1

Step By Step Guide : learn AMPScript string functions and build personalized email.

▶️ Part 1: 

https://lnkd.in/dDXjhgbe

▶️ Part 2:

https://lnkd.in/dJhZTehB

▶️ Part 3:

https://lnkd.in/d7cQp73p

▶️ Part 4:

https://lnkd.in/dJvDj-m3

▶️ Part 5:

https://lnkd.in/dY38EfBt

I need to confess, I covered too many topics in a go.

Kya kare ? aadat se majboor :-P

YouTube handle : 

https://lnkd.in/dG3nWPQ6#ampscript #salesforcetraining #salesforcemarketingcloud #trailblazercommunity #trailblazers

Salesforce Marketing Cloud

#Marketing Cloud
1 comentario
0/9000

Cloud Page Enablement - Part 2 

 

Step By Step Guide : how to leverage code snippet and html content blocks in your landing pages. Build your landing pages with reusable components.

 ▶️ Part 2: https://lnkd.in/erDQB-wd 

 

Part 3 : Leverage code resource for your landing pages {coming soon}

 

#ampscript #salesforcetraining 

  #Marketing Cloud

1 comentario
0/9000

Interested in the Basics of AMPScript for Marketing Cloud? 

 

Check out a new blog we've just published on the Salesforce Developers website by a new Developer Advocate, @Danielle Larregui

 

Click here to read the blog that will take you through the basics of AMPScript for Marketing Cloud developers. 

Interested in the Basics of AMPScript for Marketing Cloud? Check out a new blog we've just published on the Salesforce Developers website by a new Developer Advocate, .

@* Marketing Cloud Engagement * #AMPscript 

0/9000