How to google translate custom language - google-translate

first of all I really can't code good...
I'm a salesman worker.
For my company I should have a option to translate live text a la Google translator but with a custom language. I can provide
a data bank with what means what.
Is there an easy option or is this a dream.
Greeting's

in browsers there are systems that we call visual translation, you can add the picture and watch it translate in seconds, if you want, you can do this job by showing the document from your live camera.
That's what you meant, I guess if I made any mistake, you can reply back.

Related

How does Google Keep fetch link preview?

My websites (which are just recovered from an attack) are fetched like this in Google Keep. However testing with Facebook Open Graph Debugger they appear normal. So is there a way to know what mechanism GK uses to fetch link preview?
Also asked in Google Help Center
This is a sign of a cloaking hack. See Fixing the Japanese keyword hack | Web Fundamentals for more

Tracking links within my site

I want to track particular links on my site to see where they come from. For example, I want to know which links on my navigation are being clicked, so if something is not being clicked I could potentially remove it.
I have been using UTM's, super easy, but results in skewed analytics data.
I looked into Google Tag Manager, but I don't want to slow down my website. I can change the site easily, so not sure if this is the best solution.
I found an article dated 2008 that says I can do this:
https://www.example.com/?from=topnav
Is that still valid? Is there a better way. I can't seem to find any information on this and assume somebody wants to acquire this information.
Thank you.
I have been using UTM's, super easy, but results in skewed analytics
data.
UTM codes are meant to track inbound traffic. Don't use them to track internal/outbound navigation, as it will seriously mess up your reporting.
I looked into Google Tag Manager, but I don't want to slow down my
website.
GTM is loading async, just like GA, so performance-wise they are equivalent.
I found an article dated 2008 that says I can do this:
https://www.example.com/?from=topnav
By default GA will not track link clicks. You can indeed add parameters to URLs and then use those to build custom reports and see which links are being clicked.
Since what you're trying to do is custom implementation, you won't find a single best answer, it's up to you to implement something that fits your needs. These are some examples:
https://analytical42.com/2017/track-internal-links-google-analytics-gtm/
https://www.gravitatedesign.com/blog/can-google-analytics-track-link-clicks/

Track affiliate conversions with GA or FB Pixel

I have a wordpress voucher code website and working with most important affiliate platforms (Traetracker, Tradedoubles, Webgains, Beelbon, Awin).
I would like to track in real time when a commision is generated with GA and FB Pixel and im not able to do this.
Could anyone give me any clue?
Thx
You can set up facbook pixel tracking using this plugin
I've used it in the past to track FB pixel. As for GA, there are multiple plugins to do this.
We (the company i work for) used Monster Insights from Yoast. Monster Insights
There isn't much point reinventing the wheel and both work well. The only issue i ever encountered was with the FB Pixel. There was a jQuery conflict. AFAIK it has been fixed since.
#bogski87 thanks for the answer but think that plugins dont configure the affiliate callback.
I Know that, for example, in webgains you can configure a callback page where by post or get the platform sends transaction data in real time. I think this is the way but dont know how to configure that callbacks correctly.

SoundCloud Podcast -- non-developer query

I am not a developer, and I have been doing my best to get a response from SoundCloud, but it's taking a very long time (despite being a "pro" member) and I need to make a decision.
I am one of the beta SoundCloud podcasters. SoundCloud recommends that we use Feedburner to generate the RSS we submit to iTunes. However, my FeedBurner RSS has an issue (involving graphics) and I can't figure out how to edit the feed without killing it and starting anew there and with Apple.
In trying to figure out how to deal with Feedburner, I found the myriad of complaints and rumors suggesting Feednurner will soon be on the outs. I then tried going with a third party service (RapidFeeds) -- importing the (valid) SoundCloud RSS wasn't working there though, and customer support has not responded in 4 days of waiting. SoundCloud tech support says they have been having trouble with many of these 3rd party vendors.
So ... I'm back to either Feedburner -- which, unless I can figure out how to edit the feed -- means I'll kill it, redo it, and resubmit to Apple ... and face the uncertainty of whether it'll be around (with my subscribers) in a few months ...
OR
I could use the naked SoundCloud RSS -- which will definitely work with Apple -- but I will not be able to TAG the feed in any way, nor will I have any idea of subscriber stats. SoundCloud SAYS they plan to add tagging/other RSS functionality "in the next couple of months" ... but will they?
I could use your opinions on what to do. I need to make a decision quickly as I'm holding up a website launch for this. Thanks.
You didn't describe the actual problem you're having, or give your source and FeedBurner feed URLs, so my advice will be a little blind.
Login to FeedBurner, click on your feed, and go to the "Optimize" tab. Your podcast settings are under "SmartCast." If you're having trouble with your podcast cover art, then the "Image" field is what you need to change.
If this isn't your exact issue, please let us know more details.
Despite the potential doom of FeedBurner (I predict its retirement will be announced in 2013), you are right to use FeedBurner if you're using SoundCloud to host your podcast.
SoundCloud is not a podcasting service and it seems that they don't give you full freedom over your RSS feed. This is the lifeblood of your podcast. So using FeedBurner gives you a lot more control than SoundCloud's feed, but you're still sacrificing the control you would have of running your own website.

Monitor a specific RSS

For all the RSS feeds I subscribe to I use Google Reader, which I love. I do however have a couple of specific RSS feeds that I'd like to be notified of as soon as they get updated (say, for example, an RSS feed for a forum I like to monitor and respond to as quickly as possible).
Are there any tools out there for this kind of monitoring which also have some kind of alert functionality (for example, a prompt window)?
I've tried Simbolic RSS Alert but I found it a bit buggy and couldn't get it to alert me as often as I liked.
Suggestions? Or perhaps a different experience with Simbolic?
If you have access to Microsoft Outlook 2007 or Thunderbird, these email clients allow you to add RSS feeds in the same way you would add an email account.
I use Google Reader generally but when I want to keep up-to-date with something specific, I add the RSS feed to Outlook and it arrives in my inbox as if it was an email.
RSS isn't "push", which means that you need to have something that polls the website. It's much less traffic than getting the whole site or front page (for instance, you can say "Give me all articles newer than the last time I asked"), but it's traffic nonetheless.
It's generally understood you shouldn't have a refresh of more than 30 minutes in an automated client. (Citation required).
Having said that, you may find a client which allows you to set a more frequent refresh.
RSS2mail is a simple python script which I used extensively a few years back.
As Matthew stated you really shouldn't bother an RSS feed more than the producer allows but you can use http headers to check for changes in a very light way which is something rss2email does quite well.
You could always knock something up yourself... I've done it in the past and it really isn't too difficult a job to write an RSS parser.
Of course, as others have mentioned, there's an etiquette question as to how much of the website's valuable bandwidth you want to hog for yourself in RSS request traffic. That's a matter for your own conscience. ;)
Reading all the answers reminded me that I actually never looked into solving this using a Firefox add-on. I soon found Update Scanner and I think it look really promising!
I like an old version of feedreader for that kind of use, where the icon in the system tray started spinning when new stuff came in (the new version goes from grey to yellow instead).
it's also possible to be alerted for each new message.
I've used Pingie to send me an SMS when a new item appears in an RSS feed. Perhaps, it will be useful for you, if you have a cellphone text messaging plan.
I use RSS Bandit (for Windows) to stay up to date with my RSS feeds/blogs.
There are lots of other RSS aggregator applications though.
If you don't want another "big" application but have Windows Vista, you can also choose to make Internet Explorer monitor the RSS feed and use the Feed sidebar application (called "Feedschlagzeilen in German version, not sure about the English one) that comes with Vista to show the latest headlines.
Since you mentioned a pop-up, I'll add Feed Notifier to the list. It sits in the Windows Tray (or whatever they call it now in Windows 7) and pops up a notification when there are new entries to your feeds. You can set it up with multiple feeds, each with its own polling interval. When there are new entries, it pops up a prompt which you can dismiss or click to go to the entry. You are able to go back and review recent entries later, even if you clicked to dismiss them the first time. If your PC is asleep when a new entry is added, you will be notified the next time you wake it up.

Resources