Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AdMob - "Invalid or non-existent app url" while creating an ad

Tags:

android

ads

admob

I am trying to create a house-ad campaign for my Android application, but unfortunately encountered a problem while providing an URL.

Please find error message below:

There were problems with your submission.
Invalid or non-existent app url

What is strange... when I provide an address for any website (not linking to Google Play application), followed by http://, there is no problem at all!

Has anyone of you also encounter such a bug on AdMob website?

For your information, I have checked this behavior on Google Chrome, IE7 and Firefox - no change.

This may be possibly a duplicate of:
Admob - can't create any ads (admob wizard crappy?)

... but I have decided to find a solution in new thread.

Best regards,
Bartosz Ostrowski.

like image 291
Bartosz Ostrowski Avatar asked May 26 '13 20:05

Bartosz Ostrowski


1 Answers

Try using this link from the android developer page in the format:

http://play.google.com/store/apps/details?id=<package_name>

(do not include the < or >)

If that doesn't work or gives any errors then try:

market://details?id=package_name

source is here: http://developer.android.com/distribute/googleplay/promote/linking.html

EDIT: I just added one today (June 7, 2013) and no issues, used market://details?id=com...

like image 117
Matt Avatar answered Sep 19 '22 11:09

Matt