Hi ,

Sorry i can;t understand.

I knew, Each Adgroup have ONLY ONE *parentCriterionId ( i-e NOT NULL  or 
NOT Empty ),*

i Just wanted to know about,

1. i created Adgroup using following code 

$adGroupService = $user->GetService('AdGroupService', ADWORDS_VERSION); 

// Create ad group.
$adGroup = new AdGroup();
$adGroup->campaignId = "24589366";
$adGroup->name = "pla-test";
 // Create operation.
$operation = new AdGroupOperation();
$operation->operand = $adGroup;
$operation->operator = 'ADD';
 // Make the mutate request.
$result = $adGroupService->mutate(array($operation));

2. using created Adgroup id, i have used selection to get Adgroup details ( 
my Selection code in previous post, i tried with "*parentCriterionId * " as 
selection field too today)

But i didn't get Any Product Partition with *parentCriterionId *  HAS VALUE.

if i get the *parentCriterionId *  has value , i can make single REMOVE 
mutate request to delete all product partition within the Adgroup


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.

Reply via email to