Where do I find my Google Font API Key? (Newbie) - wordpress

I am working on a Wordpress site.
Woothemes framework, Canvas theme from Woothemes.
Have installed the plugin Google Webfonts for Woo Framework.
So far - so good.
Now I need a Google Font API key.
So I have a registered developer account, and a Google Font project up and running via GoogleCloud Console. I have activated the Google Font API in the API list.
But I can't find my Google Font API Key!
I've followed the instructions as given here: https://developers.google.com/fonts/docs/developer_api
It says:
"To acquire an API key, visit the APIs Console. In the Services pane, activate the Google Fonts Developer API; if the Terms of Service appear, read and accept them. (Edit: Done this!)
Next, go to the API Access pane. The API key is near the bottom of that pane, in the section titled "Simple API Access."(Can't find this at all!)
Any ideas?
Sorry if this is a terribly simple question!
Kind regards
Annelie

Maybe the help page is a bit behind and refers to the 'old' console.
Old: https://code.google.com/apis/console/b/0/?noredirect
New: https://cloud.google.com/console?redirected=true

I wrote the Google Webfonts for Woo Framework plugin, found at http://wordpress.org/plugins/google-fonts-for-woo-framework/
For the last few versions, you do not need to use a Google API key to be up and running. The WordPress plugin contains a fallback list of all available Google webfonts, and I try to keep that list up-to-date as Google releases additional fonts.
So, unless there is a really new font you want to use, just run the plugin without an API key and it should provide all the Google Webfonts you want.

Hi at first create a project in Firebase then go there and click on the "Get a Key" at the main of the page choose your project and get it.

Related

How to link Google Analytics account to wordpress

I have read multiple tutorials on web but I'm unable to find my tracking I'd/code on my Google Analytics property list. This is the image which I got from web and I want to see m Any help will be appreciated.
You can simply use any plugin out there. Here are some of my favorites:
Google Site Kit. <== This is the official Google Plugin
MonsterInsights
ExactMetrics
GA Google Analytics <== Simplest and just for this purpose. No unnecessary code.
Note: There are many others but these are per my favorites list and liking.
1st plugin will auto-connect with your google account and you won't need to put any ID or code into your site manually. Hence easy to set up.
Site Kit by Google is great for WordPress users. By using Site Kit you don't need to manually insert the code, as depicted by the screenshot you share. The plugin can insert the code for you.
In addition to the placement of code, Site Kit can show you Analaytics and other data within your wp-admin dashboard!

How to track Google Play download sources

I can't find the simple answer for a simple question. I want to generate a link to my app on Google Play and check how many installs comes from this link.
For iOS this is very simple, you just go to the analytics ->sources and generate a link that has a parameter. I can't find anything like that in Google Play Developer Console. Am I missing something or there is not such option for GP?
You could use Firebase Dynamic Links.
More information here: https://firebase.google.com/docs/dynamic-links
You can create Dynamic Links using your own domain name:
https://example.com/summer-sale
https://example.com/links/promos/summer-sale
https://links.example.com/summer-sale
https://ex.amp.le/summer-sale
Or, if you don't have a domain for your app, you can use a free custom page.link subdomain:
EXAMPLE LINK: https://example.page.link/summer-sale
Create your free subdomain in the Firebase console.
All Dynamic Links features, including analytics, post-install attributions, and SDK integrations, work with both custom page.link domains and your own domain.

How do you disable the Google Maps API?

I am trying to speed up my website and have found that Google Maps is the culprit. I have removed the maps but the scripts are still activating - https://maps.googleapis.com/maps/api/js?
Is there a way to disable them on my wordpress site?
For more additional information, if you really wish not to use our API, you can always disable/enable it in the Developer Console. All you have to do is to follow the steps below:
Go to the GCP Console API Dashboard page.
GO TO THE API DASHBOARD PAGE
Click Select to choose the GCP project.
Next to the API you want to disable, click Disable.
or you can check Google Cloud's Enabling and Disabling Services.
Hope I was able to help you.
You should check if there is a plugin that calls it automatically and check if the plugin or theme has this option.
If the plugin or theme does not have this option you will need to manually search the code where it is being used and remove it.
Unfortunately in your case you will need to see the code of the themes or plugins on which the script is being called so that you can have a way to remove it.
Because each plugin / thema calls this in different ways and sometimes only manually to remove

Recommended way to check Google Analytics is running correctly on every page (wordpress)

I have a Wordpress site that has multiple plugins & that has somehow over time got the same Analytics tracking link (albeit slightly different implementations of it) in a few places on the site.
I want to remove one of them so the site 'touch wood' only uses a single tracking link throughout, is there a website scanning tool or desktop application that will scan an app and help me find each location of this tracking link?
Used the Google Tag Assistant for Chrome extension

Google analytics with a Chrome Web store packaged app

I have a couple of small packaged apps on the Chrome Web Store (that's packaged, not hosted, so I'm not hosting anything myself). I was wondering whether I can still use Google Analytics, and how to test whether it's working before publishing the app.
I'm guessing the answer might be no, because their FAQ just says this:
"Can I use Google Analytics?
Yes. Hosted apps use Google Analytics just like any other website does. For help on using analytics in packaged apps (and extensions), see this tutorial."
Anyone know if there's a way around this?
Resolution
Followed the advice from the answer, but with a couple of small differences. First, I did not modify in any way the code that I copied from GA. Second, I pasted my GA ID in the app publishing form in my developer dashboard (go to developer dashboard, click edit for the app in question, then find the GA field).
I hope this might help: http://code.google.com/chrome/extensions/tut_analytics.html
I recently submitted an app and found that there is a text field for adding your Google Analytics code.

Resources