Hi Josh,

I have checked by changing the All language to English but get the same
result.

There is not changes occurs i.e. country is English or all language.

Please advice.

Thanks,


On Mon, Apr 28, 2014 at 7:56 PM, Josh Radcliff (AdWords API Team) <
adwordsapiadvisor+j...@google.com> wrote:

> Hi,
>
> I've been looking into this and one thing I noticed immediately was that
> you are searching for "All languages" in the UI but specifying a single
> language in your TrafficEstimatorService request.  I'll look for any other
> differences, but please let me know if that resolves the issue.
>
> Thanks,
> Josh, AdWords API Team
>
> On Monday, April 28, 2014 10:18:01 AM UTC-4, chriss Moyle wrote:
>
>> Hi,
>>
>> Is there anyone who can help me on this topic.
>>
>> I need your urgent help. as i am stuck on this place.
>>
>> I have already forwarded all information to Josh.
>>
>> Thanks
>>
>>
>> On Mon, Apr 28, 2014 at 9:34 AM, chriss Moyle wrote:
>>
>>> Hi Josh,
>>>
>>> Please let me know your advice regarding data mismatch in API and
>>> Keyword planner tool.
>>>
>>> I am waiting from your feedback.
>>>
>>> It is urgent.
>>>
>>> Thanks,
>>>
>>>
>>> On Saturday, April 26, 2014 10:24:52 AM UTC+5:30, chriss Moyle wrote:
>>>
>>>> Hi Josh,
>>>>
>>>> I have sent you all required information according to your feedback.
>>>>
>>>> Please advice on this.
>>>>
>>>> Urgently i need your help for this.
>>>>
>>>> Thanks,
>>>>
>>>>
>>>>
>>>>
>>>> On Thu, Apr 24, 2014 at 7:38 PM, Josh Radcliff (AdWords API Team)
>>>>  wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> I answered a similar question on another 
>>>>> post<https://groups.google.com/forum/#!msg/adwords-api/R5OLBBtTlwA/FjK0sgTURPMJ>
>>>>>  --
>>>>> could you take a look at my response there to see if it addresses your
>>>>> question?
>>>>>
>>>>> If that doesn't clear things up, please send the following details *only
>>>>> to me* by clicking *Reply to Author* so I can investigate further:
>>>>>
>>>>>    1. The account IDs you are using in your API requests
>>>>>    2. The request XML
>>>>>    3. The response XML
>>>>>    4. A screenshot of the options you have selected in the Keyword
>>>>>    Planner Tool
>>>>>    5. A screenshot of the results from the Keyword Planner Tool
>>>>>
>>>>> I realize this is a lot of info to gather, but due to the complexity
>>>>> and flexibility of both the Keyword Planner Tool and the
>>>>> TrafficEstimatorService, I need as many details as possible to find the
>>>>> possible sources of differences between the tool and the API.
>>>>>
>>>>> Thanks,
>>>>> Josh, AdWords API Team
>>>>>
>>>>> On Thursday, April 24, 2014 9:48:55 AM UTC-4, chriss Moyle wrote:
>>>>>>
>>>>>> Hi Josh,
>>>>>>
>>>>>> I need you help.
>>>>>>
>>>>>> Previously i am getting correctly matched values using Google Keyword
>>>>>> Planner Tool and API.
>>>>>>
>>>>>> But now, i am getting slightly difference between values of traffic
>>>>>> estimator service and Keyword planner tool.
>>>>>>
>>>>>> Please advice.
>>>>>>
>>>>>> Thanks,
>>>>>>
>>>>>>
>>>>>> On Friday, April 18, 2014 6:59:55 PM UTC+5:30, Josh Radcliff (AdWords
>>>>>> API Team) wrote:
>>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> As you noticed, the account used for the TrafficEstimatorService
>>>>>>> *will* have an impact on the estimates produced.  From the 
>>>>>>> TrafficEstimatorService
>>>>>>> docs<https://developers.google.com/adwords/api/docs/reference/v201402/TrafficEstimatorService>
>>>>>>>  (emphasis
>>>>>>> mine):
>>>>>>>
>>>>>>> Estimates are *account specific* since *they are based on creatives
>>>>>>>> already in the account*. When comparing numbers, use the same
>>>>>>>> account for the API and UI.
>>>>>>>
>>>>>>>
>>>>>>> Cheers,
>>>>>>> Josh, AdWords API Team
>>>>>>>
>>>>>>> On Friday, April 18, 2014 7:25:21 AM UTC-4, chriss Moyle wrote:
>>>>>>>>
>>>>>>>> Hi Josh,
>>>>>>>>
>>>>>>>> I need your help for a question.
>>>>>>>>
>>>>>>>> Assume we have 2 MMC accounts and each MMC account having 1 cutomer
>>>>>>>> id as showing below.
>>>>>>>>
>>>>>>>> MMC 1st Account -  Customer Id = 111-111-1111
>>>>>>>> MMC 2nd Account -  Customer Id = 222-222-2222
>>>>>>>>
>>>>>>>> Now, if i am using Customer Id (111-111-1111) to retrieve values
>>>>>>>> from Google Adwords API.
>>>>>>>> From 2nd Customer id (222-222-2222) i am running Google keyword
>>>>>>>> planner tool UI.
>>>>>>>>
>>>>>>>> Then please advice both will returns same results of there are some
>>>>>>>> difference.
>>>>>>>>
>>>>>>>> This is because when i using same customer (eg: 111-111-1111)
>>>>>>>> account then i am getting same result on both UI and API and when i 
>>>>>>>> using
>>>>>>>> different customer id for API (eg: 111-111-1111) and for Keyword 
>>>>>>>> planner
>>>>>>>> tool (222-222-2222) then i am getting some different result.
>>>>>>>>
>>>>>>>> Please advice
>>>>>>>>
>>>>>>>> Thanks,
>>>>>>>>
>>>>>>>>
>>>>>>>> On Thursday, April 17, 2014 7:24:11 PM UTC+5:30, Josh Radcliff
>>>>>>>> (AdWords API Team) wrote:
>>>>>>>>>
>>>>>>>>> Hi,
>>>>>>>>>
>>>>>>>>> It sounds like you are setting the bid amount correctly, although
>>>>>>>>> you may want to check out the 
>>>>>>>>> EstimateKeywordTraffic<https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201402/optimization/EstimateKeywordTraffic.java>example
>>>>>>>>>  in your client library's "optimization" folder.  As noted in the 
>>>>>>>>> TrafficEstimatorService
>>>>>>>>> documentation<https://developers.google.com/adwords/api/docs/reference/v201402/TrafficEstimatorService>
>>>>>>>>> :
>>>>>>>>>
>>>>>>>>> Note that the API returns intervals whereas the Traffic Estimator
>>>>>>>>>> UI displays averages. Estimates are account specific since they are 
>>>>>>>>>> based
>>>>>>>>>> on creatives already in the account. When comparing numbers, use the 
>>>>>>>>>> same
>>>>>>>>>> account for the API and UI.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Another possible cause of differences is if you are using a test
>>>>>>>>> account, in which case the TrafficEstimatorService will return
>>>>>>>>> dummy 
>>>>>>>>> data<https://developers.google.com/adwords/api/docs/test-accounts#differences_between_test_accounts_and_production_accounts>
>>>>>>>>> .
>>>>>>>>>
>>>>>>>>> Finally, I'd recommend checking that your CampaignEstimateRequest.
>>>>>>>>> networkSetting<https://developers.google.com/adwords/api/docs/reference/v201402/TrafficEstimatorService.CampaignEstimateRequest#networkSetting>
>>>>>>>>>  matches
>>>>>>>>> what you have selected in the UI, as that's a common cause of 
>>>>>>>>> differences.
>>>>>>>>>
>>>>>>>>> Cheers,
>>>>>>>>> Josh, AdWords API Team
>>>>>>>>>
>>>>>>>>> On Thursday, April 17, 2014 9:40:05 AM UTC-4, chriss Moyle wrote:
>>>>>>>>>>
>>>>>>>>>> Hi,
>>>>>>>>>>
>>>>>>>>>> I am working on getting information of Traffic Estimator service.
>>>>>>>>>> as showing on below url.
>>>>>>>>>>
>>>>>>>>>> https://developers.google.com/adwords/api/docs/reference/v201309/
>>>>>>>>>> TrafficEstimatorService.TrafficEstimatorSelector?hl=fr
>>>>>>>>>>
>>>>>>>>>> For this, i am passing "Enter a bid" amount value on
>>>>>>>>>> "KeywordEstimateRequest"
>>>>>>>>>> https://developers.google.com/adwords/api/docs/reference/v201309/
>>>>>>>>>> TrafficEstimatorService.CampaignEstimateRequest?hl=fr
>>>>>>>>>>
>>>>>>>>>> But when i match both UI and API result then both are mismatch
>>>>>>>>>> little.
>>>>>>>>>>
>>>>>>>>>> Please advice on this.
>>>>>>>>>>
>>>>>>>>>> Is i am passing correct "Enter a bid" value on
>>>>>>>>>> "KeywordEstimateRequest" section of should i have to pass the bid 
>>>>>>>>>> value on
>>>>>>>>>> other method.
>>>>>>>>>>
>>>>>>>>>> Please help.
>>>>>>>>>>
>>>>>>>>>> Thanks,
>>>>>>>>>>
>>>>>>>>>>  --
>>>>> --
>>>>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>>>> 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.
>>>>> 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 a topic in the
>>>>> Google Groups "AdWords API Forum" group.
>>>>> To unsubscribe from this topic, visit https://groups.google.com/d/to
>>>>> pic/adwords-api/KVsPdV0-iec/unsubscribe.
>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>
>>>>
>>>>  --
>>> --
>>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>> 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.
>>> 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 a topic in the
>>> Google Groups "AdWords API Forum" group.
>>> To unsubscribe from this topic, visit https://groups.google.com/d/
>>> topic/adwords-api/KVsPdV0-iec/unsubscribe.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>  --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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 a topic in the
> Google Groups "AdWords API Forum" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/adwords-api/KVsPdV0-iec/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> adwords-api+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to