diff --git a/app/MetaGer.php b/app/MetaGer.php
index f7bf6c31dd9384e1586e355725a73faded0f5b90..e83f014f1c5106adc68628273c52cd1db10b4837 100644
--- a/app/MetaGer.php
+++ b/app/MetaGer.php
@@ -256,7 +256,9 @@ class MetaGer
         $this->results = $newResults;
 
         #Adgoal Implementation
-        $this->results = $this->parseAdgoal($this->results);
+        if (!$this->apiAuthorized) {
+            $this->results = $this->parseAdgoal($this->results);
+        }
 
         # Human Verification
         $this->results = $this->humanVerification($this->results);