Thank a lot.

Regards,
Sugappriya

On Wednesday, 18 February 2015 18:37:31 UTC+5:30, Danial Klimkin wrote:
>
> Hello,
>
>
> Thank you for the details. I have reproduced the issue and I can't see any 
> good reason for discrepancy.
>
> I'll follow up internally and update this thread.
>
>
> -Danial, AdWords API Team.
>
>
> On Wednesday, February 18, 2015 at 9:36:15 AM UTC+3, suga priya wrote:
>>
>>
>> <https://lh5.googleusercontent.com/-6120juMHJxI/VOQyF2Td9mI/AAAAAAAAANM/JoKSqgQNlgE/s1600/adword.png>
>> Hi,
>>
>> Thanks a lot. By mistake i shared the full response code If you don't 
>> mind can you please delete/hide your previous post, it has thread. 
>>
>> We have reset developer token as you suggested. 
>>
>> please find the below response for  "Fleet Management Software" and refer 
>> above UI screenshot for the same.
>>
>> Is something wrong in network settings? am using below code for that
>>
>>     $network = new networkSetting();
>>     $network->targetGoogleSearch = true;
>>     $network->targetSearchNetwork = false;
>>     $network->targetPartnerSearchNetwork  = false;
>>     $network->targetContentNetwork    =    false;
>>     $campaignEstimateRequest->networkSetting[] = $network;
>>
>> <?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/v201406"; xmlns:ns2="
>> https://adwords.google.com/api/adwords/o/v201406"; xmlns:xsi="
>> http://www.w3.org/2001/XMLSchema-instance";>
>>
>>   <SOAP-ENV:Body>
>>     <ns2:get>
>>       <ns2:selector>
>>         <ns2:campaignEstimateRequests>
>>           <ns2:adGroupEstimateRequests>
>>             <ns2:keywordEstimateRequests>
>>               <ns2:keyword>
>>                 <ns1:text>Fleet Management Software</ns1:text>
>>                 <ns1:matchType>BROAD</ns1:matchType>
>>               </ns2:keyword>
>>             </ns2:keywordEstimateRequests>
>>             <ns2:maxCpc>
>>               <ns1:microAmount>10000000</ns1:microAmount>
>>             </ns2:maxCpc>
>>           </ns2:adGroupEstimateRequests>
>>           <ns2:criteria xsi:type="ns1:Location">
>>             <ns1:id>2840</ns1:id>
>>           </ns2:criteria>
>>           <ns2:criteria xsi:type="ns1:Language">
>>             <ns1:id>1000</ns1:id>
>>           </ns2:criteria>
>>           <ns2:networkSetting/>
>>         </ns2:campaignEstimateRequests>
>>       </ns2:selector>
>>     </ns2:get>
>>   </SOAP-ENV:Body>
>> </SOAP-ENV:Envelope>
>>
>> HTTP/1.1 200 OK
>> Content-Type: text/xml; charset=UTF-8
>> Content-Encoding: gzip
>> Date: Wed, 18 Feb 2015 06:17:16 GMT
>> Expires: Wed, 18 Feb 2015 06:17:16 GMT
>> Cache-Control: private, max-age=0
>> X-Content-Type-Options: nosniff
>> X-Frame-Options: SAMEORIGIN
>> X-XSS-Protection: 1; mode=block
>> Content-Length: 595
>> Server: GSE
>>
>> <?xml version="1.0"?>
>> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
>>   <soap:Header>
>>     <ResponseHeader xmlns:ns2="
>> https://adwords.google.com/api/adwords/cm/v201406"; xmlns="
>> https://adwords.google.com/api/adwords/o/v201406";>
>>       <ns2:requestId>00050f56c5601dc00abfa8886f0040fb</ns2:requestId>
>>       <ns2:serviceName>AccountService</ns2:serviceName>
>>       <ns2:methodName>get</ns2:methodName>
>>       <ns2:operations>0</ns2:operations>
>>       <ns2:responseTime>387</ns2:responseTime>
>>     </ResponseHeader>
>>   </soap:Header>
>>   <soap:Body>
>>     <getResponse xmlns:ns2="
>> https://adwords.google.com/api/adwords/cm/v201406"; xmlns="
>> https://adwords.google.com/api/adwords/o/v201406";>
>>       <rval>
>>         <campaignEstimates>
>>           <Estimate.Type>CampaignEstimate</Estimate.Type>
>>           <adGroupEstimates>
>>             <Estimate.Type>AdGroupEstimate</Estimate.Type>
>>             <keywordEstimates>
>>               <Estimate.Type>KeywordEstimate</Estimate.Type>
>>               <min>
>>                 <averageCpc>
>>                   
>> <ns2:ComparableValue.Type>Money</ns2:ComparableValue.Type>
>>                   <ns2:microAmount>5125336</ns2:microAmount>
>>                 </averageCpc>
>>                 <averagePosition>2.6073377028395788</averagePosition>
>>                 <clickThroughRate>0.013362377714286167</clickThroughRate>
>>                 <clicksPerDay>10.932334</clicksPerDay>
>>                 <impressionsPerDay>736.32855</impressionsPerDay>
>>                 <totalCost>
>>                   
>> <ns2:ComparableValue.Type>Money</ns2:ComparableValue.Type>
>>                   <ns2:microAmount>62257648</ns2:microAmount>
>>                 </totalCost>
>>               </min>
>>               <max>
>>                 <averageCpc>
>>                   
>> <ns2:ComparableValue.Type>Money</ns2:ComparableValue.Type>
>>                   <ns2:microAmount>6264300</ns2:microAmount>
>>                 </averageCpc>
>>                 <averagePosition>2.1332761995732525</averagePosition>
>>                 <clickThroughRate>0.016331795770754498</clickThroughRate>
>>                 <clicksPerDay>13.361743</clicksPerDay>
>>                 <impressionsPerDay>899.9572</impressionsPerDay>
>>                 <totalCost>
>>                   
>> <ns2:ComparableValue.Type>Money</ns2:ComparableValue.Type>
>>                   <ns2:microAmount>76092688</ns2:microAmount>
>>                 </totalCost>
>>               </max>
>>             </keywordEstimates>
>>           </adGroupEstimates>
>>         </campaignEstimates>
>>       </rval>
>>     </getResponse>
>>   </soap:Body>
>> </soap:Envelope>
>>
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e5fd08c7-ea76-4f53-8d8c-4bab5c01a00d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to