Hi, 
I'm trying to modify UniversalApp Campaign include with biddingStrategy  
data.
But I couldn't edit 'ConversionTypeIds' exactly what I want to modify.
It seems to be applied by overlapping with the existing 
'ConversionTypeIds'.  
Do I have to 'ADD' 'ConversionTypeIds' after remove existing 
'ConversionTypeIds' ? 

 
I wrote my codes at the bottom of this letter, 
And I would thank you If you give me any feed back about this issue.
*************************************************************************************
if(!empty($rows->conversionTypeIds) && count($rows->conversionTypeIds) > 0){
     for($i=0; $i<count($rows->conversionTypeIds); $i++){
          $conversionIds[$i] = $rows->conversionTypeIds[$i];
      }
     $selectiveOptimization = new SelectiveOptimization();
     $selectiveOptimization->setConversionTypeIds($conversionIds);
     $campaign->setSelectiveOptimization($selectiveOptimization);
}
*************************************************************************************

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/95ed4db0-d72d-46d3-9a9e-f651d9e1b194n%40googlegroups.com.

Reply via email to