google-schemas

No response after filling in the Email Markup registration

馋奶兔 提交于 2019-12-24 19:07:50
问题 Sent registration Gmail Email markUp (adding schemas to the templates of letters) I sent a letter with a markup to schema.whitelisting+sample@gmail.com and passed the test https://www.google.com/webmasters/markup-tester/u/0/?hl=ru Foldings did not come, and more than a week there is no answer. Tell me, what is the approximate length of the answer, should the pile come and should I write again? 回答1: As per my experience in requesting to whitelist a specific email address, usually, it takes

Email Markup may not Work I using Amazon SES

假如想象 提交于 2019-12-24 16:19:28
问题 Hello Guys I'm doing a email marketing with json-ld email markup the problem is that while sending test mail is not working, that is not the assigned button appears in the following code: <body> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "EmailMessage", "action": { "@type": "ViewAction", "url": "http://my-web-site-url-here.com", "name": "View Message" }, "description": "View Message" } </script> For the above code I based on one I got in an email received,

drafts.create in objective-c using GTLQueryGmail

元气小坏坏 提交于 2019-12-24 02:44:08
问题 I seem to be confused on how to use GTMMIMEDocument.h to set the raw message data for a new draft. In the example I'll post below I'm trying to set the headers for To, From and Subject but they seem to end up in the message body data instead of with the other headers. Any help on what I'm doing wrong is much appreciated. Thanks. Query method: //message body to save NSData *messageBody = [self.messagebox.text dataUsingEncoding:NSUTF8StringEncoding]; //create mimemessage GTMMIMEDocument *email

Gmail Actions in Inbox: End to end example with google apps account

旧时模样 提交于 2019-12-22 10:45:22
问题 Is there a restriction with google apps accounts to test actions in inbox with schema? I tried the example but no buttons showed in inbox. The app was created with a google apps account in appengine. The received mail is : Delivered-To: XXX@XXX.XXX Received: by 10.70.62.71 with SMTP id w7csp85423pdr; Fri, 24 May 2013 07:05:48 -0700 (PDT) X-Received: by 10.236.167.199 with SMTP id i47mr2955609yhl.91.1369404348508; Fri, 24 May 2013 07:05:48 -0700 (PDT) Return-Path: <3vHOfUQoJBbMfXebTVbhglZfTbe

Does Google Schema support quoted-printable encoding?

寵の児 提交于 2019-12-21 20:14:26
问题 I'm trying to self-test my email schemas. My mail is sent with: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable The original script tag <script type="application/ld+json"> is rendered as <script type=3D"application/ld+json"> , when I View Original the marked up email. This fails the markup tester, but when I manually remove the 3D , it passes the test. Q1 - Does Google support quoted-printable encoding? Q2 - Why does the test fail? Note: On a Rails

Google Now Event card - How to display more information

痴心易碎 提交于 2019-12-20 15:30:33
问题 I'm testing the Event card in Google Now through adding schema data to a confirmation email. At the moment I'm playing around with populating the event card with rail journey info, since the rail journey schema isn't supported. Unfortunately, I can only get a tiny amount of the info provided to show in the card in Google Now. Here's what I'm adding to the email: <html> <body> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "EventReservation", "reservationNumber

How to send structured email markup using Gmail API and Javascript?

邮差的信 提交于 2019-12-20 05:15:08
问题 I'm trying to build a Javascript app that uses Gmail's API to send emails (to myself) including the structured data needed for Gmail's Inbox to recognise a hotel reservation. The goal is to be able to enter details about the reservation in an HTML form and have the app send me an email than Inbox then recognises as a hotel reservation and adds a Trip bundle to my inbox. I followed a worked example, here, that uses Google Apps Scripts to send emails from my account to myself. The script pulls

Gmail API access using Android

心不动则不痛 提交于 2019-12-18 14:56:25
问题 I am trying to access the Gmail API using an Android application. I have successfully requested and received an access token using all available scope combinations. But it seems that every time I actually try to use the Gmail API command I am getting a 403 exception reading: Access not configured please use Google developers console to activate the api... Needless to say the API is activated and a client key was created using the correct package name & sha1 code. Same client ID works well

Defining a bill or invoice using Google email markup

╄→尐↘猪︶ㄣ 提交于 2019-12-13 21:18:47
问题 I know this can be done because i'm looking at an invoice from a telco in my gmail inbox mobile app but I don't know how to set the gmail markup / schema to make it happen. The example I have shows: August bill for xxxx Total: $xxx, due MMM DD $ Total amount due $xxxx Due date DD MMM Issuer Telco X Can anyone help? I can't find any guidance on the email markup pages on Google. 回答1: It uses regular http://schema.org markup within the HTML of the email. See gmail markup reference. Example

Gmail action buttons *inside* emails?

拥有回忆 提交于 2019-12-13 04:36:53
问题 Gmail actions seem like a really cool feature, but their placement at the far right of the subject line means I invariably miss them, even when I know they exist (i.e. for a MailChimp confirmation email). It would make a lot more sense to me to place these buttons inside the email, as part of the regular content. Is this supported by the current API? Or are there any plans to support it in the future? 回答1: There are plans to show more interactive cards like the ones currently used for flight