Im trying to read an external url's JSON LD data with php. But, Im wondering if when I call:
$html = file_get_contents( $url );
will it count as a pageview for that $url through google analytics? I don't want to drive up fake numbers. If it does, is there a better way?