Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.31 KB

LeadFormCommon.md

File metadata and controls

19 lines (14 loc) · 1.31 KB

LeadFormCommon

Creation fields

Properties

Name Type Description Notes
name str, none_type Internal name of the lead form. [optional]
privacy_policy_link str, none_type A link to the advertiser's privacy policy. This will be included in the lead form's disclosure language. [optional]
has_accepted_terms bool Whether the advertiser has accepted Pinterest's terms of service for creating a lead ad. [optional]
completion_message str, none_type A message for people who complete the form to let them know what happens next. [optional]
status LeadFormStatus [optional]
disclosure_language str, none_type Additional disclosure language to be included in the lead form. [optional]
questions [LeadFormQuestion] List of questions to be displayed on the lead form. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]