+ Reply to Thread
Results 1 to 6 of 6
Thread: Coupon API facets
-
07-12-2011 04:26 PM #1
Coupon API facets
Don't forget that the coupon api also has access to the new facets. Currently the only facet that made sense to us is merchant, but with that you can group by and display coupons on a per merchant basis along with count and such.
-
05-04-2012 05:10 PM #2Junior Member
- Join Date
- May 2012
- Posts
- 5
hi Brian
can we have an example of that grouping ?
thanks
-
05-04-2012 06:33 PM #3
-
08-14-2012 12:59 PM #4Senior Member
- Join Date
- May 2011
- Posts
- 102
When I am using parameter enableFacets=true I get An unexpected error occurred.
You can see it here:
1] enableFacets=true
http://api.prosperent.com/api/coupon...r_ip=127.0.0.1
2] enableFacets=falseCode:{ "errors": [ { "code": "request_invalid", "msg": "An unexpected error occurred" } ], "warnings": [ ], "data": "", "facets": "", "countryCode": "US", "page": 1, "limit": 10, "totalRecords": 0, "totalRecordsAvailable": 0, "totalRecordsFound": 0, "extendedQuery": "" }
http://api.prosperent.com/api/coupon/search?enableFacets=false&query=sale&limit=1&userA gent=dotnetprosperentapi&api_key=ae0dc5505cbe6d1b0 c8960d0190ef51b&visitor_ip=127.0.0.1
Code:{ "errors": [ ], "warnings": [ ], "data": [ { "affiliate_url": "http://prosperent.com/coupon/218663-1231-0/?k=Lights+Up%21+FL-010-BN-WHT+on+sale&m=Directbuylighting.com&d=Lights+Up%21+FL-010-BN-WHT+on+sale", "keyword": "Lights Up! FL-010-BN-WHT on sale", "keywords": "FL-010-BN-WHT free light bulbs lights up sale lights on sale", "description": "Lights Up! FL-010-BN-WHT on sale", "category": "", "merchant": "Directbuylighting.com", "coupon_code": "", "restrictions": "", "start_date": "2011-01-21", "expiration_date": "" } ], "facets": "", "countryCode": "US", "page": 1, "limit": 1, "totalRecords": 1, "totalRecordsAvailable": 100, "totalRecordsFound": 2385, "extendedQuery": "" }
-
08-14-2012 10:18 PM #5
I will look into this tomorrow.
-
08-15-2012 12:20 PM #6

Reply With Quote
