<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://community.microsoftadvertising.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Microsoft Advertising Community</title><link>http://community.microsoftadvertising.com/forums/</link><description>All Posts</description><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>java CustomerManagement service</title><link>http://community.microsoftadvertising.com/forums/thread/90863.aspx</link><pubDate>Wed, 14 Jul 2010 14:59:04 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:90863</guid><dc:creator>Andrey Grishin</dc:creator><slash:comments>6</slash:comments><comments>http://community.microsoftadvertising.com/forums/thread/90863.aspx</comments><wfw:commentRss>http://community.microsoftadvertising.com/forums/commentrss.aspx?SectionID=27&amp;PostID=90863</wfw:commentRss><description>&lt;div class="container"&gt;
&lt;div class="body"&gt;
&lt;p&gt;I am using API V6.&lt;/p&gt;
&lt;p&gt;I generated java classes using wsdl2java and everything works fine 
for CampaignManagement and Reporting.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;CustomerManagement service fails though:&lt;/p&gt;
&lt;p&gt;Axis sends a message which looks like this:&lt;/p&gt;
&lt;p&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;soapenv:Envelope &lt;b&gt;xmlns:soapenv=&amp;quot;http://schemas.xmlsoap.org/soap/envelope/&amp;quot;&lt;/b&gt;
 xmlns:xsd=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;soapenv:Header&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ns1:ApiUserAuthHeader 
soapenv:actor=&amp;quot;http://schemas.xmlsoap.org/soap/actor/next&amp;quot; 
soapenv:mustUnderstand=&amp;quot;0&amp;quot;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
xmlns:ns1=&amp;quot;https://adcenter.microsoft.com/v6&amp;quot;&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ns2:UserName 
xmlns:ns2=&amp;quot;http://adcenter.microsoft.com/syncapis&amp;quot;&amp;gt;XXX&amp;lt;/ns2:UserName&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ns3:Password 
xmlns:ns3=&amp;quot;http://adcenter.microsoft.com/syncapis&amp;quot;&amp;gt;XXX&amp;lt;/ns3:Password&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ns4:UserAccessKey 
xmlns:ns4=&amp;quot;http://adcenter.microsoft.com/syncapis&amp;quot;&amp;gt;XXX&amp;lt;/ns4:UserAccessKey&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ns1:ApiUserAuthHeader&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/soapenv:Header&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;soapenv:Body&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;GetAccounts 
xmlns=&amp;quot;http://adcenter.microsoft.com/syncapis&amp;quot;&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;APIFlags&amp;gt;0&amp;lt;/APIFlags&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/GetAccounts&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/soapenv:Body&amp;gt;&lt;br /&gt;
&amp;lt;/soapenv:Envelope&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And the problem is in second line:&lt;/p&gt;
&lt;p&gt;xmlns:soapenv=&amp;quot;http://schemas.xmlsoap.org/soap/envelope/&lt;/p&gt;
&lt;p&gt;In your example it&amp;#39;s 
xmlns:soap=&amp;quot;http://www.w3.org/2003/05/soap-envelope&amp;quot;&lt;/p&gt;
&lt;p&gt;So, when I manually post a message with namespace from your example -
 it works. When I do same using a message that Axis generates - I 
receive&lt;/p&gt;
&lt;p&gt;Response: &amp;quot;The server cannot service the request because the media 
type is unsupported.&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any help would be greatly appeciated.&lt;/p&gt;
&lt;p&gt;Thanks!!!&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Anyone find they are being charged on Google for Bing ads?</title><link>http://community.microsoftadvertising.com/forums/thread/91057.aspx</link><pubDate>Thu, 29 Jul 2010 01:44:25 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:91057</guid><dc:creator>High Speed Service of OC</dc:creator><slash:comments>0</slash:comments><comments>http://community.microsoftadvertising.com/forums/thread/91057.aspx</comments><wfw:commentRss>http://community.microsoftadvertising.com/forums/commentrss.aspx?SectionID=8&amp;PostID=91057</wfw:commentRss><description>&lt;p&gt;I find that whenever my Bing ad gets a click Bing charges me but I&amp;#39;m also being charged on Google!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to get API key</title><link>http://community.microsoftadvertising.com/forums/thread/91049.aspx</link><pubDate>Wed, 28 Jul 2010 20:08:01 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:91049</guid><dc:creator>bdniemietz</dc:creator><slash:comments>1</slash:comments><comments>http://community.microsoftadvertising.com/forums/thread/91049.aspx</comments><wfw:commentRss>http://community.microsoftadvertising.com/forums/commentrss.aspx?SectionID=27&amp;PostID=91049</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m a third party vendor that would like to report information onto our client, but I can&amp;#39;t find out how to get an API key. How can I apply????&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>API accessing client account with agency login</title><link>http://community.microsoftadvertising.com/forums/thread/91037.aspx</link><pubDate>Tue, 27 Jul 2010 19:17:41 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:91037</guid><dc:creator>csweeper</dc:creator><slash:comments>1</slash:comments><comments>http://community.microsoftadvertising.com/forums/thread/91037.aspx</comments><wfw:commentRss>http://community.microsoftadvertising.com/forums/commentrss.aspx?SectionID=27&amp;PostID=91037</wfw:commentRss><description>&lt;p&gt;One of our clients invites us to access his account as agency because he hesitated to release client user login.&lt;/p&gt;
&lt;p&gt;I could access his account over MSN AdCenter GUI, but could not via API.&lt;/p&gt;
&lt;p&gt;Of course, we are using agency login info to extract client&amp;#39;s campaigns, but it was failed to import.&lt;/p&gt;
&lt;p&gt;We has no problem with importing campaigns when user login info was used, but not with agency login.&lt;/p&gt;
&lt;p&gt;Does AdCenter require user login to access an account via API?&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Removing one keyword</title><link>http://community.microsoftadvertising.com/forums/thread/91033.aspx</link><pubDate>Tue, 27 Jul 2010 13:03:41 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:91033</guid><dc:creator>Silver_Surfer_52</dc:creator><slash:comments>1</slash:comments><comments>http://community.microsoftadvertising.com/forums/thread/91033.aspx</comments><wfw:commentRss>http://community.microsoftadvertising.com/forums/commentrss.aspx?SectionID=27&amp;PostID=91033</wfw:commentRss><description>&lt;p&gt;Can API be used to remove one keyword while leaving the others in tact? Cheers!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Site Blocking on Transition to Yahoo</title><link>http://community.microsoftadvertising.com/forums/thread/89141.aspx</link><pubDate>Thu, 17 Jun 2010 23:51:42 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:89141</guid><dc:creator>azimpact</dc:creator><slash:comments>5</slash:comments><comments>http://community.microsoftadvertising.com/forums/thread/89141.aspx</comments><wfw:commentRss>http://community.microsoftadvertising.com/forums/commentrss.aspx?SectionID=8&amp;PostID=89141</wfw:commentRss><description>&lt;p&gt;Yahoo currently allows you to block major search partners. This is critical for those who run certain affliate programs on their site.&lt;/p&gt;
&lt;p&gt;Right now, &amp;nbsp;those search partners are not a Adcenter partner however I&amp;#39;m sure that will change once the transition is finished.&lt;/p&gt;
&lt;p&gt;In adcenter, you can not block search partners, only content partners.&lt;/p&gt;
&lt;p&gt;Is the ability to block search partners going be part of the transition?&lt;/p&gt;
&lt;p&gt;If not, many advertisers who currently use Adcenter will no longer be able to do so since their ads will surface on the affiliate owned sites which violates their terms and could result in the loss of the affiliate account.&lt;/p&gt;
&lt;p&gt;This is important and needs to be addressed before rather than sooner because if it&amp;#39;s not I and many others will have to stop using Adcenter.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>adcenter very disappointing</title><link>http://community.microsoftadvertising.com/forums/thread/91052.aspx</link><pubDate>Wed, 28 Jul 2010 21:02:17 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:91052</guid><dc:creator>sloszewski</dc:creator><slash:comments>0</slash:comments><comments>http://community.microsoftadvertising.com/forums/thread/91052.aspx</comments><wfw:commentRss>http://community.microsoftadvertising.com/forums/commentrss.aspx?SectionID=8&amp;PostID=91052</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve had a support ticket out for a 2.5 days because one of the accounts I manage was put on financial hold. The balance has been paid off, but I can&amp;#39;t get anyone to lift the hold so that the ads will run again. It&amp;#39;s unbelievable how long these requests take, especially because all I&amp;#39;m trying to do is get a company&amp;#39;s account going again - an activity you&amp;#39;d think would get priority with msft support.&lt;/p&gt;
&lt;p&gt;In this same account, this is after waiting a week to get ads going again that were getting rejected for a reason I still have no idea why. They used dynamic keyword insertion, and I&amp;#39;m seeing somebody else pointing out a bug there - so maybe that&amp;#39;s it?&lt;/p&gt;
&lt;p&gt;Besides the lack of responsiveness with account issues, I generally can&amp;#39;t use adcenter without requests timing out and having to log back in. I manage accounts with AdWords and Yahoo and I&amp;#39;m not looking forward to MSN taking over Yahoo&amp;#39;s paid platform. For even small tasks, I&amp;#39;m finding that MSN takes twice the time it should. I really hope these things get ironed out before any kind of transitioning.&lt;/p&gt;
&lt;p&gt;(Also when I entered my information to join this forum I got a browser warning that the information I was submitting could be viewable by a third party since it wasn&amp;#39;t being encrypted).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>low impressions , campaign slapped ?, 4th page</title><link>http://community.microsoftadvertising.com/forums/thread/91035.aspx</link><pubDate>Tue, 27 Jul 2010 15:54:06 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:91035</guid><dc:creator>Robstar</dc:creator><slash:comments>3</slash:comments><comments>http://community.microsoftadvertising.com/forums/thread/91035.aspx</comments><wfw:commentRss>http://community.microsoftadvertising.com/forums/commentrss.aspx?SectionID=8&amp;PostID=91035</wfw:commentRss><description>&lt;p&gt;first i thought i was bidding less, why so low impressions , then i figured out that my ad was showing up on 4th page for some keywords and this one campaign was hardly getting any impressions. So i didnt even received any good impressions since the beginning of the campaign, I think it would be problem with relevance or with copy ? My adcopy also has the keywords in it so its in bold. The competition on 1st page is using the same adcopy like mine and has same style of landing page. Is he cloaking the ad or what ? How can same advertiser who has same adcopy/landing page get 1st page spot but mine rather went to 4th.&lt;/p&gt;
&lt;p&gt;Can any adcenter adrep hit me up about this issue and check my account?&amp;nbsp; My budget was high 500$ but it hardly spent 14$. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>coversion tracking</title><link>http://community.microsoftadvertising.com/forums/thread/91043.aspx</link><pubDate>Wed, 28 Jul 2010 13:25:35 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:91043</guid><dc:creator>Alex E</dc:creator><slash:comments>1</slash:comments><comments>http://community.microsoftadvertising.com/forums/thread/91043.aspx</comments><wfw:commentRss>http://community.microsoftadvertising.com/forums/commentrss.aspx?SectionID=8&amp;PostID=91043</wfw:commentRss><description>&lt;p&gt;How can I determine which page on my web site is being tracked (as a conversion)? &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Conversion tracking https server not available. </title><link>http://community.microsoftadvertising.com/forums/thread/91040.aspx</link><pubDate>Tue, 27 Jul 2010 21:38:56 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:91040</guid><dc:creator>ahhthelogic</dc:creator><slash:comments>0</slash:comments><comments>http://community.microsoftadvertising.com/forums/thread/91040.aspx</comments><wfw:commentRss>http://community.microsoftadvertising.com/forums/commentrss.aspx?SectionID=8&amp;PostID=91040</wfw:commentRss><description>&lt;p&gt;We have been unable to use conversion tracking over HTTPS, and it appears that the server https://flex.atdmt.com/ is not available. Conversion tracking over HTTP using http://flex.atdmt.com/ seems to work correctly.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>My Client Center for Bing?</title><link>http://community.microsoftadvertising.com/forums/thread/9524.aspx</link><pubDate>Thu, 08 Oct 2009 08:57:01 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:9524</guid><dc:creator>stageman1</dc:creator><slash:comments>2</slash:comments><comments>http://community.microsoftadvertising.com/forums/thread/9524.aspx</comments><wfw:commentRss>http://community.microsoftadvertising.com/forums/commentrss.aspx?SectionID=8&amp;PostID=9524</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am currently managing the Google AdWords accounts for a handful of clients and want to try Bing as well. Is there something similar to My Client Center for Bing where I can manage multiple accounts (using different credit cards) with one login? Also, to create my AdCenter account &amp;amp; charge the $5, do I need to get one of my client&amp;#39;s credit cards? Or can I create an account &amp;amp; then let the client&amp;#39;s login somehow and add their credit cards without giving me their full credit card info?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Transferring all keywords to multiple campaigns</title><link>http://community.microsoftadvertising.com/forums/thread/91031.aspx</link><pubDate>Tue, 27 Jul 2010 12:36:41 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:91031</guid><dc:creator>Silver_Surfer_52</dc:creator><slash:comments>1</slash:comments><comments>http://community.microsoftadvertising.com/forums/thread/91031.aspx</comments><wfw:commentRss>http://community.microsoftadvertising.com/forums/commentrss.aspx?SectionID=8&amp;PostID=91031</wfw:commentRss><description>&lt;p&gt;Is it possible to transfer all the keywords from one campaign to other automaitcally? There must be some way to do this, so I would appreciate some guidance! Cheers.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Using MS AI on google docs</title><link>http://community.microsoftadvertising.com/forums/thread/91032.aspx</link><pubDate>Tue, 27 Jul 2010 12:42:06 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:91032</guid><dc:creator>Silver_Surfer_52</dc:creator><slash:comments>0</slash:comments><comments>http://community.microsoftadvertising.com/forums/thread/91032.aspx</comments><wfw:commentRss>http://community.microsoftadvertising.com/forums/commentrss.aspx?SectionID=11&amp;PostID=91032</wfw:commentRss><description>&lt;p&gt;hey guys! is it possible to use google spreadsheets instead of MS Excel to set up the MS AI? This would be very useful, thanks for your help!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CPC versus CPM in MS Ads</title><link>http://community.microsoftadvertising.com/forums/thread/91029.aspx</link><pubDate>Tue, 27 Jul 2010 12:29:40 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:91029</guid><dc:creator>Silver_Surfer_52</dc:creator><slash:comments>0</slash:comments><comments>http://community.microsoftadvertising.com/forums/thread/91029.aspx</comments><wfw:commentRss>http://community.microsoftadvertising.com/forums/commentrss.aspx?SectionID=8&amp;PostID=91029</wfw:commentRss><description>&lt;p&gt;Hey guys! I&amp;#39;m familiar with the adwords concept of CPC and CPM. Is it the same thing with MS? I haven&amp;#39;t found this option, where should I be looking?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>No Stats For: 7/25-7/26/10</title><link>http://community.microsoftadvertising.com/forums/thread/91009.aspx</link><pubDate>Mon, 26 Jul 2010 12:23:19 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:91009</guid><dc:creator>rcubed</dc:creator><slash:comments>3</slash:comments><comments>http://community.microsoftadvertising.com/forums/thread/91009.aspx</comments><wfw:commentRss>http://community.microsoftadvertising.com/forums/commentrss.aspx?SectionID=8&amp;PostID=91009</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m not seeing any stats in my adCenter interface for either 7/25 or 7/26/2010. I had this problem about 2 weeks ago and called support. I was told it was due to maintenance. Stats did return the next day. I&amp;#39;m curious if anyone else is seeing this, and if this is something to expect for a while.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Rich&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Can't log in. What is going on???</title><link>http://community.microsoftadvertising.com/forums/thread/7065.aspx</link><pubDate>Tue, 14 Jul 2009 02:24:58 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:7065</guid><dc:creator>errodr</dc:creator><slash:comments>8</slash:comments><comments>http://community.microsoftadvertising.com/forums/thread/7065.aspx</comments><wfw:commentRss>http://community.microsoftadvertising.com/forums/commentrss.aspx?SectionID=8&amp;PostID=7065</wfw:commentRss><description>&lt;p&gt;I was logged into my account for an hour or so reviewing stats. I came back and tried to log back in and I keep receiving the following error message:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;quot;&lt;b&gt;There is a problem accessing your account because we are unable to locate an adCenter account associated with the Windows Live ID: xxxxxx@hotmail.com.&lt;/b&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;I have only ONE Windows Live ID, and it is most certainly liked to my adCenter account as I was just logged in a mere hour ago. I have only one campaign running, it launched early this morning. The funny thing is that even though the system says that it cannot find my account all of my ads are still running!&lt;/p&gt;
&lt;p&gt;What in the world is going on and what kind of operation is Microsoft running? Can&amp;#39;t find an account so I can make changes, but my ads are still showing and I&amp;#39;m still being charged??&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Is sandbox now at version 7?</title><link>http://community.microsoftadvertising.com/forums/thread/90996.aspx</link><pubDate>Fri, 23 Jul 2010 20:40:57 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:90996</guid><dc:creator>Paul_BDC</dc:creator><slash:comments>2</slash:comments><comments>http://community.microsoftadvertising.com/forums/thread/90996.aspx</comments><wfw:commentRss>http://community.microsoftadvertising.com/forums/commentrss.aspx?SectionID=27&amp;PostID=90996</wfw:commentRss><description>&lt;p&gt;There was a &lt;a target="_self" href="http://community.microsoftadvertising.com/blogs/api/archive/2010/07/16/adcenter-api-sandbox-environment-downtime-july-19-20.aspx"&gt;blog post&lt;/a&gt;&amp;nbsp;stating that the sandbox environment would be down on the 19th and 20th to upgrade to&amp;nbsp;API version 7.&lt;/p&gt;
&lt;p&gt;I haven&amp;#39;t been able to find any confirmation that&amp;nbsp;this was completed&amp;nbsp;successfully.&lt;/p&gt;
&lt;p&gt;The list of version 7 WSDL URLs &lt;a target="_self" href="http://msdn.microsoft.com/en-us/library/dd796925.aspx"&gt;here&lt;/a&gt; still has TBD for all the sandbox services.&lt;/p&gt;
&lt;p&gt;So is the sandbox now using version 7?&amp;nbsp; If so what are the Service Addresses?&amp;nbsp; I can guess at most of them following the naming pattern of previous version(s), but the Customer Service one is new and does not follow the same naming convention.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Reporting Doubt</title><link>http://community.microsoftadvertising.com/forums/thread/91008.aspx</link><pubDate>Mon, 26 Jul 2010 11:49:13 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:91008</guid><dc:creator>shirish</dc:creator><slash:comments>1</slash:comments><comments>http://community.microsoftadvertising.com/forums/thread/91008.aspx</comments><wfw:commentRss>http://community.microsoftadvertising.com/forums/commentrss.aspx?SectionID=27&amp;PostID=91008</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am having the doubt related to reporting at Campaign/Ad Group/Ad/Keyword level,I want to know the &amp;quot;name of service operation&amp;quot; to retieve the details like &amp;quot;Impressions/AveragePosition/AverageCpc/AverageCpm/Ctr/Status&amp;quot; at each level(Campaign/Ad Group/Ad/Keyword).I found&amp;nbsp; SubmitGenerateReport Service operation for the same at keyword level...but i am not sure whether it is d correct,because if i execute i am getting the following error :&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;SubmitGenerateReport succeeded with Tracking ID 22834184-53d4-47e0-8e57-977e6d5243dd.
ReportRequestId: 1500000181
Waiting another 5 minutes.
Total wait-time so far is 0 minutes.
PollGenerateReport failed.
ApiFaultDetail exception encountered
Tracking ID: a4f623e9-ede2-46ee-830f-6dcbdf9bae73
Operation error encountered:
	Message: An internal error has occurred.
	Details: 
	ErrorCode: InternalError
	Code: 0
s:Client Internal system error. Check the SOAP fault details for more information&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I had executed the following sample eg:&lt;/p&gt;
&lt;p&gt;http://msdn.microsoft.com/en-us/library/cc728899.aspx&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please clarify if i am using the correct service operation or there is some other service operation to be used.Also how to open the support ticket for the issue to be resolved?&lt;/p&gt;
&lt;p&gt;Please revert back soon.&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>adcenter policies for advertisers</title><link>http://community.microsoftadvertising.com/forums/thread/90827.aspx</link><pubDate>Mon, 12 Jul 2010 05:23:09 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:90827</guid><dc:creator>Whims</dc:creator><slash:comments>13</slash:comments><comments>http://community.microsoftadvertising.com/forums/thread/90827.aspx</comments><wfw:commentRss>http://community.microsoftadvertising.com/forums/commentrss.aspx?SectionID=8&amp;PostID=90827</wfw:commentRss><description>&lt;p&gt;If an advertiser is reported for breaching policies relating to their ads, adcenter looks into it and determines yes..they are breaching the policies, I&amp;#39;m assuming that the ads would be paused and the advertiser notified... if that is the case then how long will their ads continue to appear on the search network once they have stopped running?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>PollGenerateReport method returning an internal error?</title><link>http://community.microsoftadvertising.com/forums/thread/90991.aspx</link><pubDate>Fri, 23 Jul 2010 18:07:42 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:90991</guid><dc:creator>sliggle</dc:creator><slash:comments>2</slash:comments><comments>http://community.microsoftadvertising.com/forums/thread/90991.aspx</comments><wfw:commentRss>http://community.microsoftadvertising.com/forums/commentrss.aspx?SectionID=27&amp;PostID=90991</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; I&amp;#39;m using PHP to submit reports for generation, and this part is fine.&amp;nbsp; However when trying to retrieve the report via PollGenerateReport (http://msdn.microsoft.com/en-us/library/cc148893.aspx), I&amp;#39;m receiving faultdetail with a code 0 &amp;#39;Internal Error&amp;#39;.&lt;/p&gt;
&lt;p&gt;As part of debugging I found this example http://msdn.microsoft.com/en-us/library/cc728899.aspx however it looks to have exactly the same problem for both sandbox and live.&lt;/p&gt;
&lt;p&gt;This is not a complex object, simply a ReportRequestId wrapper - so can&amp;#39;t imagine what I&amp;#39;m doing wrong when the rest of the API seems fine.&lt;/p&gt;
&lt;p&gt;Anybody have some pointers, a working example I can reference, or a resolution if this is a known issue?&lt;/p&gt;
&lt;p&gt;thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How do I turn off the location address now showing at the bottom of each ad creative?</title><link>http://community.microsoftadvertising.com/forums/thread/91004.aspx</link><pubDate>Sun, 25 Jul 2010 18:17:30 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:91004</guid><dc:creator>LogicDictates</dc:creator><slash:comments>1</slash:comments><comments>http://community.microsoftadvertising.com/forums/thread/91004.aspx</comments><wfw:commentRss>http://community.microsoftadvertising.com/forums/commentrss.aspx?SectionID=8&amp;PostID=91004</wfw:commentRss><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I am probably missing something easy here, but my searches haven&amp;#39;t come up with anything.&lt;/p&gt;
&lt;p&gt;I need the ads to show without the physical/mailing address at the bottom of the ad. I don&amp;#39;t remember turning an option on for the ad to do that. How can I disable the address info now showing at the bottom of each ad?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks in advance,&lt;/p&gt;
&lt;p&gt;LD&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Cannot Register to MS AdCenter</title><link>http://community.microsoftadvertising.com/forums/thread/91003.aspx</link><pubDate>Sun, 25 Jul 2010 18:15:06 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:91003</guid><dc:creator>Jeffouille</dc:creator><slash:comments>1</slash:comments><comments>http://community.microsoftadvertising.com/forums/thread/91003.aspx</comments><wfw:commentRss>http://community.microsoftadvertising.com/forums/commentrss.aspx?SectionID=8&amp;PostID=91003</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I tried many times to register to MS AdCenter and I am getting the following message:&lt;/p&gt;
&lt;p&gt;&lt;i&gt;&lt;span id="Header" class="SignInHeaderText"&gt;Microsoft adCenter is experiencing problems&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;
	                        &lt;i&gt;&lt;span id="Para1"&gt;Microsoft adCenter is experiencing a problem that prevents it from continuing. &lt;/span&gt;&amp;nbsp;
	                        &lt;span id="Para2"&gt;Information that can help resolve the problem is now being sent to the adCenter site maintenance team. &lt;/span&gt;&amp;nbsp;
	                        &lt;span id="Para3"&gt;You can return to the 
Microsoft adCenter sign-in page now, or sign in again later. We 
apologize for the inconvenience, and thank you for your patience. &lt;/span&gt;&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is most frustrating: not only this message appears at the end of the registration process (after entering ALL details: grrrr) but it is not helpful at all. It is not telling you how to fix the problem or what to do ...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am an experienced advertiser and my first impression on that product are not so good as you can well understand.&lt;/p&gt;
&lt;p&gt;It looks like AdWords have no worries of potential competitors, not even Microsoft.&lt;/p&gt;
&lt;p&gt;J.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>THE BEST FOOD IN THE WORLD!!!!!!!!!!!!!!</title><link>http://community.microsoftadvertising.com/forums/thread/91002.aspx</link><pubDate>Sat, 24 Jul 2010 21:15:06 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:91002</guid><dc:creator>iris</dc:creator><slash:comments>0</slash:comments><comments>http://community.microsoftadvertising.com/forums/thread/91002.aspx</comments><wfw:commentRss>http://community.microsoftadvertising.com/forums/commentrss.aspx?SectionID=11&amp;PostID=91002</wfw:commentRss><description>&lt;p&gt;Catering any occasion.Serving for 29 years.Mexican and Middle Eastern cuisine.All you can eat Buffet style.&lt;br /&gt;Our priority is to serve great healthy fresh food,huge plates,big variety for $10.00 per person.Kosher upon &lt;br /&gt;request.Vegetarian plates.&lt;br /&gt;&lt;br /&gt;Call Izhak for more information&amp;nbsp; (310) 3715756&amp;nbsp; or&amp;nbsp; (818)4418103&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>MS Advertising Forum  VS Bing Forum</title><link>http://community.microsoftadvertising.com/forums/thread/90987.aspx</link><pubDate>Fri, 23 Jul 2010 12:31:41 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:90987</guid><dc:creator>Silver_Surfer_52</dc:creator><slash:comments>1</slash:comments><comments>http://community.microsoftadvertising.com/forums/thread/90987.aspx</comments><wfw:commentRss>http://community.microsoftadvertising.com/forums/commentrss.aspx?SectionID=8&amp;PostID=90987</wfw:commentRss><description>&lt;p&gt;Hey! What is the difference between these two forums? They both belong to MS... do theyservice the same products? Is Bing advertising different from MS advertising? Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>My AdCenter Desktop Upload prompts "AdCenter Internal Error" ???</title><link>http://community.microsoftadvertising.com/forums/thread/90941.aspx</link><pubDate>Wed, 21 Jul 2010 07:41:01 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:90941</guid><dc:creator>M. Nabeel Rabbani</dc:creator><slash:comments>4</slash:comments><comments>http://community.microsoftadvertising.com/forums/thread/90941.aspx</comments><wfw:commentRss>http://community.microsoftadvertising.com/forums/commentrss.aspx?SectionID=8&amp;PostID=90941</wfw:commentRss><description>&lt;p&gt;Hi Everyone.&lt;/p&gt;
&lt;p&gt;I have been badly suffering from this problem for a week or so. Every time when I try to update the bulk keywords, it prompts me upload status as &amp;quot;Failed&amp;quot; notifying the &amp;quot;AdCenter Internal Error&amp;quot;.&lt;/p&gt;
&lt;p&gt;I have been trying my luck by reinstalling the Desktop application (following the MSFT Expert&amp;#39;s Advice) on local and even a remote server but it never returned success.&lt;/p&gt;
&lt;p&gt;Can anyone come up with a better solution. MSFT experts report it as &amp;quot;the solution is in progress&amp;quot;. Any idea how long it would take to revert to working state.&lt;/p&gt;
&lt;p&gt;Please help.&lt;/p&gt;
&lt;p&gt;Thanks.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>