I have just developed this website: www.hackit4me.com and I tried to add adsense to it (today). My adsense account is prety old (three years old), but it does not show up on the website as you can see. Is there anything I can do to fix this problem? Thank you beforehand.
The ads can become inactive after not using them for such a long period.Try to make a new ad unit, paste the code to your site where ever you want and wait for at least 2-3 days for them to become active.
You can check whether the ads are active or not, in Adsense Dashbaord->my ad units and filter them with date created.
Related
We have moved our website which uses typo3 from on-prem to Azure cloud. We setup a Front door with firewall protection which is different from the previous setup.
Since day one when I log in I can do some stuff for a short while (like 4-5 minutes) and then it kicks me out to login screen.
Another example is when I'm logged in, I open a new tab and check some other sites then go back to typo3, again I'm logged out. Need to log in again.
I lost some of my posts while adding some additional info from other websites.
Any ideas?
I had a similar issue. I resolved it with replacing lockIP in the install tool from 4 to 0.
Note, this is a temp solution so you can keep working, but you really need to find out why this is happening.
Best regards
I've done everything to make myself anynomous but Google still recognizes me.
What I am trying to do is create multiple Gmail accounts. I can only create one account and if I try second time, it asks me to verify mobile number, which I cannot skip.
Now, I have tried using VPN (on various servers) and clearing all browser data. So, to Gmail I should be a new user everytime I do this and it shouldn't ask for my phone number (it doesn't ask for the first time). What happens instead is Google always knows that I've already created an account and asks me to verify my mobile number.
What methods do Google use to track me? Is there a way out of this?
My Google Chrome Extension (Annotate for Chrome) has successfully received payments.
I have updated the app recently but not the payment flow.
Now when a user initiates a payment the Google modal pops up (that displays the Google payment - from Buy.js) the spinner just runs endlessly and console shows a 401 error.
I double-checked manifest and in-app purchase SKU etc and don't see any differences from previous versions that worked. My check for current license is working fine - which tells me my app is being recognized by the Google Web Store and returning data on specific users license status...
Any thoughts on what could cause this? Many thanks.
(I submitted a ticket to CWS support - nothing yet). Probably something stupid but I don't know how to debug. Or epic fail on Google's part.
The root cause of this issue has been fixed and purchase flows should be working as expected now. Details over here: https://groups.google.com/a/chromium.org/d/msg/chromium-extensions/bxoptYk8--Y/Mh_qJp4gDQAJ
This is a problem with the Chrome Web Store.
I tried to purchase another Extension (https://www.twinword.com/blog/how-to-quickly-monetize-your-chrome-browser/) that uses in-app purchases and saw the exact same problem.
So Google's Web Store purchasing process has been broken for a week+ and no one at Google cares. Maybe they should get out of the payments business and require developers use 3rd party solutions. Utterly disgusting on Google's part. I'd like my 6 hours of troubleshooting back...
This has bothered me for a long time, and there is no way to contact Google for support, and their documentation doesn't cover this.
I think I must be missing something, but I can't for the life of me figure it out
If you search for my extension manually, it shows up:
https://chrome.google.com/webstore/search/mortality
but if you just go to the store and apply the relevant filters
https://chrome.google.com/webstore/category/extensions
Extensions, Productivity, Runs Offline
It doesn't show up.
I have had it in the store for a few months now, initially I had thought it just takes some time to show up but I now am fairly confident I'm missing something.
The manifest is correct (Compared to other apps that do show)
Region and language is correct
Has anybody seen this before, and know what the problem is?
I've met this issue before and have contacted with the CWS dev support team. It is because chrome web store doesn't list the item under its category if it has already been installed by the user. I can see your extension under "Extensions, Productivity, Runs Offline" category properly since I didn't install your extension. I think Google CWS team is considering to show up the item under its category no matter if the user has installed it in the future.
CWS works strange, I think some unwanted to Google extensions and apps are blocked and are not shown in the top of categories. You can check this by going to the bottom of the categories and see these unwanted apps and extensions. Simple set the filter to 4 stars and you can find this apps in the place when apps and extensions with promotion tales ended.
I'm super new to making chrome extensions, but I really wanted to make one that let me highlight text and just do a simple same-page google image search of that text by clicking the extension button and opening a popup of the returned images from the query. So I made it and tested it using the deprecated google image search api. I want to put it live but I'm genuinely confused about the query limits. I have no intention to make money off of it in any way, considering the primary content of the extension is just a google image search. I just always hated having to open a new tab to search for images of a word I see on a website when surfing the web.
Also is it even possible to upload it to the store when it's using the deprecated google image search api that still works for some reason even without a key. Or would I need to update it to using the custom search api, which has only free 100 queries per day. And can someone explain that? If it's an extension, and a end user clicks on the extension button and it queries google custom search api, I'd only have 99 queries left for that day? So only about 2-5 people could actively use it during the day before the limit is reached? I spent hours reading stuff but I still don't quite understand.
Don't use the Image Search API. It was deprecated in May, 2011 with bests effort to keep it running for three years. It's now well past that best effort timeframe so I can disappear without notice leaving your extension broken.
The Custom Search JSON/Atom API free tier is 100 searches per day for your entire application. That that could be 100 people making one query each or 1 person making 100 queries.