Where to get ad unit identification numbers?
-
Thursday, September 20, 2012 11:34 AM
I saw that i can not use pubcenter anymore and in bing ads there are no explanations for metro style apps.
Would anyone please tell me how to define advertisement space details to my AdControl object for production use?
All Replies
-
Thursday, September 20, 2012 1:29 PM
pubcenter.microsoft.com still here and you are able to use to create ad units for your Windows 8 apps. Just go there, login and open Setup tab...- Marked As Answer by ELRaymod Thursday, September 20, 2012 6:56 PM
-
Thursday, September 20, 2012 4:01 PM
pubcenter.microsoft.com still here and you are able to use to create ad units for your Windows 8 apps. Just go there, login and open Setup tab...
This is what happens when i try to visit that url:
Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".<!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.<!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration> -
Thursday, September 20, 2012 5:22 PMWhat browser are you using? For me pubcenter works with IE only.
-
Thursday, September 20, 2012 6:56 PM
What browser are you using? For me pubcenter works with IE only.
I am using IE. I have noticed that trying to login by clicking to "Sign in with your Windows Live ID (example555@hotmail.com)." makes some redirections and there should be a bug or problem in that redirection as it always fails with the above error page. I think developers might take a look at that.
I have tried to login directly and it worked. Thank you.
- Marked As Answer by ELRaymod Thursday, September 20, 2012 6:56 PM


