Re: Add mobile application criterion for campaign

2015-07-29 Thread Umesh Dengale
Hello, For MobileApplication object, the id field shouldn't be require

Re: Add mobile application criterion for campaign

2015-07-27 Thread anirudh . k
Hi, The native app Id for whatsapp is com.whatsapp . I picked this up from the adwords interface after a lookup. Plus the error says I require an Id. Referring to criterion object's Id. On Tuesday, July 28, 2015 at 2:22:35 AM UTC+5:30, Umesh Dengale wrote: > > Hello, > > The appId >

Re: Add mobile application criterion for campaign

2015-07-27 Thread Umesh Dengale
Hello, The appId - consists of{platform}-{platform_native_id} where platform is "1" for iOS apps and "2" for Android. For Android, the native identifier is the application's pac

Add mobile application criterion for campaign

2015-07-27 Thread anirudh . k
I'm trying to add a mobile application criterion at campaign level CampaignCriterion mobileApp = new CampaignCriterion(); mobileApp.campaignId = objCampaign.SearchEngineCampaignId.Value; mobileApp.criterion = new MobileApplication(){appId = "2-com.whatsapp", };