Description Usage Arguments Value Examples
Get a data frame from the reports object
1  | get_all_report_data(session_token, account_id, project_id, crawl_id)
 | 
session_token | 
 Session token from 'create_session_token'.  | 
account_id | 
 The ID for the account (can be found with get_account_info)  | 
project_id | 
 The ID of the project, from 'create_project  | 
crawl_id | 
 The ID of the crawl, from 'create_crawl'  | 
A dataframe with one observation for each URL
1  | get_all_report_data(session_token, 424, 18821, 114538)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.