Problem with adgroupBidModifier - Get a value but when trying to use opreation set get exception No existing bid modifier for AdGroupId

193 views
Skip to first unread message

avi...@sem-engine.com

unread,
Apr 8, 2014, 7:35:02 AM4/8/14
to adwor...@googlegroups.com
Hi.

I am facing with a weird problem with bid modifier for adgroup.
When i am getting it from adwords service(Using the AdGroupBidModifierServiceInterface) I get that the bid modifier is 1.0 and not NULL.

When i am tyring to use opreation SET to the bid i get this error:
 <faultstring>[EntityNotFound.INVALID_ID @ operations[0].operand.criterion; trigger:'No existing bid modifier for AdGroupId:{###} CriterionId{id=30001}']</faultstring>

Does anyone can help me here?

Thanks
Aviad

Danial Klimkin

unread,
Apr 9, 2014, 8:36:40 AM4/9/14
to adwor...@googlegroups.com
Hello Aviad,


1.0 is equivalent to not bid adjustment (times 1). Please use ADD operation to set the adjustment in this case.


-Danial, AdWords API Team.

Jiaxin Shan

unread,
Jun 11, 2015, 9:35:51 AM6/11/15
to adwor...@googlegroups.com
I create a adgroup but I don't know why it has a default mobile bid modifier  -22%.  I can get this result from search, if I found. It said. No existing bid modifier.

<?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:RequestHeader xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201502" soapenv:mustUnderstand="0">
            <ns1:clientCustomerId>1064338804</ns1:clientCustomerId>
            <ns1:developerToken>830PTB1xlR8Qs0QsDj2swg</ns1:developerToken>
            <ns1:userAgent>ebay.com:Nebula:V201502 (AwApi-Java, AdWords-Axis/2.0.0, Common-Java/2.0.0, Axis/1.4, Java/1.7.0, maven)</ns1:userAgent>
            <ns1:validateOnly>false</ns1:validateOnly>
            <ns1:partialFailure>false</ns1:partialFailure>
        </ns1:RequestHeader>
    </soapenv:Header>
    <soapenv:Body>
        <mutate xmlns="https://adwords.google.com/api/adwords/cm/v201502">
            <operations>
                <operator>SET</operator>
                <operand>
                    <campaignId>206603331</campaignId>
                    <adGroupId>19156418931</adGroupId>
                    <criterion xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201502" xsi:type="ns2:Platform">
                        <ns2:id>30001</ns2:id>
                    </criterion>
                    <bidModifier>0.8181817531585693</bidModifier>
                </operand>
            </operations>
        </mutate>
    </soapenv:Body>
</soapenv:Envelope>




<?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header>
        <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v201502">
            <requestId>00051830ba1920780ac49f472c007cea</requestId>
            <serviceName>AdGroupBidModifierService</serviceName>
            <methodName>mutate</methodName>
            <operations>1</operations>
            <responseTime>180</responseTime>
        </ResponseHeader>
    </soap:Header>
    <soap:Body>
        <soap:Fault>
            <faultcode>soap:Server</faultcode>
            <faultstring>[EntityNotFound.INVALID_ID @ operations[0].operand.criterion; trigger:'No existing bid modifier for AdGroupId: 19156418931 CriterionId{id=30001}']</faultstring>
            <detail>
                <ApiExceptionFault xmlns="https://adwords.google.com/api/adwords/cm/v201502">
                    <message>[EntityNotFound.INVALID_ID @ operations[0].operand.criterion; trigger:'No existing bid modifier for AdGroupId: 19156418931 CriterionId{id=30001}']</message>
                    <ApplicationException.Type>ApiException</ApplicationException.Type>
                    <errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="EntityNotFound">
                        <fieldPath>operations[0].operand.criterion</fieldPath>
                        <trigger>No existing bid modifier for AdGroupId: 19156418931 CriterionId{id=30001}</trigger>
                        <errorString>EntityNotFound.INVALID_ID</errorString>
                        <ApiError.Type>EntityNotFound</ApiError.Type>
                        <reason>INVALID_ID</reason>
                    </errors>
                </ApiExceptionFault>
            </detail>
        </soap:Fault>
    </soap:Body>
</soap:Envelope>

Danial Klimkin

unread,
Jun 15, 2015, 1:04:55 PM6/15/15
to adwor...@googlegroups.com, seedj...@gmail.com
Hello Jiaxin,


This is an old thread. Please start a new one describing your issue in more detail, e.g. exact steps you undertaken.


-Danial, AdWords API Team
Reply all
Reply to author
Forward
This conversation is locked
You cannot reply and perform actions on locked conversations.
0 new messages