Building custom reports, also APIs, PHP, etc.?
|
|||||
---|---|---|---|---|---|
Author | Message | ||||
orangeaxis
Newborn
Posts: 1
|
Posted: Wed Jun 11, 2014 11:23 pm I love the software suite (I have the Enterprise version), and am starting to dive in to custom report writing. A few questions, and bear with me because I am not an expert software developer: - Is there any documentation of the available report 'objects' and variables? For instance, if I wanted to limit a report section to show only data where Google PR = 5 (as a basic example), where can I learn about the report objects? - Is there a way to include 3rd party APIs in the report code? - Is there a way to include PHP scripts in the report code? I know exactly what I am looking to build (something similar to what WooRank produces) and it looks like a huge chunk of what I need is in Web Site Auditor, SEO Spyglass, etc. Thanks for any help. Joe |
||||
LinkAssistant
![]() Site Admin
Posts: 5625
|
Posted: Tue Jun 17, 2014 12:20 pm Joe, I have resent the list of methods which you can use to customize reports in the software with a separate e-mail, so check your e-mail. As for APIs and Scripts - the reports support Javascripts, so if you configure your API to be queried via a Javascript it should work as well. |
||||
jojo63
Guru
Posts: 68
|
Posted: Thu Aug 21, 2014 12:40 pm Can i have the list too ? Thanks |
||||
LinkAssistant
![]() Site Admin
Posts: 5625
|
Posted: Thu Aug 21, 2014 2:13 pm jojo63 wrote: Can i have the list too ? I have just sent the list to your address too. |
||||
mvvataussiecom
Newborn
Posts: 1
|
Posted: Wed Sep 10, 2014 11:11 am Me too. Can I have the list of methods? By the way, why is the following method available? reportData.getExpectedVisitors(keyword) and not reportData.getVisitors(keyword) Is there any way to get the visitors of a keyword without passing getByBringingVisitors()? Thanks. |
||||
LinkAssistant
![]() Site Admin
Posts: 5625
|
Posted: Wed Sep 10, 2014 1:44 pm mvvataussiecom wrote: Me too. Can I have the list of methods? Sent the list of methods to your address. mvvataussiecom wrote: By the way, why is the following method available? reportData.getExpectedVisitors(keyword) and not reportData.getVisitors(keyword) You need to use this method for Visits: reportData.getKeywordVisits(keyword) |
||||
paulof
Newborn
Posts: 3
|
Posted: Wed Apr 01, 2015 2:32 am Can you get me the list as well? LinkAssistant wrote: mvvataussiecom wrote: Me too. Can I have the list of methods? Sent the list of methods to your address. mvvataussiecom wrote: By the way, why is the following method available? reportData.getExpectedVisitors(keyword) and not reportData.getVisitors(keyword) You need to use this method for Visits: reportData.getKeywordVisits(keyword) |
||||
|