How to group RSS messages in Thunderbird in threads based on Jira issue id?
Jira's RSS feed "Activity Stream" reports every single activity on issue. In thunderbird i want to group updates based on jira IssueID and display it in threads.
How to create addon that can make it possible?
Thunderbird supports ATOM Threading Extensions.
But JIRA's RSS does not include them. Open a FeatureRequest #Jira.
Another way would be to do it on the client(thunderbird) side via naming conventions (RE: IDENTIFIER) but no idea if there's a plugin already offering that.
Related
I want to limit Google map search only to shipping ports. There are multiple type of places but It does not suggest PORT type.
So far I found this website which only searches within cities having PORTs but I can not find the algorithm as it is a full JavaScript website with ugly codes.
Unfortunately, the Places API doesn't support type port or seaport at the moment. There is a feature request in the Google issue tracker to add these types, you can see it here
https://issuetracker.google.com/issues/110475636
As you can see this request was created on June 20, 2018 and wasn't resolved yet. Please feel free to star the feature request to add your vote and subscribe to further notifications.
As far as I know, in order to get RSS in real time (i.e be pubsubhubbub subscriber) , the one who generates the RSS feed, must be a pubsubhubbub publisher, which means the RSS feed must include a tag which includes the HUB address.
However, there are lots of RSS feeds (published using RSS 2.0 only and not pubsubhubbub) which I can subscribe to via Feedly.
How is it possible?
Thanks,
Qwerty
So, Feedly does use PubSubHubbub, thru Superfeedr (and other hubs, such as Google's or Wordpress).
Fir the feeds which do not support PubSubHubbub, Feedly polls feeds at regular intervals. You may want to check this other question for more details.
Also, please note that Superfeedr can also be used as a "default hub" which works even for feeds which do not support PubSubHubbub.
Is there a way to prevent faked Google Analytics statistics by using PhantomJS and/or a ruby crawler like Anemone?
Our monitoring tool (which is based on both of them) crawls the sites from our clients and updates the link status of each link in a specific domain.
The problem, that simulates huge trafic.
Is there a way to say something like "I'm a robot, don't track me" with a cookie, header or something?
( adding crawler IP's to Google Analytics [as a filter] may not be the best solution )
Thanks in advance
Joe, try setting up advanced exclude filter -- use field Browser and into "Filter Pattern" put down the name of your user agent for phantom (or any other user agent -- look up the desired name in your Technology -> Browser and OS report).
I found a quick solution for this specific problem. The easiest way to exclude your crawler which executes js (like phantomjs) from all Google Analytics statistics is, to simply block the Google Analytics domain through the /etc/hosts.
127.0.0.1 www.google-analytics.com
127.0.0.1 google-analytics.com
It's the easiest way to prevent fake data. This way, you don't have to add a filter to all your clients.
( thanks for other answers )
IP filtering might not be sufficient, but maybe filtering by user agent string (which can be set arbitrarily with phantom) ? That would be the "browser" field in the filters.
For web sites that run the same application on multiple hostnames, where the hostname applies a given skin and content filter, is it possible to create a custom report in Google Analytics which returns the conversion rate for a given hostname?
I have attempted to create a custom report which delivers monthly KPIs for our business. It is available here:
https://www.google.com/analytics/web/permalink?uid=1_pkuO13RYmVBd8tlRkr6w
The report works perfectly apart from the fact that the 'eCommerce Conversion Rate' remains at 0.00% when I know that the hostname entered has conversion rate data (and in fact can see it by using 'Segments' in standard reporting).
In order to test this, you will need to edit the report and replace the filter hostname with one of your own.
Has anyone had similar experiences where eCommerce data cannot be filtered by hostname in custom reports? If so, are there any workarounds or fixes?
Thanks in advance
Remarkably enough, I contacted Google's support via my AdWords account and got a response the next day!
Thanks for your email. I understand that you are trying to create a custom reports which displays eCommerce conversions and filters by hostname. As you mentioned that currently this is only possible under the Advanced segments under Standard reporting. Since reports are created differently in Custom reports and Standard reporting and unfortunately at present what you're looking for cannot be achieved through custom reports.
However I have forwarded your feedback to our product specialists and asked them to consider. But I am very sorry that currently due to this product limitation you will be required to see this report under Standard reporting.
I'm trying to determine if there is a Yahoo API that I can use to create authentication based on membership in a Yahoo Group for a non-Yahoo website writte in ASP.NET. Basically, if a person is a member of a particular group, then they would be able to Login to this website.
Our club has an existing Yahoo site, but we'd like to disconnect from Yahoo while retaining the emailing capability that it offers, and I'd like to keep the number of places to be members of to a minimum. So if a person signs up for the Yahoo group, I'd like them automatically be able to login to the non-Yahoo site without any other steps.
You can check this PHP code for an example: http://drupal.org/project/yahoo_bbauth
And this example:
http://upcoming.yahoo.com/services/api/group.getMyGroups.php
I'm not experienced with it, but there is a webservice interface you can query with Yahoo's own query language YQL (http://developer.yahoo.com/yql/).
Maybe you could verify the login data against the table yahoo.identity.
open source - does a Yahoogroups api exist? - Stack Overflow
Based on this post from Oct 2009 there is no Yahoo! Groups API yet and if there will be one it'll be listed on the YUI developer page
This index page of YDN Documentation Yahoo! Developer Network - Developer Documentation indicates there is no Yahoo! Groups API at this time still.