0

We are using the google event reservation schema Basic event reminder without a ticket to trigger a google now card. We've noticed that the behavior differs in iOS from Android where the iOS version of Google Now shows a "Manage reservation" button on the card and the Android version just shows a link to the "Email from {Our Email}" which opens the email which triggered the card. Is there any way to force the Android Version to show the "Manage Reservation" button instead of "Email from..." button?

EDIT: See example markup below enter image description here

Ben
  • 2,058
  • 9
  • 29
  • 39

1 Answers1

0

I see that you are testing it using the basic Event reservation markup.

In order to get the "Manage reservation" on the action button, you have to add modifyReservationUrl property for the schema markup.

Check all the properties you can add to this markup here.

Also find the screen shot which shows the action button as "Manage reservation" in Android device.

enter image description here

KRR
  • 4,647
  • 2
  • 14
  • 14
  • I'm 100% sure the modifyReservationUrl is set in the markup of these emails as I've checked it several times and the Manage Reservation link is showing up in the iOS app, within Gmail , and also within the new Google Inbox (text says "Modify Reservation" in Gmail and Google Inbox). It is missing from the Android Application however and is instead showing a "View Email" link. – Ben Jun 08 '15 at 19:15
  • Please add the markup you are testing in the question. I can try testing. Thanks! – KRR Jun 08 '15 at 19:24
  • I can include a screenshot with portions of the markup blacked out as it contains information I'd rather not display publicly such as our testing site URL. – Ben Jun 08 '15 at 19:38
  • Any idea why I'm seeing this behavior? I've reproduced this countless times and I'm completely lost on why this is happening. I've added the markup from my email to the question. – Ben Jun 10 '15 at 11:23