Hi, I don't follow what you are asking in question #1. Could you rephrase it?
Regarding the product partition name, if you include the field *CaseValue* in your *Selector* then you will get back the attributes of the ProductPartition's underlying ProductDimension <https://developers.google.com/adwords/api/docs/reference/v201402/AdGroupCriterionService.ProductDimension>. In the example you provided, the *ProductDimension* was a *ProductOfferId*, so you would be interested in the *value* attribute highlighted below. <entries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="BiddableAdGroupCriterion"> <adGroupId>14859042493</adGroupId> <criterionUse>BIDDABLE</criterionUse> <criterion xsi:type="ProductPartition"> <id>77400162253</id> <type>PRODUCT_PARTITION</type> <Criterion.Type>ProductPartition</Criterion.Type> <caseValue xsi:type="ProductOfferId"> <ProductDimension.Type>ProductOfferId</ProductDimension.Type> <value>v20151057ti</value> </caseValue> </criterion> <AdGroupCriterion.Type>BiddableAdGroupCriterion</AdGroupCriterion.Type> </entries> <entries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="BiddableAdGroupCriterion"> <adGroupId>14859042493</adGroupId> <criterionUse>BIDDABLE</criterionUse> <criterion xsi:type="ProductPartition"> <id>77400162253</id> <type>PRODUCT_PARTITION</type> <Criterion.Type>ProductPartition</Criterion.Type> <caseValue xsi:type="ProductOfferId"> <ProductDimension.Type>ProductOfferId</ProductDimension.Type> <value>v20151057ti</value> </caseValue> </criterion> <AdGroupCriterion.Type>BiddableAdGroupCriterion</AdGroupCriterion.Type> </entries> <entries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="BiddableAdGroupCriterion"> <adGroupId>14859042493</adGroupId> <criterionUse>BIDDABLE</criterionUse> <criterion xsi:type="ProductPartition"> <id>77400162253</id> <type>PRODUCT_PARTITION</type> <Criterion.Type>ProductPartition</Criterion.Type> <caseValue xsi:type="ProductOfferId"> <ProductDimension.Type>*ProductOfferId* </ProductDimension.Type> <value>v20151057ti</value> </caseValue> </criterion> <AdGroupCriterion.Type>BiddableAdGroupCriterion</AdGroupCriterion.Type> </entries> For other sub-types of *ProductDimension*, you would be interested in the attribute that's significant for that sub-type, e.g., for a *ProductCanonicalCondition* you would want to pull the condition <https://developers.google.com/adwords/api/docs/reference/v201402/AdGroupCriterionService.ProductCanonicalCondition#condition> attribute returned. The subtype-specific attributes should be present in the response if you include *CaseValue* in your *Selector* fields. Cheers, Josh, AdWords API Team On Tuesday, June 24, 2014 6:49:25 AM UTC-7, aroxo...@gmail.com wrote: > > Hi, > > Thanks finally i got it . > > Now, We are in Optimization process. > > 1. Deleting entire Products ( In Product Partition ) at Adgroup AND inset > All Products Again, We are going to compare the New set of Products > > so, Some of Products get REMOVE and Some of New Products will get ADD. > > so we can reduce the number of "operations". > > By the way, I can;t get the Product Partition Name > > Below is My Data : > > [1] => BiddableAdGroupCriterion Object > ( > [userStatus] => > [systemServingStatus] => > [approvalStatus] => > [disapprovalReasons] => > [destinationUrl] => > [experimentData] => > [firstPageCpc] => > [topOfPageCpc] => > [qualityInfo] => > [biddingStrategyConfiguration] => > [bidModifier] => > [adGroupId] => 14859042493 > [criterionUse] => BIDDABLE > [criterion] => ProductPartition Object > ( > [partitionType] => UNIT > [parentCriterionId] => 18283950120 > [caseValue] => > [id] => 77400162253 > [type] => PRODUCT_PARTITION > [CriterionType] => ProductPartition > [_parameterMap:Criterion:private] => Array > ( > [Criterion.Type] => CriterionType > ) > > ) > > [forwardCompatibilityMap] => > [AdGroupCriterionType] => BiddableAdGroupCriterion > [_parameterMap:AdGroupCriterion:private] => Array > ( > [AdGroupCriterion.Type] => AdGroupCriterionType > ) > > ) > > > In that i need Name of ID "77400162253" > > > i have attached the screenshot of name, Please check it > > > 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. 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.