Hi,

That's correct, as far as I know. I'm not aware of any support in the 
planner tools (like *Keyword Planner*) for product partition criteria, but 
you might ask on the AdWords Community 
<https://www.en.adwords-community.com/> to see if one of the (non-API) 
product experts there has alternative ideas. Note that when posting to a 
non-API group, you'll want to use the term *Product Groups* instead of 
product partition, since that's the name for partitions in the user 
interface.

Cheers,
Josh, AdWords API Team

On Wednesday, August 19, 2015 at 4:56:35 PM UTC-4, rafaelf wrote:
>
> Many thanks Josh, just to make my problem more clear, my main intention is 
> to estimate traffic for my Shopping Campaigns using different bid levels as 
> input.
>
> So today the only way to estimate traffic for Shopping Campaigns through 
> the API is using the PRODUCT_PARTITION_REPORT as proxy?
>
> Best
> On Wednesday, August 19, 2015 at 2:50:06 PM UTC-3, Josh Radcliff (AdWords 
> API Team) wrote:
>>
>> 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 [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].
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/7cfb714a-8d25-47a2-ad12-adc5fe6627a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to