Mobile App Category Add As A Placement Google Ads API

51 views
Skip to first unread message

cv

unread,
Aug 19, 2019, 8:41:42 AM8/19/19
to AdWords API and Google Ads API Forum
Hi,

How I can add Mobile App Category under Google Ads API as a Manage Placement?

I was using code like this.

$adGroupCriterion = new AdGroupCriterion([
                    'ad_group' => new StringValue(
                            ['value' => ResourceNames::forAdGroup($customerId, $adgroupId)]
                    ),
                    'status' => AdGroupCriterionStatus::ENABLED,
                    'mobile_application' => new MobileAppCategoryInfo([
                        'mobile_app_category_constant' => new StringValue(['value' => 'mobileAppCategoryConstants/60008'])
                            ])
                ]);

Thanks,

cv

unread,
Aug 19, 2019, 11:27:22 AM8/19/19
to AdWords API and Google Ads API Forum
Hi,

This has been solved.

I am able to add Mobile App Category.


Thanks,
Reply all
Reply to author
Forward
0 new messages