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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to