Hi Peer, The cause of this issue appears to be the same as one you've already reported:
http://groups.google.com/group/adwords-api/browse_thread/thread/167dda9be08144ff/ This core problem has hasn't been resolved yet, but the core engineering team is working on it. Best, - Eric Koleda, AdWords API Team On Jul 15, 5:32 am, "Peer Jakobsen (AdWords API Guru)" <peer.jakob...@gmail.com> wrote: > Hi API Team, > > I am getting internal errors when adding 3 criteria with exemption > requests. I have a slight suspicion that it might be because it's one > criteria in 3 match types asking for the same request 3 times, and > that this somehow messes up the validation server side. > > Below is the SOAP request. RequestID is: > c19fd01c6158a17565de8b49e3114cb8 > > Any idea how I can get around this. > > Thanks, > Peer Jakobsen > > <?xml version="1.0" encoding="utf-8"?> > <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns:xsd="http://www.w3.org/2001/XMLSchema"> > <soap:Header> > <RequestHeader > xmlns="https://adwords.google.com/api/adwords/cm/ > v200909"> > <authToken>xxx</authToken> > <clientEmail>xxx</clientEmail> > <developerToken>xxx</developerToken> > <userAgent>xxx</userAgent> > </RequestHeader> > </soap:Header> > <soap:Body> > <mutate > xmlns="https://adwords.google.com/api/adwords/cm/v200909"> > <operations> > <operator>ADD</operator> > <operand xsi:type="BiddableAdGroupCriterion"> > <adGroupId>2250905239</adGroupId> > <criterion xsi:type="Keyword"> > <text>allergic reaction to > flea medicine for pets</text> > <matchType>BROAD</matchType> > </criterion> > <userStatus>ACTIVE</userStatus> > <destinationUrl /> > <bids > xsi:type="ManualCPCAdGroupCriterionBids"> > <maxCpc> > <amount> > > <microAmount>300000</microAmount> > </amount> > </maxCpc> > </bids> > </operand> > <exemptionRequests> > <key> > > <policyName>badwords_kw_pet_pharma</policyName> > <violatingText>medicine for > pets</violatingText> > </key> > </exemptionRequests> > </operations> > <operations> > <operator>ADD</operator> > <operand xsi:type="BiddableAdGroupCriterion"> > <adGroupId>2250905239</adGroupId> > <criterion xsi:type="Keyword"> > <text>allergic reaction to > flea medicine for pets</text> > <matchType>EXACT</matchType> > </criterion> > <userStatus>ACTIVE</userStatus> > <destinationUrl /> > <bids > xsi:type="ManualCPCAdGroupCriterionBids"> > <maxCpc> > <amount> > > <microAmount>300000</microAmount> > </amount> > </maxCpc> > </bids> > </operand> > <exemptionRequests> > <key> > > <policyName>badwords_kw_pet_pharma</policyName> > <violatingText>medicine for > pets</violatingText> > </key> > </exemptionRequests> > </operations> > <operations> > <operator>ADD</operator> > <operand xsi:type="BiddableAdGroupCriterion"> > <adGroupId>2250905239</adGroupId> > <criterion xsi:type="Keyword"> > <text>allergic reaction to > flea medicine for pets</text> > </criterion> > <matchType>PHRASE</matchType> > <userStatus>ACTIVE</userStatus> > <destinationUrl /> > <bids > xsi:type="ManualCPCAdGroupCriterionBids"> > <maxCpc> > <amount> > > <microAmount>300000</microAmount> > </amount> > </maxCpc> > </bids> > </operand> > <exemptionRequests> > <key> > > <policyName>badwords_kw_pet_pharma</policyName> > <violatingText>medicine for > pets</violatingText> > </key> > </exemptionRequests> > </operations> > </mutate> > </soap:Body> > </soap:Envelope> -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en