Segmentation Feature not working

Hi,

Today i was trying the API Segmentation but certain feature is not working :frowning: .

If i give a segment with Equals sign (==) i am getting the report . But if i give other conditional Operator it’s not working :frowning:

I tried the segment in demo.piwik.org also . it’s not working.

Here are some example’s

http://demo.piwik.org/?module=API&method=Referers.getRefererType&idSite=1&period=day&date=today&format=Html&token_auth=anonymous&segment=referrerName=@piwik

http://demo.piwik.org/?module=API&method=Referers.getRefererType&idSite=1&period=day&date=today&format=Html&token_auth=anonymous&segment=daysSinceLastVisit>1

Any alternative solution available for this ??

Elam

only == and != are in 1.2, the others are in trunk only

oh…ok matt . Actually the document was updated . So i though we had missed out in the 1.2 release . ok will get the files from trunk .

Thanks for the update

Elam

Matt,

thanks it works.

Elam