Hi,

We're aware that it would be very helpful if the Shopping Performance 
Report included the product partition ID, but that functionality is not 
available at this time.

However, you could use a combination of the Shopping Performance Report 
<https://developers.google.com/adwords/api/docs/appendix/reports#shopping> and 
the AdGroupCriterionService 
<https://developers.google.com/adwords/api/docs/reference/v201406/AdGroupCriterionService>
 to 
find the offer IDs of the products that aren't explicitly covered by a 
product partition.

1. Run a Shopping Performance Report and include the *OfferId* field. This 
will give you the offer ID of every product that had an impression for the 
report's date range.
2. Use the *AdGroupCriterionService* to get all of your product partitions 
where the ProductPartition.caseValue 
<https://developers.google.com/adwords/api/docs/reference/v201406/AdGroupCriterionService.ProductPartition#caseValue>
 is 
a *ProductOfferId* product dimension.

Look for *OfferId*s from step 1 that do not appear as the 
ProductOfferId.value 
<https://developers.google.com/adwords/api/docs/reference/v201406/AdGroupCriterionService.ProductOfferId#value>
 on 
any of the product partitions from step 2 -- those are the offer IDs that 
are falling into the "Everything else" category.

Cheers,
Josh, AdWords API Team

On Thursday, July 24, 2014 11:29:38 AM UTC-4, david wrote:
>
> Hi,
>
> We have a shopping campaign with around 12,000 product partitions 
> segmented on ProductOfferId all in a single ad group.
> Every product we have SHOULD have it's own product partition leaving the 
> "Everything Else" product group empty, but we appear to be getting 
> impressions and clicks against "Everything Else" so it seems like this 
> isn't the case.
>
> So obviously we'd like to find out what is in the product group, but the 
> GUI is giving us a generic "There was an error with your operation." 
> error when we click on the View Products icon.
>
> Can anyone suggest a way to get the contents programmatically?
>
> If we do a GET request to the AdGroupCriterionService the "Other" group is 
> distinguished solely by not having a OfferId at all, where-as populated 
> partitions obviously list the OfferId of the product in question.
>

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

Reply via email to