JDBC Driver for LinkedIn Marketing Solutions

Build 22.0.8462

Forms

LinkedIn Lead Gen Forms make it easy for advertisers to collect leads through forms that LinkedIn members can submit.

Table Specific Information

Select

The Forms view returns a list of the forms that LinkedIn members can submit. With Lead Gen Forms, advertisers can collect leads at much higher conversion rates.

The driver uses the LinkedIn Marketing Solutions API to process search criteria that refer to the Status column. The driver processes other filters client-side within the driver. For example, the following queries are processed server side.

SELECT * FROM Forms

SELECT * FROM Forms WHERE Account='123456'
You can turn off the client-side execution of the query by setting SupportEnhancedSQL to false in which case any search criteria will be ignored and an unfiltered response will be returned.

Columns

Name Type Description
Id String Numerical identifier for the AdForm.
Account String URN identifying the owner of the form. This is the advertiser account.
Created Timestamp Timestamp for creation of the form.
LastModified Timestamp Timestamp for last modification of the form.
Description String Description of the form, visible to both the owner and the viewer.
Headline String Headline of the form, visible to both the owner and the viewer.
LandingPage String The landing page URL after the viewer clicks on submit.
LegalDisclaimer String Advertiser's legal disclaimer to accompany this form.
Name String Name of the form, visible to the owner of the form but not visible to the viewer.
PrivacyPolicy String The URL of the privacy policy that covers any data passed to the owner of the form.
Country String Locale of the form.
Language String Locale of the form.
ReviewStatus String The status of the review of the form.
ReviewedAt Timestamp The timestamp of the review of the form.
Status String DRAFT, SUBMITTED, PAUSED, ARCHIVED, or CANCELED.
VersionTag String The number of times the form has been modified.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462