Tag Archives: Google

[Solved] Google Maps API load Error: this page cannot load Google Maps correctly. Do you own this website?

Question:

Using Google maps, when you click the label, the following appears:

Solution:

1. Press F12 to enter the browser developer tool and view the console panel error prompt:

You must enable Billing on the Google Cloud Project at https://console.cloud.google.com/project_/billing/enable

Learn more at https://developers.google.com/maps/gmp-get-started

2. According to the error information, it can be seen that the payment function of Google cloud products is not enabled (that is, Google cloud products are not activated and are in trial status after registration). Click the enable link to open the payment information verification page, which requires you to provide credit card information (only AMEX, MasterCard and visa are supported).

3. At this time, I wonder if Google cloud products can be free of charge. Why do you have to activate them and let you fill in the credit card information to activate the payment function. This is Google’s request to avoid abuse and reduce fraud. Will Google deduct fees? Google said: you will not charge any fees if you do not turn on the automatic settlement function; And Google will give a $300 gift to try Google cloud within 90 days; There will be no automatic charge after the free trial. You are required to provide credit card information to confirm that you are not a robot. Unless you manually upgrade to a paying account, you will not be charged.

At this point, we only need to fill in the payment information, and need to have any credit card Amex, Mastercard and VISA. The payment credit card address does not support Chinese mainland, Hong Kong, Macao and Taiwan. After verifying the payment information, activate Google cloud and you can use it normally. If the payment information is not filled in, this error will be reported by using Google Maps API, which will affect the use experience.

4. There are several other possible causes of this problem:

The API key is not configured correctly, for example, if the URL to insert the mapping is not covered by “HTTP referrers” in the “application restrictions” section.

The project-enabled API you use in the Google console is not a required API for features in maps.

Your site is loading multiple instances of Google Maps library.

Google service framework and installation method and Google play error resolution!!

Why are there a series of technical challenges behind “OMG buy it”>>>

The Google basic service package includes the following files (the attachment is downloaded at the end of the package)

Google services framework.apk – this is the basic service framework of Google, and this is the most basic one. Google’s services are based on it. Generally, to use any Google service, you must first install it.

Google contactssyncadapter.apk – this is the Google contact synchronization service interface. Only when this interface is installed can the account be synchronized with the contacts in the synchronization service. Otherwise, the click of synchronization will only be a flash and will not be executed at all.

Google Calendar syncadapter.apk – this is the Google Calendar synchronization service interface. Only when this interface is installed can the account be synchronized with the calendar in the synchronization service.

Google play.apk – this is the Google store.

installation method:

1. First install Google services framework. APK (this is required! If you want to use Google service, you have to install it!)

2, googlecontactssyncadapter.apk and googlecalendarsyncadapter.apk can be installed according to your own needs. You can not install them without contact and calendar synchronization

3. Install Google play (if you want to use Google store) 3

first, install Google play.apk into the memory of the mobile phone. If you can’t wait to run it after installation, you will find that adding Google account is normal, searching and viewing app is normal, but once you download the app, you will exit with an error

the solution is: after installing Google play, do not run it, enter the re file browser, copy com.android.vending-1.apk (actually the installed Google play) in the data/APP directory of the mobile phone memory to the system/APP directory, and restart the mobile phone

http://bbs.ydss.cn/thread-119490-1-1.html

another more detailed article: http://padbbs.zol.com.cn/1/197_ 246.html

AWStats Vs Webalizer Vs Google Analytics Visito…

Recently, I’m deploying the web log statistics program. I’ve seen several mainstream open source analysis software on the Internet. I don’t know which one is better. After a search, I’ve got a general understanding of the differences between the three statistics. Different web statistical programs will give different results for different purposes.

The following is a real statistical case of the three

The three main differences are: Google Analytics collects users’ access information through a piece of code embedded in the page program, while the other two collect users’ information by analyzing the logs on your web server. This shows the difference in data collection. Google Analytics collects data on the user’s browser, and the other two programs collect data on your server. In fact, if you live in different time zones and visit different sites, the three treat ‘days’ differently. Google Analytics mainly depends on the local time of your life, while the other two treat’ days’ differently according to the time on your site server.

Google Analytics

1 Goole statistics relies on embedding a special JS code in each page of your site. It’s very easy to embed a special code in all pages. It can be solved with tools such as CMS, but not everyone thinks it is feasible. Some pages may not have a suitable place to embed Google’s JS statistics code, so when users visit these pages, they can count the number According to the data, there will be errors.

2. Even if all web pages of a site are embedded with statistical code, if the site is slow to load, the Google statistical code may not have a chance to run. For example, the statistical code is deployed at the bottom of the web page.

3. Some users are afraid of malicious JS code on the site. They may refuse part or all of JS code to run on their browser. If your visitors are such users, the statistics will be wrong.

Google statistics relies on cookies to calculate what a visitor has done, such as whether a user is a new visitor or an old visitor. It can also calculate the duration of a visitor’s visit. If the user cleans up the cookies, the Google statistics program will lose this part of the data.

Google stats doesn’t record search engine robots or other crawlers that visit your site. If you want to know which robot visited your site, you have to go to the log on the server to find it.

Google statistics program starts counting 30 minutes after a user visits the page. If you visit a site and it takes 31 minutes for you to go out for lunch, then browsing the same site again will be counted as two visits.

As a site statistics tool, Google analytics can help you find out where users visit you, how they find you, what they do on your site, and so on. With this information, you can optimize your site for market changes. Generally speaking, it is suitable for marketing personnel to make business adjustments according to statistical information.

AWStats

Awstats defines an authorized visitor based on IP address and user agent, and obtains statistics by analyzing your web service logs. For example, some visitors use the browser’s agent (firebox) to visit several pages and have an IP address. At this time, the statistical program thinks that a human has visited the site. However, if the user agent is Google bot, it will reject the data in the statistics.

However, some robots can’t be recognized. Therefore, awstats keeps a database of robots that can be recognized, and the visits of robots are sometimes counted as human visits. Sometimes accessing a site with different IP addresses in the same session will be regarded as multiple access records. If a user visited a page that he visited yesterday or last week, awstats will not measure all his visits.

You can see how much bandwidth robots or crawlers consume on your site and where they come from. It’s useful to find out who’s crawling your site.

4. Awstats does not use cookies statistics. Awstats uses a period of 60 minutes to count the number of visits. If a user visits for 30 minutes and visits again after 35 minutes, it will be regarded as an access record. However, if a user visits for 55 minutes and visits again after 10 minutes, it will be regarded as two visit records.

Awstats is not a market statistics tool, but it can let you understand which is user access and which is robot access. You may find that someone is stealing your pictures, occupying your bandwidth and so on. Awstats is more suitable as an admin tool than a marketing tool.

Webalizer

Webalizer is similar to awstats in that it analyzes the logs on the server and does not try to distinguish between human access and robot access.

Webalizer uses 30 minutes to count user visits instead of 60 minutes in awstats, so more visitors will be recorded.

You can set webalizer to ignore confirmed spiders or robots.

Just like awstats, webalizer is not a tool used by marketers. As an admin tool, webalizer is slightly worse than awstats. The software has been silent since 2002 and has been updated since 2008.