On the Mercure Managed Hub page (https://mercure.rocks/pricing) there is a "requests per second" limit that varies depending on how much you pay. What happens to published messages if that limit is exceeded? Do they get queued? Or do they get rejected/ignored?
I've searched stack overflow and Google to find an answer and struggling.
youtube data api v3 Queries per minute have 1,800,000 limit, but Queries per day have 10000 limit(see attachment), In our opinion, this is quite unreasonable, is it a bug? enter image description here
Not a bug. https://developers.google.com/youtube/v3/guides/quota_and_compliance_audits
Projects that enable the YouTube Data API have a default quota allocation of 10,000 units per day, an amount sufficient for the majority of our API users. You can see your quota usage on the Quotas page in the API Console.
If you would like to request additional quota beyond the default allocation, you must first complete an audit to show that your project is in compliance with the YouTube API Services Terms of Service. This gives YouTube visibility into the intended use cases of large projects and ensures that YouTube's API services are being used in a manner that is free from abuse. Visit this link for additional details on complying with YouTube’s Developer Policies.
We use the Sonos Control API to control the Sonos Speakers in a Smart Home System. Now we seem to have hit the rate limit for the requests sent to the API.
We get the error 429 Too Many Requests.
As described here https://developer.sonos.com/build/direct-control/control/ this means that we have hit the rate limit of the Sonos API. But there is no detailed information about the limits.
So I have the following questions:
How much requests are allowed until the rate limit is hit?
When is the rate limit being reset?
Is the rate limit per Integration or per Customer/IP?
At the moment we make a request per minute/per customer to get the groups, favorites, etc. We plan to change this behavior to use the subscriptions. But also if we use the subscription it would be good to know if we still could hit the rate limit if many customers make a request at the same time.
We generally don't rate limit unless we notice bad behavior. In that case, we manually rate limit or block clients at our discretion.
Consider using subscriptions instead of polling to monitor changes to groups and favorites.
Does anyone know what the rate limit is for Adwords API keyword Targeting Ideas service?
It seems they mention some rate limits but it doesn't seem to have any details around queries per second
I've not been able to get an official answer on this but support have told me that the rate limit on the targeting ideas service varies by how busy this service is. My experience confirms this.
Also: the recommended backoff of 30 seconds returned in the rate limit error message is almost never enough. I've ended up defaulting to a 2 min backoff for this service.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Locked. This question and its answers are locked because the question is off-topic but has historical significance. It is not currently accepting new answers or interactions.
I'm building a web application that needs to send notifications by SMS.
What SMS gateway service providers with API support fulfill the following requirements:
Reliable
Global delivery - I will send globally with no specific region being sent to more than others
Ideally cheap
What are your recommendations? Why?
Clickatell is a popular SMS gateway, which covers 819 networks in over 220 countries.
The API offers a choice of connection options via: HTTP/S, SMPP, SMTP, FTP, XML, SOAP and COM.
To give a few examples, the HTTP method would be as simple as requesting the following URI from your application:
http://api.clickatell.com/http/sendmsg?to=NUMBER&msg=Message+Body+Here
The SMTP method would consist in sending a plain-text email to sms#messaging.clickatell.com, with a body as in the following example:
user: xxxxx
password: xxxxx
api_id: xxxxx
to: NUMBER
text: Message Body Here
The other methods are similarly easy to interface with, in my opinion. You can check out the full details from the Clickatell API Guide.
As for message costs, Clickatell uses a credit based system. 1 credit will generally mean 1 message, but some destinations may charge a bit less (usually 0.8 of a credit) and some may charge more (usually 1.5 or 2). Apparently this depends on the network operators in the particular region. (Source)
1 credit is currently priced at USD 0.03 / EUR 0.022 / GBP 0.02. There is a minimum requirement of 400 credits, so the initial investment can be of just USD 12. (Source)
You may also want to test the gateway for free from your browser: Clickatell: Test SMS Gateway.
We've been using MxTelecom for a few years and are very happy with them.
I've used clickatell (www.clickatell.com) for sending msgs to Europe, US and AsiaPac destinations. Prices are cheap, depending on destination & quantity - there is an online calculator you can use to estimate costs. The API is simple (HTTP REST). They also support two-way, bulk and MMS messaging service, but I have not used these.
I have had trouble getting messages sent to some carriers in Malaysia, but their support team was responsive and this issue was resolved within about 10 days.
I also like the online reporting tools which provides graphs of messages sent / success rates etc over time.
Panacea Mobile offers HTTP, SMPP and SMTP API connectivity. They, too, have global coverage and offer the cheapest rates with such an advanced API. Have a look at this PHP script featured here: bakery.cakephp.org/articles/view/component-to-send-sms-text-messages
You can also view the Panacea Mobile API Guide on the support site - look under the API guides.
You can view their pricing by volume and country on the sms gateway page.
Clickatell is pretty good.
I would suggest looking into OpenMarket for SMS, Premium SMS as well as MMS, they offer several SDK's in a number of languages.
FYI: MX Telecom was purchased by OpenMarket/Amdocs
we've been using iMEZ and no problems so far.
Would suggest http://sms2email.com/site/email2sms.php They provide various features sms, mms, bulk features, ringtone gateway. Pricing comes in credits and different pricing for bulk features. Integration also simple.