Universal App campaign bid strategy

59 views
Skip to first unread message

denma test

unread,
Oct 6, 2020, 8:49:24 AM10/6/20
to AdWords API and Google Ads API Forum
Hi
I have created App campaign using API, how can i setup input for API call for the feature in attached screenshot. Am using PHP v201809 AdWords API.
Screenshot_2020-10-06 App campaign - test client - Google Ads.png

Google Ads API Forum Advisor Prod

unread,
Oct 6, 2020, 3:58:38 PM10/6/20
to denm...@gmail.com, adwor...@googlegroups.com
Hello,

If you are looking to focus bidding on In-app actions, you can select your bidding strategy goal type as OPTIMIZE_FOR_INSTALL_CONVERSION_VOLUME as mentioned in this documentation. You can then optimize for a set of in-app conversion types using the campaign's selectiveOptimization field.

Regards,
Google Logo
Danica
Google Ads API Team
 


ref:_00D1U1174p._5004Q25ZWEd:ref

denma test

unread,
Oct 7, 2020, 3:37:59 AM10/7/20
to AdWords API and Google Ads API Forum
Okay, thanks. Will check.

denma test

unread,
Oct 7, 2020, 7:16:57 AM10/7/20
to AdWords API and Google Ads API Forum
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:

Google Ads API Forum Advisor Prod

unread,
Oct 7, 2020, 3:26:08 PM10/7/20
to denm...@gmail.com, adwor...@googlegroups.com
Hello,

Can you confirm where you have obtained your setconversionTypeIds? Additionally, can you please provide complete detailed logs to our support alias at googleadsa...@google.com?
Reply all
Reply to author
Forward
0 new messages