Tuesday, July 8, 2025
  • Home
  • About Us
  • Disclaimer
  • Contact Us
  • Terms & Conditions
  • Privacy Policy
T3llam
  • Home
  • App
  • Mobile
    • IOS
  • Gaming
  • Computing
  • Tech
  • Services & Software
  • Home entertainment
No Result
View All Result
  • Home
  • App
  • Mobile
    • IOS
  • Gaming
  • Computing
  • Tech
  • Services & Software
  • Home entertainment
No Result
View All Result
T3llam
No Result
View All Result
Home Services & Software

Create a Cloud Web page and Embed It on a Website

admin by admin
November 20, 2024
in Services & Software
0
Create a Cloud Web page and Embed It on a Website
0
SHARES
0
VIEWS
Share on FacebookShare on Twitter


Salesforce Advertising Cloud’s Cloud Pages are a strong characteristic for creating interactive and dynamic kinds.

These kinds can be utilized for lead assortment, surveys, or every other data-gathering functions. As soon as created, you’ll be able to simply embed these kinds on third-party web sites to maximise their attain.

This weblog will stroll you thru the step-by-step course of of making a Cloud Web page type and integrating it right into a third-party web site.

What’s a Cloud Web page?

A Cloud Web page in Salesforce Advertising Cloud is an internet web page, designed for advertising functions. These pages are extremely customizable, making them supreme for kinds, touchdown pages, and promotional content material.

Steps to Create a Cloud Web page Type

1: Navigate to Cloud Pages

  1. Log in to your Salesforce Advertising Cloud account.
  2. Go to Internet Studio, then choose Cloud Pages.
webstudio>> cloudPage

2: Create a New Touchdown Web page

  1. Click on the Create button and select Touchdown Web page as your web page kind.
  2. Give your web page a significant title, like “Lead Seize Type.”
Landing cloud page

3: Design Your Type

  1. Use the drag-and-drop editor so as to add type elements:
    • Textual content Fields: For title, e-mail, and so on.
    • Dropdowns: These are for choices like nation or preferences.
    • Examine Containers: For phrases and situations or subscriptions.
  2. Customise the shape labels, placeholder textual content, and validation guidelines.

Instance Fields:

  • Title: Textual content Discipline
  • E mail: Textual content Discipline
  • Handle: Textual content Discipline


     
    Lead Seize Type


    %%[      
            SET @FirstName = RequestParameter("FirstName")
            SET @LastName = RequestParameter("LastName")
            SET @Email = RequestParameter("Email")

            SET @upsert1 = UpsertData("YourDataExtensionName", 1, 
                            "subscriberkey", GUID(), 
                            "FirstName", @FirstName,
                            "LastName", @LastName,
                            "Email", @Email, 
                            ) 
    %%]

    
 
    

4: Configure Information Extensions

  1. Join the shape to a Information Extension to retailer the submitted knowledge:
  • Navigate to the shape settings.
  • Map the shape fields to the corresponding columns in your Information Extension.

5: Add Type Submission Logic

  1. Use AMPscript to manage what occurs after type submission.
    For instance, redirect customers to a thank-you web page:
    %%[
    SET @redirectURL = "https://your-thank-you-page-url.com"
    Redirect(@redirectURL)
    ]%%
  2. Save your modifications.

6: Publish Your Cloud Web page

  1. Click on the Publish button.
  2. Copy the generated URL on your Cloud Web page. This URL shall be used to embed the shape on a third-party web site.

Steps to Embed a Cloud Web page Type on a Website

1: Generate an iFrame

  • Embed your Cloud Web page utilizing an HTML

Substitute the src attribute worth with the URL of your Cloud Web page

2: Customise the iFrame

  • Alter the width and top attributes to suit your web site’s design.
  • Add CSS for extra styling if required.

3: Add the Code to Your Website

  1. Log in to your web site’s CMS (e.g., WordPress, Shopify, and so on.).
  2. Paste the iFrame code within the desired location (e.g., a web page editor or customized HTML block).
  3. Save and publish your modifications.

Conclusion
Making a Cloud Web page type in Salesforce Advertising Cloud and embedding it right into a third-party web site is an easy course of.

By following the steps outlined above, you’ll be able to simply create a dynamic and responsive type to seize leads, suggestions, or every other kind of consumer knowledge.

For superior use circumstances, you’ll be able to combine Salesforce Advertising Cloud with third-party functions utilizing APIs to reinforce your knowledge stream and automation.


For any queries relating to Salesforce Advertising Cloud or personalised options, contact our professional Salesforce Consultants at [email protected] or by way of Reside Chat.

Let me know if in case you have any questions or want help with Salesforce Advertising Cloud! Our workforce is on the market year-round to supply personalized options tailor-made to your online business wants.

author-thumb


Faisal Siddiki
1 Badges

Faisal Siddiki is a talented Salesforce Developer with experience in Lightning Internet Elements, Apex, and Service Cloud. As an integration specialist, he excels in leveraging sfdx to construct strong, scalable options that improve service supply and optimize enterprise processes throughout the Salesforce platform.

RelatedPosts

The state of strategic portfolio administration

The state of strategic portfolio administration

June 11, 2025
You should utilize PSVR 2 controllers together with your Apple Imaginative and prescient Professional – however you’ll want to purchase a PSVR 2 headset as properly

You should utilize PSVR 2 controllers together with your Apple Imaginative and prescient Professional – however you’ll want to purchase a PSVR 2 headset as properly

June 11, 2025
Consumer Information For Magento 2 Market Limit Vendor Product

Consumer Information For Magento 2 Market Limit Vendor Product

June 11, 2025


Salesforce Advertising Cloud’s Cloud Pages are a strong characteristic for creating interactive and dynamic kinds.

These kinds can be utilized for lead assortment, surveys, or every other data-gathering functions. As soon as created, you’ll be able to simply embed these kinds on third-party web sites to maximise their attain.

This weblog will stroll you thru the step-by-step course of of making a Cloud Web page type and integrating it right into a third-party web site.

What’s a Cloud Web page?

A Cloud Web page in Salesforce Advertising Cloud is an internet web page, designed for advertising functions. These pages are extremely customizable, making them supreme for kinds, touchdown pages, and promotional content material.

Steps to Create a Cloud Web page Type

1: Navigate to Cloud Pages

  1. Log in to your Salesforce Advertising Cloud account.
  2. Go to Internet Studio, then choose Cloud Pages.
webstudio>> cloudPage

2: Create a New Touchdown Web page

  1. Click on the Create button and select Touchdown Web page as your web page kind.
  2. Give your web page a significant title, like “Lead Seize Type.”
Landing cloud page

3: Design Your Type

  1. Use the drag-and-drop editor so as to add type elements:
    • Textual content Fields: For title, e-mail, and so on.
    • Dropdowns: These are for choices like nation or preferences.
    • Examine Containers: For phrases and situations or subscriptions.
  2. Customise the shape labels, placeholder textual content, and validation guidelines.

Instance Fields:

  • Title: Textual content Discipline
  • E mail: Textual content Discipline
  • Handle: Textual content Discipline


    
    
    Lead Seize Type


    %%[      
            SET @FirstName = RequestParameter("FirstName")
            SET @LastName = RequestParameter("LastName")
            SET @Email = RequestParameter("Email")

            SET @upsert1 = UpsertData("YourDataExtensionName", 1, 
                            "subscriberkey", GUID(), 
                            "FirstName", @FirstName,
                            "LastName", @LastName,
                            "Email", @Email, 
                            ) 
    %%]

    
 
    

4: Configure Information Extensions

  1. Join the shape to a Information Extension to retailer the submitted knowledge:
  • Navigate to the shape settings.
  • Map the shape fields to the corresponding columns in your Information Extension.

5: Add Type Submission Logic

  1. Use AMPscript to manage what occurs after type submission.
    For instance, redirect customers to a thank-you web page:
    %%[
    SET @redirectURL = "https://your-thank-you-page-url.com"
    Redirect(@redirectURL)
    ]%%
  2. Save your modifications.

6: Publish Your Cloud Web page

  1. Click on the Publish button.
  2. Copy the generated URL on your Cloud Web page. This URL shall be used to embed the shape on a third-party web site.

Steps to Embed a Cloud Web page Type on a Website

1: Generate an iFrame

  • Embed your Cloud Web page utilizing an HTML

Substitute the src attribute worth with the URL of your Cloud Web page

2: Customise the iFrame

  • Alter the width and top attributes to suit your web site’s design.
  • Add CSS for extra styling if required.

3: Add the Code to Your Website

  1. Log in to your web site’s CMS (e.g., WordPress, Shopify, and so on.).
  2. Paste the iFrame code within the desired location (e.g., a web page editor or customized HTML block).
  3. Save and publish your modifications.

Conclusion
Making a Cloud Web page type in Salesforce Advertising Cloud and embedding it right into a third-party web site is an easy course of.

By following the steps outlined above, you’ll be able to simply create a dynamic and responsive type to seize leads, suggestions, or every other kind of consumer knowledge.

For superior use circumstances, you’ll be able to combine Salesforce Advertising Cloud with third-party functions utilizing APIs to reinforce your knowledge stream and automation.


For any queries relating to Salesforce Advertising Cloud or personalised options, contact our professional Salesforce Consultants at [email protected] or by way of Reside Chat.

Let me know if in case you have any questions or want help with Salesforce Advertising Cloud! Our workforce is on the market year-round to supply personalized options tailor-made to your online business wants.

author-thumb


Faisal Siddiki
1 Badges

Faisal Siddiki is a talented Salesforce Developer with experience in Lightning Internet Elements, Apex, and Service Cloud. As an integration specialist, he excels in leveraging sfdx to construct strong, scalable options that improve service supply and optimize enterprise processes throughout the Salesforce platform.

Previous Post

Microsoft Flight Simulator 2024 borrowed all its animals from Planet Zoo

Next Post

M4 MacBook Professional Black Friday Offers Arrive Early With As much as $250 Off Choose Fashions

Next Post
M4 MacBook Professional Black Friday Offers Arrive Early With As much as 0 Off Choose Fashions

M4 MacBook Professional Black Friday Offers Arrive Early With As much as $250 Off Choose Fashions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • App (3,061)
  • Computing (4,401)
  • Gaming (9,599)
  • Home entertainment (633)
  • IOS (9,534)
  • Mobile (11,881)
  • Services & Software (4,006)
  • Tech (5,315)
  • Uncategorized (4)

Recent Posts

  • WWDC 2025 Rumor Report Card: Which Leaks Had been Proper or Unsuitable?
  • The state of strategic portfolio administration
  • 51 of the Greatest TV Exhibits on Netflix That Will Maintain You Entertained
  • ‘We’re previous the occasion horizon’: Sam Altman thinks superintelligence is inside our grasp and makes 3 daring predictions for the way forward for AI and robotics
  • Snap will launch its AR glasses known as Specs subsequent 12 months, and these can be commercially accessible
  • App
  • Computing
  • Gaming
  • Home entertainment
  • IOS
  • Mobile
  • Services & Software
  • Tech
  • Uncategorized
  • Home
  • About Us
  • Disclaimer
  • Contact Us
  • Terms & Conditions
  • Privacy Policy

© 2025 JNews - Premium WordPress news & magazine theme by Jegtheme.

No Result
View All Result
  • Home
  • App
  • Mobile
    • IOS
  • Gaming
  • Computing
  • Tech
  • Services & Software
  • Home entertainment

© 2025 JNews - Premium WordPress news & magazine theme by Jegtheme.

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies. However you may visit Cookie Settings to provide a controlled consent.
Cookie settingsACCEPT
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analyticsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functionalThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessaryThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-othersThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performanceThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policyThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Save & Accept