Ruslan14 / App-ads.txt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CleverAdsSolutions App-ads.txt

Updated

The Interactive Advertising Bureau (IAB) developed ads.txt in 2017. Ads.txt is a framework that defines how publishers should list their authorized monetization partners. Using this file, the buy-side can identify which sellers the publisher has authorized to sell their inventory.

The IAB released the app version for ads.txt called app-ads.txt. The specification is an extension of ads.txt.

The simple app-ads.txt standard helps prevent the unauthorized selling of in-app inventory and app domain spoofing.

A ready to use file that includes settings for all networks:
app-ads.txt

Separated settings for each network:
Networks

Subscribe not to miss the app-ads.txt update. Subscribe

Updating/Adding a Developer Website

It is important to pay attention to the instructions below before beginning the app-ads.txt process.

  • You must list your Developer Website URL in the iTunes and GooglePlay app stores, as relevant.
  • There must be a valid developer website URL in all app stores hosting your apps.
  • This app-ads.txt guide only addresses Apple's App Store and Google Play stores, with both you can fully comply with the specs of app-ads.txt.
  • The Developer Website URL is used by advertising platforms to locate the app-ads.txt file.

Listing developer websites and completing every step for the AppStore or GooglePlay operating system is mandatory to complete app-ads.txt implementation.

AppStore

Developer page is listed under Developer Website:
image

Follow these instructions to either update or add a developer website to the App Store page:

  1. On the Apple Developer Program page, click App Store Connect.
  2. Select the app for which you want to add a new version.
  3. Inside the app, click + for Version or Platform
  4. In the new version add the Marketing URL
  5. Post the /app-ads.txt file on the root folder of your developer website, listing all authorized sellers of their app inventory.

Contact your internal webmaster to post the .txt file on your developer website including all direct and indirect authorized sellers of your inventory.

GooglePlay

The developer page is listed under Visit Website:
image

Follow these instructions to either update or add a developer website to Google Play:

  1. On the Google Play Console select the game for which you want to add a website
  2. On the left menu bar click Store Presence >> Store Listing
  3. Enter the details of your app
  4. Enter your contact details including the Website.
  5. Post the /app-ads.txt file on the root folder of your developer website, listing all authorized sellers of their app inventory.

Contact your internal webmaster to post the .txt file on your developer website including all direct and indirect authorized sellers of your inventory.

Ensure your app-ads.txt files can be crawled

To ensure your app-ads.txt file can be crawled, we recommend working through the following troubleshooting steps.

The following information was taken from a Google Support resource.

Confirm that the file is reachable from the root domain

Redirects from domain.com/app-ads.txt to www.domain.com/app-ads.txt are fairly common. App-ads.txt crawling will start at the root domain. The root domain needs to return from, or redirect to, the app-ads.txt file.

⚠️ An app-ads.txt file on www.domain.com/app-ads.txt will only be crawled if domain.com/app-ads.txt redirects to it.

Confirm the file is not temporarily unavailable

If a previously seen app-ads.txt file is unavailable on a subsequent re-crawl, the previously seen entries will be:

  • Purged if the response is a hard 404 error (page that actually doesn’t exist; HTTP 404 status).
  • Retained for up to five days if the response is a soft 404 error (a real page returned for a URL that doesn't actually exist; HTTP 200 status) or a 500 server error.

Ensure file is returned with an HTTP 200 OK status code

While a request for an app-ads.txt file may return the contents of the file in the response body, if the status code in the response header indicates the file was not found (e.g., status code 404):

  • The response will be ignored.
  • The file will be considered non-existent.

Make sure the file has an HTTP 200 OK status code.

Ensure there are no formatting errors or invalid characters in the file

Formatting errors, such as invalid whitespace characters, may be difficult to detect but can make an app-ads.txt file difficult to parse by a crawler, and may therefore result in a file being ignored. Avoid copying and pasting app-ads.txt entries from a rich text editor; we recommend a plain text editor. You can also check for invalid UTF-8 characters in your app-ads.txt file using a HEX editor.

Make an app-ads.txt file reachable via both HTTP and HTTPS

The Google crawler attempts to crawl all app-ads.txt files on both HTTP and HTTPS. However, a 404 (or 40X) response causes previously crawled entries to be purged, even though an app-ads.txt file is crawled via HTTP. Therefore, if crawling via HTTPS returns a 404 (or 40X):
The previously crawled entry will be purged.

Please ensure the app-ads.txt is accessible via both HTTP and HTTPS.

Support

mailto:support@cleveradssolutions.com
Support Vitaly Skype: zanzavital

About


Languages

Language:Shell 100.0%