Home Tags Privacy About
Peter Daugaard Rasmussen's Picture

Peter Daugaard Rasmussen

Programmer, Developer, Consultant.

Randers - Denmark https://peterdaugaardrasmussen.com 403 posts
← Newer Posts Page 9 of 41 Older Posts →

Ezoic - Setup Google analytics tracking based on consent using Ezoic privacy

By enabling Privacy and Consent management in Ezoic you can gather consent from your users: You enable consent management here: When this is enabled your users »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Blogging, SEO 14 August 2022

gtag - Stop gtag from sending initial pageview (Google analytics 4)

The initial gtag code for setting up google analytics looks something like the following: window.dataLayer = window.dataLayer || []; function gtag(){window.dataLayer.push(arguments);} gtag(' »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Blogging, SEO 13 August 2022

Ezoic - "Waiting on Google to review your domain."

You are likely here because you are waiting for your site on Ezoic to be set up. While waiting, I found several pages with people complaining »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Blogging 10 August 2022

Ezoic - Does Ghost blog work with Ezoic?

When searching for "Ezoic" together with Ghost blog pro there were close to no results out there. I was wondering what others had experienced »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Blogging 08 August 2022

Ezoic - Static ads.txt stops working after migrating to Ezoic

Prior to moving to Ezoic I had a static ads.txt file on my site with just an adsense line in it: google.com, pub-2997413406307797, DIRECT, »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Blogging 06 August 2022

C# - The difference between System.Tuple and System.ValueTuple

Prior to C# 7, the only type of tuple was the System.Tuple class. This type of Tuple is an immutable class (reference type) and a »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C# 02 August 2022

C# - CS8803 Top-level statements must precede namespace and type declarations

Earlier I was putting some code together for an example. I got the following error (Top-level statements must precede namespace and type declarations): Error CS8803 Top-level »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C# 01 August 2022

MSSQL - ALTER TABLE only allows new columns which are nullable or have a DEFAULT value specified

If you are on this page you likely got an error like the following: Msg 4901, Level 16, State 1, Line 8 ALTER TABLE only allows »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on MSSQL 15 July 2022

C# - How to get a list from a JSON string using SelectToken without having to parse the whole structure

Often when working with JSON you would parse it to a C# object structure that matches your JSON. But sometimes you may want only a subset »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C# 02 July 2022

Python - How to install all required packages using pip

If you are like me and have never had more than two or three packages as dependencies in a python project you have likely never needed »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Python 27 June 2022
← Newer Posts Page 9 of 41 Older Posts →
  • Rss
  • Twitter
  • LinkedIn
  • profile for Peter Rasmussen at Stack Overflow, Q&A for professional and enthusiast programmers
Peter Daugaard Rasmussen - developer, Consultant, Blogger © 2025 Privacy policy