Hi, Unfortunately it isn't possible to retrieve CPC or bidding information from the TargetingIdeaService at this time. The issue is discussed further in this thread:
http://groups.google.com/group/adwords-api/browse_thread/thread/186b1f34eee95d30 Best, - Eric On Nov 23, 4:25 pm, "[email protected]" <[email protected]> wrote: > Hi NG, > > I have a working version of the TargetingIdeaService (thanks to a lot > of help from this group), > the only thing I cant find in the documentation is the cpc in relation > to a keyword. Idealy I want > to have a list of > > keyword AVERAGE_TARGETED_MONTHLY_SEARCHES cpc > keyword AVERAGE_TARGETED_MONTHLY_SEARCHES cpc > keyword AVERAGE_TARGETED_MONTHLY_SEARCHES cpc > keyword AVERAGE_TARGETED_MONTHLY_SEARCHES cpc > keyword AVERAGE_TARGETED_MONTHLY_SEARCHES cpc > > I have col 1 (keyword) and col 2 (AVERAGE_TARGETED_MONTHLY_SEARCHES) > but dont > find a way to get cpc added to it. > > Is it possible ? Cant find anything in the documentation. > > Thanks in advance. > > On 20 Nov., 21:23, a2b <[email protected]> wrote: > > > > > Hope this helps! > > > <?xml version="1.0" encoding="UTF-8"?> > > <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/ > > envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/cm/ > > v200909" xmlns:ns2="https://adwords.google.com/api/adwords/o/v200909" > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> > > <SOAP-ENV:Header> > > <ns2:RequestHeader xsi:type="ns2:RequestHeader"> > > <ns1:applicationToken>***********</ns1:applicationToken> > > <ns1:authToken>*****</ns1:authToken> > > <ns1:clientEmail>**********</ns1:clientEmail> > > <ns1:developerToken>*************</ns1:developerToken> > > <ns1:userAgent>AdWords APIPHPClient LIbrary - v1.1.0 - > > userAgent1</ns1:userAgent> > > </ns2:RequestHeader> > > </SOAP-ENV:Header> > > <SOAP-ENV:Body> > > <ns2:get xsi:type="get"> > > <ns2:selector xsi:type="ns2:TargetingIdeaSelector"> > > <ns2:searchParameters > > xsi:type="ns2:RelatedToKeywordSearchParameter"> > > <ns2:keywords xsi:type="ns1:Keyword"> > > <ns1:text>milk</ns1:text> > > <ns1:matchType>EXACT</ns1:matchType> > > </ns2:keywords> > > </ns2:searchParameters> > > <ns2:searchParameters > > xsi:type="ns2:CountryTargetSearchParameter"> > > <ns2:countryTargets xsi:type="ns1:CountryTarget"> > > <ns1:countryCode>US</ns1:countryCode> > > </ns2:countryTargets> > > </ns2:searchParameters> > > <ns2:ideaType>KEYWORD</ns2:ideaType> > > <ns2:requestType>IDEAS</ns2:requestType> > > <ns2:requestedAttributeTypes>TARGETED_MONTHLY_SEARCHES</ > > ns2:requestedAttributeTypes> > > > <ns2:requestedAttributeTypes>AVERAGE_TARGETED_MONTHLY_SEARCHES</ > > ns2:requestedAttributeTypes> > > <ns2:requestedAttributeTypes>GLOBAL_MONTHLY_SEARCHES</ > > ns2:requestedAttributeTypes> > > <ns2:requestedAttributeTypes>KEYWORD</ > > ns2:requestedAttributeTypes> > > <ns2:paging xsi:type="ns1:Paging"> > > <ns1:startIndex>0</ns1:startIndex> > > <ns1:numberResults>3</ns1:numberResults> > > </ns2:paging> > > <ns2:localeCode>en_US</ns2:localeCode> > > </ns2:selector> > > </ns2:get> > > </SOAP-ENV:Body> > > </SOAP-ENV:Envelope> -- 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=.
