Questions tagged [groupon]

Groupon is a deal-of-the-day website that features discounted gift certificates usable at local or national retailers.

Groupon is a deal-of-the-day website that features discounted gift certificates usable at local or national retailers.


Useful links

30 questions
0
votes
1 answer

Parse date from javascript countdown (jQuery plugin)

I'm trying to parse "Time Left To Buy" from a Groupon clone. Don't worry, everything is legal. The Javascript looks like var untilDate = new Date(1316206740000); $("#wlt-DealTimeLeft .timer").countdown({until: untilDate, layout:…
KafkaM
  • 15
  • 3
0
votes
2 answers

Import user accounts data from other websites with user sign-in

dealsgoround.com and citypockets.com access user accounts and their daily deals from livingsocial.com and other daily deal websites. These websites ask users to give their credentials to sign them in to respective websites and then import account…
Atif Azad
  • 1,294
  • 1
  • 16
  • 30
0
votes
0 answers

Merge multiples JSON files obtain by API in one file per category and in one global json file

I am trying to write code to retrieve deals from the Groupon API and merge them by category in foreach loops but I can't merge them correctly files by files. I want to obtain by example a file for each category (the first array). And if possible…
Sébastien
  • 39
  • 4
0
votes
2 answers

How to get the JSON data from the Groupon API

I am struggling to get the "merchant" -> "id" from the Groupon API below, while I don't have any problems to return the discountPercent.
Seb
  • 83
  • 1
  • 10
0
votes
1 answer

Groupon deals api work with limit parameter

I want to get top popular deals using group-on deals API. when we pass limit parameter with URL then how it works it gives top deals according to limit or randomly?
Rukamesh Kumar
  • 474
  • 1
  • 4
  • 8
0
votes
0 answers

No EU Groupon API Results

For some reasons I can't print any results from the European Groupon API feeds while the US feed works fine: The US feed URL can be found on the US Groupon site - see: https://partner-api.groupon.com/help/deal-api (Scroll down to "Location Sample…
Seb
  • 83
  • 1
  • 10
0
votes
2 answers

Dynamics Nav exchange with Groupon

I need to build an interface between Dynamics NAV 2013 and Groupon API V2 It seems to me that Groupons API data comes in json format - how could I get this information in Dynamics NAV (orders for example) ? Should I use webservices ? Thanks EDIT…
0
votes
1 answer

The Groupon API - What is the difference between endAt and expiresAt?

There is a lot of data provided in the Groupon API, but I can't find information anywhere on what the different fields mean. "endAt" and "expiresAt" is quite ambiguous to me. The time at which a deal is no longer valid is quite important to get it…
JBS
  • 639
  • 7
  • 17
0
votes
2 answers

Does groupon API show deals from India

Does groupon affiliate API show deals from India? If no then any link to document mentioning that groupon api is not available for india. Specially the deals which are shown on groupon.co.in
Netverse
  • 1,189
  • 1
  • 8
  • 18
0
votes
2 answers

In Groupon's feeds API, what value should be used for tsToken?

I am a new user of Groupon's feeds API. Here is an example request: https://partner-api.groupon.com/deals.json?tsToken=insert_tracking_token_here&division_id=amarillo&offset=0&limit=100 My question: What value should be used for tsToken in place of…
0
votes
3 answers

Titanium - Slide menu like Groupon

Can you show me a method for make a slider menu like Groupon apps in Titanium?? Video example -->click here I have tried to use two scroller: one scrollableView in the page and a ScrollView in the menu, but this approach it's too difficult and…
0
votes
1 answer

File_get_contents function does not work with windows?

file_get_contents("https://api.groupon.com/v2/deals.xml?division_id=cleveland&client_id=39ddf70c45844d5a9d5a92e5106f1b229b2e1df8"); This code does not work on windows, but does with Linux. Because of https. Is there any solution.
Vivek
  • 11
  • 1
  • 3
-1
votes
1 answer

Is that a good idea to create a groupon like website using Angularjs?

I'm new to Angularjs. Now I'm going to create a groupon like website. So I checked lots of similar websites. None of them using the one-page style. So I'm thinking when to use Angularjs. Is that a good idea to create a groupon like website using…
Junyu Wu
  • 359
  • 1
  • 3
  • 10
-2
votes
1 answer

Changing the view inside my code, can't add row multipls at time

Create a view named VDept_Headcount that reports headcount for each department. The report includes 3 columns as follow: Dept_Name, Dept_Number, No_Emp. Include all the departments. Show the content of the view through SQL (Select * from…
-5
votes
1 answer

Groupon coupon code system in PHP

I am trying to create a system just like groupon but where merchants input voucher codes into the system that customers can use to get their products. So let's say Merchant 1 has the following product Product Name: Camera Product ID: 2 He would…
Brown Limie
  • 2,249
  • 3
  • 17
  • 18
1
2