coskel
April 20, 2022, 11:13am
1
I am implementing ads for monetization and have filled out all the form. Last line asks for the developer URL.
Both the ads provider and I have double checked the URL, it works correctly and the app-ads.txt file displays in a browser, but when I enter the root domain URL, Roku form returns “The server URL could not be validated.”
Any suggestions on how to fix this?
Thanks in advance.
sattun
April 20, 2022, 1:35pm
2
Hi @coskel ,
Not sure if this is your case, but you need to enter the root domain to the “app-ads.txt” file, so for example:
Your “app-ads.txt” is in the root directory of your site:
https://yourdomain.com/app-ads.txt
then Developer URL will be: https://yourdomain.com
Your “app-ads.txt” is in a subdirectory of your site:
https://yourdomain.com/files/app-ads.txt
then Developer URL will be: https://yourdomain.com/files
Hope this helps.
Cheers
coskel
April 20, 2022, 2:16pm
3
Still throwing same original error now, and also:
The server URL must contain ROKU_ADS_TRACKING_ID and ROKU_ADS_LIMIT_TRACKING.
sattun
April 20, 2022, 2:48pm
4
You need to append ROKU_ADS_TRACKING_ID and ROKU_ADS_LIMIT_TRACKING Parameter macros to your ad server URL (VAST), so talk to your ad provider.
To read more about diffrent Roku parameters go to
https://developer.roku.com/docs/developer-program/advertising/integrating-roku-advertising-framework.md
Cheers
coskel
April 25, 2022, 12:58pm
5
My ads provider had to switch the root domain URL to the developer company listed, not the website it was hosted on, and that is what worked.
ToonX
October 3, 2022, 1:16pm
6
i am currently having this issue. can you give me some advice on what to do?