Modify Universal APP Campaign ConversionTypeIds

38 views
Skip to first unread message

배영일

unread,
Nov 12, 2020, 8:50:37 PM11/12/20
to AdWords API and Google Ads API Forum
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);
}
*************************************************************************************

Google Ads API Forum Advisor Prod

unread,
Nov 13, 2020, 1:54:19 PM11/13/20
to yiba...@gmail.com, adwor...@googlegroups.com
Hello,

Can you please provide the full request and response so that we can take a closer look? Please do so using reply privately to author.

Regards,
Anthony
Google Ads API Team

Google Logo
Anthony
Google Ads API Team
 


ref:_00D1U1174p._5004Q27tY1g:ref
Reply all
Reply to author
Forward
0 new messages