SFMC How To Create Dynamic Images in Salesforce Marketing Cloud

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ส.ค. 2024

ความคิดเห็น • 15

  • @ravikantkumar7310
    @ravikantkumar7310 3 ปีที่แล้ว +1

    Excellent explanation

  • @thetechconsultant
    @thetechconsultant 2 ปีที่แล้ว +1

    I want to add that it's been easier for me to use AMPscript for my dynamic blocks whenever we need to test something where a DE hasn't been set up yet. You need the DE in order to set up your Dynamic Block rules, but you don't need it for the AMPscript.

    • @thetechconsultant
      @thetechconsultant 2 ปีที่แล้ว

      Also, keep in mind that he only showed you one way to write the AMPscript. It's not the only way to write the AMPscript. There's many ways to write it, especially if your task is more robust.

  • @kuldeep.vkmalik
    @kuldeep.vkmalik 3 ปีที่แล้ว

    Thank you @cameron Robert

  • @fabiogloor
    @fabiogloor 6 หลายเดือนก่อน

    Thx for that video. I saw that SFMC supports AMPscript but also JavaScript. Is there any advantage if I learn AMPscript if I have already JS know-how?

  • @llpict
    @llpict 2 ปีที่แล้ว +1

    this is great. Is there a way to pull in dynamic text over an image in salesforce MC

  • @katiaconsultant8865
    @katiaconsultant8865 3 ปีที่แล้ว

    Amazing! Can I also trigger these based on different Child BUs? I need to include this element as field into my DE? or there are other solutions? thanks!

  • @nickong3430
    @nickong3430 3 ปีที่แล้ว +1

    hello! thanks so much for this! Can I check how I can make those images clickable? So add a different URL to the white, and blue dresses so users will go to the respective URLs they're supposed to?

    • @ImplementationGuru
      @ImplementationGuru  3 ปีที่แล้ว

      Hi @Nicol, great question!
      You can do this by making another AMPscript value - such as @ImageLink - in the AMPscript block shown in the video, and setting that value to be the correct product link for each product.
      Next, add the appropriate tags around the img you want to make clickable. In the "href=" section of the tag, you can output the @ImageLink value by using RedirectTo() function so it looks like this: href="%%=RedirectTo(@ImageLink)=%%"
      Check out my video on Alias Tags & Tracking to learn more about the RedirectTo() function here: th-cam.com/video/e_Ohqm4kie8/w-d-xo.html

  • @CCCCCCCCCCCCCCCCCC37
    @CCCCCCCCCCCCCCCCCC37 3 ปีที่แล้ว

    Is it possible to have a dynamic background image using AMPscript?

    • @thetechconsultant
      @thetechconsultant 2 ปีที่แล้ว

      You can, but it's better to use html for that. Just set a class and include the class in your style tags

  • @srinivasv1449
    @srinivasv1449 2 ปีที่แล้ว

    Thank you so much for this, I am looking someone who can help me building emails, can you help me ?

  • @chabellycespedes6712
    @chabellycespedes6712 3 ปีที่แล้ว

    How can I create a dynamic content block ? By replacing what I have on the content block?

    • @ImplementationGuru
      @ImplementationGuru  3 ปีที่แล้ว +1

      Hi Chabelly - The Dynamic Content Block can only reference content blocks that have been saved in Content Builder. If you already have content build in your email - click on the content block and "Save" it to Content Builder - this way you will be able to use it in your Dynamic Content Block selection.

    • @chabellycespedes6712
      @chabellycespedes6712 3 ปีที่แล้ว

      @@ImplementationGuru Thank you! I'm new to the marketing cloud and I really like how you explain your videos! I do have another question: what if in the email I wanna add a promotion but I only want that offer to be visible to a specific audience that qualifies on the data extension and for others that do not qualify to be invisible. How can you set this up so that it's sectioned out so dynamic content can be used?