Hi Imran,

Thank you for providing the further details.

You may refer to this guide 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c1OeU000000000000000000000000000000000000000000000PVYG5G00LsND7H1CRbi2g_V84UlQTA%40sfdc.net.

Reply via email to