M
M
Morso2019-06-15 18:50:25
Search Engine Optimization
Morso, 2019-06-15 18:50:25

Adsense advertising on sites like smi2, Newsland or Bimber?

Good afternoon! I've looked all over the internet, but I haven't found an answer to my question. I have a news site with traffic + -500 people per day. The site is already 8 years old and only Adsense ads hang on it. It does not bring much, but + - 50 euros per month is enough for hosting and buying articles. Now I'm thinking of moving it to the Bimber theme - something in the spirit of Reddit, where each visitor can add news, including from third-party sites, indicating a link to the source, of course. The question is, how will Adsense behave in this situation? Thanks to!
This is what the Bimber theme looks like:
5d05139c21db0061325524.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dimonchik, 2019-06-15
@dimonchik2013

adsense consists of robots - if you get caught, they will be banned from the page to the site and account,
so it’s better not to let the page with it take its course

A
Alexander, 2017-07-31
@vendettametal

The greater than and less than signs compare. The comparison uses Unixtime(number of seconds since 1970).
To set intervals there is a timedelta class - that is, you have a specific time and you need to add 10 minutes to it - then the class is used for this

datetime.now() > datetime.strptime("2017-08-01 10:30:00","%Y-%m-%d %H:%M:%S") + timedelta(minutes=10)

will become True tomorrow at 10:40
. If you need to compare the time regardless of the date, then like this:
This code will return True because it's over 10:40 at the time of writing the post (the date doesn't matter anymore)

I
Igor Che, 2017-08-01
@chewarer

Time as a string also compares normally
"19:00" < "19:30" #True

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question