Future Offers

This feature allows users to request for dining offers across partners applicable to their personal dining context in the near future.

Future Deals Filter Photo
Future Deals Filter

This feature is available to select partners only. If you are unsure whether your account is eligible, open a case in the Actions Center Partner Portal.

  • Users can search for offers available from today (D) up to six days in the future (D+6). They must select a specific date and time slot for the offer.

  • All selectable time slots are 60 minutes. The only exceptions are the first or default time slot (represented by "Any time") and the last time slot (represented by "11PM & beyond"), which may have a variable duration.

  • When a user selects an offer, Google redirects to the partner's deep link. The user's selected date and time slot are appended as two parameters in Unix epoch (at local time):

    • dineIn-st: start time
    • dineIn-et: end time
Scenario dineIn-st (Start Time) dineIn-et (End Time) Example Datetime Example Link
User does not interact with future offers feature N/A N/A N/A offer_url
User selects a future date, but no time slot Unix epoch of the opening time of the restaurant (at local time) -1 Start Time: September 17 2025, 12pm IST offer_url&dineIn-st=1758090600&dineIn-et=-1
User selects the last time slot (11 PM & beyond) Unix epoch of the start time of the slot (at local time) -1 Start Time: September 17 2025, 11pm IST offer_url&dineIn-st=1758130200&dineIn-et=-1
User selects a specific future time slot (standard 60-min slot) Unix epoch of the start time of the slot (at local time) Unix epoch of the end time of the slot (at local time) Start Time: September 17 2025, 6pm IST
End Time: September 17 2025, 7pm IST
offer_url&dineIn-st=1758112200&dineIn-et=1758115800
  • The offer shown is the best one available between dineIn-st and dineIn-et. If dineIn-et is -1, the search extends through the end of the restaurant's operational day (which can be after midnight).
  • Partners are expected to present the selected offer on their landing page, adhering to the existing landing page policy. This can be achieved by referencing the offer_id from the deep link (deep link example: https://mysite.com/{restaurant_id}/booking?offer_id={offer_id}), or by using the dineIn-st and dineIn-et parameters to identify and display the specific offer.