Hi
Have tested but produces below error,
CampaignError.SELECTIVE_OPTIMIZATION_CONVERSION_TYPE_INVALID @
operations[0].operand.selectiveOptimization.conversionTypeIds;
trigger:'ConversionTypeId: 469825417',
CampaignError.SELECTIVE_OPTIMIZATION_CONVERSION_TYPE_INVALID @
operations[0].operand.selectiveOptimization.conversionTypeIds;
trigger:'ConversionTypeId: 469821067
Sample code:
case 'OPTIMIZE_FOR_IN_APP_CONVERSION_VOLUME':
$universalAppSetting->setBiddingStrategyGoalType(UniversalAppBiddingStrategyGoalType::OPTIMIZE_FOR_IN_APP_CONVERSION_VOLUME);
// If you select bidding strategy goal type as
// OPTIMIZE_FOR_IN_APP_CONVERSION_VOLUME, then you may specify a set of
// conversion types for in-app actions to optimize the campaign towards.
$selectiveOptimization = new SelectiveOptimization();
$selectiveOptimization->setconversionTypeIds([
'469821067',
'469825417'
]);
$campaign->setSelectiveOptimization($selectiveOptimization);
break;
On Wednesday, October 7, 2020 at 1:28:38 AM UTC+5:30 adsapiforumadvisor wrote: