Join Free
  • Inbox
    + Reply to Thread
    Results 1 to 6 of 6
    1. #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.

    2. #2
      hi Brian
      can we have an example of that grouping ?

      thanks

    3. #3
      It's in the api documentation

    4. #4
      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

      Code:
      {
          "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": ""
      
      }
      2] enableFacets=false
      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": ""
      
      }

    5. #5
      Administrator Prosperent Andrew's Avatar
      Join Date
      Apr 2011
      Location
      Colorado Springs, CO
      Posts
      241
      I will look into this tomorrow.

    6. #6
      Administrator Prosperent Andrew's Avatar
      Join Date
      Apr 2011
      Location
      Colorado Springs, CO
      Posts
      241
      Should be fixed now...

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts