Hello,

I am getting a SelectorError.INVALID_FIELD_NAME when trying to retrieve 
'TargetCpaBid' in the campaign service. The documentation 
(#1<https://developers.google.com/adwords/api/docs/reference/v201302/CampaignService.CpaBid#bid>
 & 
#2<https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201302-CampaignService>)
 
specifically specifies this selector.
What am I doing wrong?

Thanks a lot,
Eliya.


Attached the SOAP Response:
<?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/v201302";>
            <requestId>0004daa4b2f45f700ae57da2000051e8</requestId>
            <serviceName>CampaignService</serviceName>
            <methodName>get</methodName>
            <operations>0</operations>
            <responseTime>382</responseTime>
            <units>0</units>
        </ResponseHeader>
    </soap:Header>
    <soap:Body>
        <soap:Fault>
            <faultcode>soap:Server</faultcode>
            <faultstring>[SelectorError.INVALID_FIELD_NAME @ 
serviceSelector; trigger:'TargetCpaBid']</faultstring>
            <detail>
                <ApiExceptionFault 
xmlns="https://adwords.google.com/api/adwords/cm/v201302";>
                    <message>[SelectorError.INVALID_FIELD_NAME @ 
serviceSelector; trigger:'TargetCpaBid']</message>
                    
<ApplicationException.Type>ApiException</ApplicationException.Type>
                    <errors 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="SelectorError">
                        <fieldPath>serviceSelector</fieldPath>
                        <trigger>TargetCpaBid</trigger>
                        
<errorString>SelectorError.INVALID_FIELD_NAME</errorString>
                        <ApiError.Type>SelectorError</ApiError.Type>
                        <reason>INVALID_FIELD_NAME</reason>
                    </errors>
                </ApiExceptionFault>
            </detail>
        </soap:Fault>
    </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

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to