Hi,

Since the *TrafficEstimatorService* is *keyword*-based, you won't be able 
to use it to get bid information at the *ProductPartition* level.

However, the *PRODUCT_PARTITION_REPORT* does provide a BenchmarkAverageCpc 
field 
<https://developers.google.com/adwords/api/docs/appendix/reports/product-partition-report#benchmarkaveragemaxcpc>,
 
which will give you an idea of how other advertisers are bidding on similar 
products.

Cheers,
Josh, AdWords API Team

On Wednesday, August 19, 2015 at 9:05:16 AM UTC-4, rafaelf wrote:
>
> Hi Josh, I'm facing a similar problem with the TrafficEstimatorService.
>
> How should I build my AdGroupEstimateRequest using ProductPartition?
>
> Could you help me please?
> Best
>
>
> On Monday, February 2, 2015 at 2:25:02 PM UTC-2, Josh Radcliff (AdWords 
> API Team) wrote:
>>
>> Hi Mitesh,
>>
>> To update the CPC of a product group using the API, you would issue an 
>> AdGroupCriterionService.mutate 
>> <https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupCriterionService#mutate>
>>  call 
>> with a *SET* operation where the operand is:
>>
>>    - A BiddableAdGroupCriterion 
>>    
>> <https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupCriterionService.BiddableAdGroupCriterion>
>>  
>>    with:
>>       - adGroupId 
>>       
>> <https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupCriterionService.BiddableAdGroupCriterion#adGroupId>
>>  set 
>>       to your ad group ID
>>       - criterion 
>>       
>> <https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupCriterionService.BiddableAdGroupCriterion#criterion>
>>  set 
>>       to a ProductPartition 
>>       
>> <https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupCriterionService.ProductPartition>
>>  with 
>>       its id 
>>       
>> <https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupCriterionService.ProductPartition#id>
>>  set 
>>       to the partition (product group) ID
>>       - biddingStrategyConfiguration 
>>       
>> <https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupCriterionService.BiddableAdGroupCriterion#biddingStrategyConfiguration>
>>  with 
>>       its bids 
>>       
>> <https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupCriterionService.BiddingStrategyConfiguration#bids>
>>  set 
>>       to a collection containing the appropriate CpcBid 
>>       
>> <https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupCriterionService.CpcBid>
>>       
>> You can get the relevant IDs by issuing an AdGroupCriterionService.get 
>> <https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupCriterionService#get>
>>  for 
>> the ad group. You can use the UpdateKeyword.cs 
>> <https://github.com/googleads/googleads-dotnet-lib/blob/master/examples/AdWords/CSharp/v201409/BasicOperations/UpdateKeyword.cs>
>>  example 
>> as a template for the *mutate* call. You just need to substitute your 
>> *ProductPartition* and its ID in place of the *Keyword* object in the 
>> example.
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Thursday, January 29, 2015 at 12:15:50 AM UTC-5, mitesh barot wrote:
>>>
>>> Hi,
>>>
>>>
>>> i want to update CPC of product group in shopping campaigns using 
>>> external application developed in .net.
>>>
>>> please help for the same.
>>>
>>>
>>> regards,
>>>
>>> Mitesh
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/09594fe1-e1da-4abc-96dc-3acf72a96a07%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to