Trying to ingest data from hubspot API so I can grab the columns below. I can do this in the contacts report within the hubspot UI but for some reason having pulling this in via api. Trying specifically to see forms created from users that clicked on an ad. Any ideas? TIA.
Name Contact Origination Source Original Source Original source drill-down 1 Original source drill-down 2 Contact owner associated company last activity date lead status create date total revenue
You can pull this information for contacts by using the Contacts API and specifying the internal names of these properties with repeated use of the property query parameter.
For example, if you intend to use the Get all contacts endpoint, you can see contacts' Original Source, Original source drill-down1, and Original source drill-down 2 values by using the following request URL:
You can pull this information for contacts by using the Contacts API and specifying the internal names of these properties with repeated use of the property query parameter.
For example, if you intend to use the Get all contacts endpoint, you can see contacts' Original Source, Original source drill-down1, and Original source drill-down 2 values by using the following request URL: