API: getStats

aellinwoodaellinwood Registered Users Posts: 1 Beginner grinner
I'm trying to compile a list of stats for a given category that has quite a few albums. I can get all of the Albums of that category and iterate over those, but the albums.getStats function seems to be returning 0s... or... I'm just doing it wrong.

I'm using the phpSmug php wrapper:

I’m passing in:

$albumHits= $f->albums_getStats("AlbumID=16029920", "Month=3", "Year=2011");

And getting:

[FONT=&quot]array(11) { ["Bytes"]=> int(0) ["Hits"]=> int(0) ["Large"]=> int(0) ["Medium"]=> int(0) ["Original"]=> int(0) ["Small"]=> int(0) ["Video320"]=> int(0) ["Video640"]=> int(0) ["X2Large"]=> int(0) ["X3Large"]=> int(0) ["XLarge"]=> int(0) }[/FONT]


[FONT=&quot]Any help would be appreciated, thanks!
[/FONT]


[FONT=&quot]Aaron Ellinwood[/FONT]
[FONT=&quot]go11photo.com
[/FONT]

Comments

Sign In or Register to comment.