1

I try to put the following URL to connect my web application to Google Analytics and it gives the error shown in the screenshot:

enter image description here

I tried changing the domain name and it didn't work either. If anyone has any idea how I can make it work, it would mean a lot! :)

Linda Lawton - DaImTo
  • 106,405
  • 32
  • 180
  • 449
Ralk
  • 11
  • 2

1 Answers1

1

You can use "localhost.local" or "example.com". The URL does not need to match the domain/URL you are actually using.

  • for the host part of the URL there must be at least one "."
  • ":" is not allowed left of the first "/"
TimW
  • 516
  • 2
  • 7