Questions tagged [google-postmaster]
13 questions
7
votes
1 answer
Google Postmaster Tools, No Data to Display Message
I added my domain to Postmaster Tools and have my domain verified.
Unfortunately when I tried to check the data (it is already 3 days until today), it showed No data to display at this time. Please come back later message.
Actually SPF & DKIM are…

dipa
- 147
- 1
- 3
- 16
6
votes
1 answer
Bad Google Postmaster Domain Reputation
One of our client's domains, healthhunt.in is experiencing issues with Gmail marking their emails as spam.
This issue does not exist with any other email provider, which we have verified via glockapps.com.
We have SPF, DKIM, and DMARC properly…

Nyx
- 2,233
- 1
- 12
- 25
2
votes
1 answer
Spike in Google Postmaster Tools Spam Rate Since Mid-October, Other Metrics Offer No Clues
I work for mid-sized email sender, and we are very conservative when it comes to the mailing that we do. We only email users that opt-in to our service and we follow all best practices. Our user reported spam rate as reported in Google Postmaster…

SigmaDeveloper
- 21
- 1
2
votes
0 answers
Email sent via Firebase warns "This link leads to an untrusted site"
I'm using Firebase web in a mobile project. When users sign up with their email address, I'm using the firebase.auth().sendSignInLinkToEmail() function to send them a link they can use to log in.
The email contains a link that says "sign in to…

duhaime
- 25,611
- 17
- 169
- 224
1
vote
1 answer
Google Postmaster API - how to pass startDate parameter?
Here is my code to get the traffic stats from my Google Postmaster account. It works perfectly without the date parameters, but as soon as I add a startDate it doesn't work anymore
$url =…

comdex
- 319
- 3
- 9
1
vote
1 answer
Unexpected 400 when integrating with Google Postmaster API
I am writing an integration with Google Postmaster, but have run into an unexpected issue; a domain I am querying against for traffic stats for a specific timestamp is returning a status code 400, with a message of "Request contains an invalid…

Drew Stevens
- 382
- 1
- 12
1
vote
1 answer
Gmail Postmaster tool API
I need to use Gmail Postmaster Tools API, but in google documentation I don't find it that useful. I am facing issue in finding out which API key to use and what credentials to create, like Service Account or OAuth 2. I want to test it locally. Here…

flixy
- 73
- 2
- 10
0
votes
0 answers
Google Postmaster Domain Reputation - which header is the source of tracked domain?
In my message's header I have two different domains used:
in Received - there is mta.abc.domain.com
in From - address belongs to def.domain.com
Which domain's reputation will be tracked in Google Postmaster: abc.domain.com or def.domain.com?
It is…

mKacz
- 1
0
votes
1 answer
Google PostMaster Service with PHP
I am new to Google Sevices.I am trying to setup and use
Gmail Postmaster Tools API
https://developers.google.com/gmail/postmaster/reference/rest
I am able to use it with PostMan but I want use it with PHP. So I have setup client and using something…

Manisha
- 195
- 1
- 10
0
votes
0 answers
Google Postmaster Tools - Spam Feedback Loop graph is stuck at zero
We run a large newsletter and we use Google Postmaster to track feedback loops. We followed all instructions and correctly configured our domain in Google Postmaster. We also add a custom header to all emails sent:
Feedback-ID:…

comdex
- 319
- 3
- 9
0
votes
2 answers
Why does the Google Cloud Postmaster API return an empty array?
I have a service account.
I wrote a PHP script that receives a token:
0
votes
3 answers
REGEX - Capture everything exept the sentence who start with a "["
I try since 2 day to write an Regex who capture some information from my postmaster digest.
Exemple:
0.32768:0A006832, 4.33024:DD040000 [Stage: CreateMessage]Final-Recipient: rfc822;tXXXXXXXions.croXXXXXy@cXXXXXXXtique.frAction: failedStatus:…

D3m3t05
- 1
- 1
0
votes
1 answer
How to fetch traffic stats for a domain by date from gmailpostmastertools?
I'm trying to fetch traffic stats by date for a domain through gmailpostmastertools over OAuth2,
I'm able to retrieve postmaster.domains.list and traffic stats for a domain without any date parameters,
when any of the endDate or startDate parameters…

Avi Vaulin
- 49
- 1
- 9