I've understood it and doing it the way I think it should be. But there is still error, can you please see my code again which I had mentioned in the last reply, and tell me what am i doing wrong? Thank you.
On Friday, August 9, 2019 at 10:49:01 AM UTC+5, adsapiforumadvisor wrote: > > Hi Imran, > > Thank you for providing the further details. > > You may refer to this guide > <https://developers.google.com/adwords/api/docs/reference/v201809/CampaignService.UniversalAppCampaignInfo> > for > more details about the UniversalAppCampaignInfo type and try to implement > similar code below: > > UniversalAppCampaignInfo appCampaignInfo = new UniversalAppCampaignInfo(); > appCampaignInfo.biddingStrategyGoalType(INSERT_TYPE_HERE); > appCampaignInfo.setAppId(INSERT_ID_HERE); > appCampaignInfo.setAppVendor(INSERT_VENDOR_HERE); > > Campaign campaign = new Campaign(); > campaign.setName("INSERT_CAMPAIGN_NAME_HERE"); > campaign.setStatus(CampaignStatus.PAUSED); > campaign.setUniversalAppCampaignInfo(appCampaignInfo); > > Please let me know if you have further clarifications. > > Regards, > Hiroyuki > Google Ads API Team > > > ref:_00D1U1174p._5001UEIDGf:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/879735ad-4232-4485-92bb-e7b76ebd9961%40googlegroups.com.