Questions tagged [google-alerts]

Monitor the Web for interesting new content

Google Alerts is a content change detection and notification service, that automatically notifies users when new content from news, web, blogs, video and/or discussion groups matches a set of search terms selected by the user and stored by the Google Alerts service.

Notifications can be sent by email, as a web feed, or displayed on the page.

48 questions
1
vote
2 answers

Can Google Workspace Alert Center be used with Email Log Search?

Is there a way to create an Alert Center notification based on criteria returned in the Google Workspace Email Log Search? For example.. If an email address sends a message to 1000+ recipients or sends 1000 messages to 1000 recipients... We already…
p3hndrx
  • 103
  • 9
1
vote
1 answer

How can I create Google Alert in php

I have spend much of time on it, but did not found any working solution ... I have tried the following code .. but always else case is running "didnt find login form1" I have tried another coders11 inplemented api but it was also deprecated... I…
1
vote
2 answers

GCP Alerting policy: Increase by 50% on dataflow elapsed time

Currently I am trying to setup a Alert policy in GCP where I want to compare the current elapsed time of my dataflow job with the elapsed time of the previous dataflow job and fire an alert if the current job has a 50% bigger elapsed time. Is it…
1
vote
0 answers

Incorrect email or password when trying to create Google Alerts using Python

When trying to run this code to create Google Alerts: google-alerts create --term "hello world" --delivery 'rss' --frequency 'realtime' I keep getting this error: google_alerts.InvalidCredentials: Email or password was incorrect. I tried many times…
1
vote
1 answer

How to add "featured image" to google alert xml

I'm using a Google Alerts RSS feed to populate a sidebar widget on my site. It currently shows the link to the article and the published date, but I would also like to display the thumbnail image next to each item. After reading about the issue, I…
Meaginday
  • 11
  • 2
1
vote
2 answers

Can "noindex" on a post prevent Google Alert?

I have a feed of excerpts of specific news on my site. Each excerpt is created as a post, and categorized as "news". I don't want these posts indexed, or to have these posts generate Google Alerts for key terms or company names, but that is what is…
Chris
  • 167
  • 3
  • 18
0
votes
0 answers

GCP alerting SMS charges

Does anyone know how Google charges on using GCP alerting SMS ? Is it charged by the number of SMS/notification in GCP billing? Is there's a threshold per GCP project? How many phone numbers are we allow to set per GCP project? thank you.
sysphp
  • 29
  • 5
0
votes
0 answers

Google cloud alert policies - how to get error message within email body/subject

I have created a log based alert policy and I'm unable to include error message from logs in the alert notification email. Is there any way to include error message in alert email ? I tried to setup a cloud function and then I have setup a policy on…
0
votes
0 answers

Including bigquery payload in alert notification

currently I'm working on monitoring on GCP project. There are some data in BigQuery and I'm checking if something from bigquery throws error. When it throws error, it have message containing where to send it and what is wrong. The first part is…
0
votes
0 answers

Monitoring and Getting Notified of Specific Social Media Comments Related to a Problem

I am looking for a way to monitor social media comments that discuss a specific problem my product solves. I have tried Google Alerts, but the noise-to-signal ratio is too high. How can I get notified of relevant comments on platforms like Reddit…
8ta4
  • 11
  • 2
0
votes
0 answers

Incident triggered on Absence condition type when log-based metric is not absent

I don't understand why an incident is being triggered looking at the following Policy details: In the screenshot you can see that the incident is supposed to trigger after an absence time of 8 hours. The timeseries is representing the activity of…
Simon Breton
  • 2,638
  • 7
  • 50
  • 105
0
votes
2 answers

How can i get the email notification for Cloud functions logs?

I am using Google Cloud Functions which through a lot of errors while running. I want to get all error details by email notification. I have tried to set up Alerts in the GCP console (I can able to configure the count of log entries). Unable to get…
0
votes
3 answers

Create notifications when GCP secret nears expiry

Whenever a GCP secret nears it's expiration date, it creates expiration logs in Secret Manager secret resource as mentioned here. It states one can create Log-based metrics and use them to create alerts for upcoming expirations. But the log based…
0
votes
1 answer

Alert Center API Scope issue

According to the documentation: https://developers.google.com/admin-sdk/alertcenter/reference/rest/v1beta1/TopLevel/getSettings#authorization-scopes And Also the discovery…
0
votes
1 answer

How to stop resolved alert in google cloud stackdriver

I am trying to setup an alert based on application errors. I am getting an open alert when it met the condition. However, I don't want to receive the resolved alert for the same automatically. How to stop resolved alert in google cloud…