Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: Bing-Integration
-
Fix Version/s: Bing-Integration
-
Component/s: None
-
Labels:None
-
Environment:
yell-ec-xml2
Description
I have pending bids for 2 searchEngineAccounts, the 2nd one is failing with an api exception of 'Invalid client data'.
After digging into this, it looks like was sending the adgroup identifier of the 1st bid in the 2nd one.
The log at debug level 5 is : /tmp/jclarke_send9 on yell-ec-xml2
tsaapp@yell-ec-xml2:/usr/local/tsa/bidmgr$ ./sebidupdater.sh -d5 -U5933 --distribution 147 2> /tmp/jclarke_send9
2012-04-10 18:56:25.994 (5) [P1T1]: (Jakarta Debug) <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header><ns1:DeveloperToken soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0" xmlns:ns1="https://adcenter.microsoft.com/v8">D9OP84AM</ns1:DeveloperToken><ns2:UserName soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0" xmlns:ns2="https://adcenter.microsoft.com/v8">YellSandboxAPI</ns2:UserName><ns3:Password soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0" xmlns:ns3="https://adcenter.microsoft.com/v8">api123</ns3:Password><ns4:CustomerId soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0" xmlns:ns4="https://adcenter.microsoft.com/v8">18002780</ns4:CustomerId><ns5:CustomerAccountId soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0" xmlns:ns5="https://adcenter.microsoft.com/v8">1589037</ns5:CustomerAccountId></soapenv:Header><soapenv:Body><UpdateAdGroupsRequest xmlns="https://adcenter.microsoft.com/v8"><CampaignId>180007160</CampaignId><AdGroups><AdGroup><BroadMatchBid><Amount>0.05000000074505806</Amount></BroadMatchBid><ContentMatchBid><Amount>0.05000000074505806</Amount></ContentMatchBid><ExactMatchBid><Amount>0.05000000074505806</Amount></ExactMatchBid><Id>950185793</Id><PhraseMatchBid><Amount>0.05000000074505806</Amount></PhraseMatchBid></AdGroup><AdGroup><BroadMatchBid><Amount>0.05000000074505806</Amount></BroadMatchBid><ContentMatchBid><Amount>0.05000000074505806</Amount></ContentMatchBid><ExactMatchBid><Amount>0.05000000074505806</Amount></ExactMatchBid><Id>950185792</Id><PhraseMatchBid><Amount>0.05000000074505806</Amount></PhraseMatchBid></AdGroup></AdGroups></UpdateAdGroupsRequest></soapenv:Body></soapenv:Envelope>