APIs & Integrations

iliana
Member

How can i grab original source and drill downs?

SOLVE

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

1 Accepted solution
IsaacTakushi
Solution
HubSpot Employee
HubSpot Employee

How can i grab original source and drill downs?

SOLVE

Welcome, @iliana.

 

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-down 1, and Original source drill-down 2 values by using the following request URL:

 

https://api.hubapi.com/contacts/v1/lists/all/contacts/all?hapikey=your_key&property=hs_analytics_source&property=hs_analytics_source_data_1&property=hs_analytics_source_data_2

Isaac Takushi

Associate Certification Manager

View solution in original post

1 Reply 1
IsaacTakushi
Solution
HubSpot Employee
HubSpot Employee

How can i grab original source and drill downs?

SOLVE

Welcome, @iliana.

 

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-down 1, and Original source drill-down 2 values by using the following request URL:

 

https://api.hubapi.com/contacts/v1/lists/all/contacts/all?hapikey=your_key&property=hs_analytics_source&property=hs_analytics_source_data_1&property=hs_analytics_source_data_2

Isaac Takushi

Associate Certification Manager