Emails, Forms, and Landing Pages Flashcards
If you want to add PURLs to a direct mail piece and you are doing an export, how is this done? Do you upload PURLS and then export file? Use signature rule?
PURLs are automatically generated and are stored as a contact field called PURL name, so PURLs can be included in a contact view and exported to excel or csv.
True or False: Field merges can be done on Email Headers and Subject Lines.
True. Email Headers and Subject Lines can both contain field merges.
After system check for sending emails, it is determined that text version is not available. You want to send it anyway. What happens? Will the system allow the email to send? Does the campaign change from “activated” to “draft”?
The system will allow the email to be sent even if the text version is not available.
What is the first thing that happens when a new email is first saved?
the header and footer sections are added once the email group has been set and the email saved
How do you change the order of multiple form processing steps?
There is no way to change the order of form processing steps. They are executed in the order they were created.
From where can you add a cloud connector that allows you to set up a single sign on for LinkedIn?
Assets » Landing Pages » New or open Landing page » Cloud Content » search for LinkedIn Signon
A field merge can be used to personalize _____________
Emails, landing pages and forms
When selecting ‘View Submission Data…’ for a form, what two pieces of information are displayed?
Values submitted for visible fields on the formValues captured as hidden fields on the formAll values that have been sent inbound with the form submission will be shown here. This includes visible fields on the form that are completed by the visitor as well as any hidden field values.
What three questions are evaluated when running the Email Checker on an email?
Does the email contain a link to a Web Version?
Does the email contain a form?
Does the email contain an unsubscribe link?
What is the Email Checker used for?
to identify whether the email contains elements that will negatively impact deliverability.Containing a link to a web version and containing an unsubscribe (or subscription management) link can help deliverability, but form code in an email can hurt deliverability. Overlapping sections impacts how an email looks, but not deliverability.
True or False: You must add javascript to the externally hosted form page that captures the visitor’s cookie GUID and re-posts to Eloqua in a hidden field
True. You must add javascript to the externally hosted form page so that Eloqua can identify the visitor by their cookie GUID and link the visitor to their Eloqua Contact record.
True or False: Eloqua can only accept form data from server-side form processors that are added to the ‘approved sender’ list
False.
You no longer want to receive email notifications when a form is submitted and want them sent to your colleague. How do you achieve this?
Edit the “Send Notification Email “ step and change the configured email address.
You are testing an externally hosted form that is directly posting to Eloqua. After submitting the form, you check the form data in Eloqua and see a value captured for your test email address, but no values for first name and last name. What is the problem?
The HTML form field names on the Eloqua form do not exactly match those on the external form to correctly map form data to the correct fields
Which two hidden fields must be added to an externally hosted form to complete the integration using the Form Integration Wizard?
Site id of the customer’s install: “elqSiteID” AND
Eloqua HTML form name: “elqFormName”
What does the ‘elqSiteID’ hidden field refer to?
identifies which Eloqua database to post the data to