For the complete documentation index, see llms.txt. This page is also available as Markdown.

Commons errors

1

App store url : Invalid URL

The crawler doesn't reach the app store URL for this bundle.

  1. Ensure the app exists in the Android or Apple store

  2. Refresh the crawler and check if the problem is solved

2

App store URL : developer domain missing

The crawler cannot find the developer domain from the store page

This is mandatory to retrieve the (app-)ads.txt page.

  • Ensure the developer domain exists in the Android or Apple store

  • Refresh the crawler and check if the problem is solved

3

(App-)Ads.txt

HTTP connection error
  1. Make sure that the file complies with the the IAB guidelines

  2. Refresh the crawler and check if the problem is solved

Time out
  1. Make sure that the file complies with the the IAB guidelines

  2. Refresh the crawler and check if the problem is solved

Not expected format
  1. Make sure that the file complies with the the IAB guidelines

  2. Refresh the crawler and check if the problem is solved

404
  1. Make sure that the page is reachable

  2. Refresh the crawler and check if the problem is solved

403
  1. Please follow the steps in Adagio Bot

  2. Refresh the crawler and check if the problem is solved

503
  1. Please follow the steps in Adagio Bot

  2. Refresh the crawler and check if the problem is solved

domain is reserved

The crawler did not find the developer domain in the app store

  1. Make sure that it is indeed present in the app store

  2. Refresh the crawler and check if the problem is solved

4

Sellers.json

Error in the json format

  1. Make sure that your json complies with a tool like Json formatter &validator

  2. Refresh the crawler and check if the problem is solved

5

DIRECT relation ship

  1. Make sure the (app-)ads.txt contains your line according to the format : yourdomain.com, sellerID, DIRECT (DIRECT is mandatory)

  2. Make sure your sellers.json contains the sellerID according to the format :

    {
          "seller_id": "sellerID",
          "name": "the domain",
          "domain": "domain",
          "seller_type": "PUBLISHER"
        },

    (PUBLISHER is mandatory)

6

Adagio lines

  1. Follow the indications of the missing lines to resolve the error

  2. Refresh the crawler and check if the problem is solved

Last updated

Was this helpful?