Hi,
 We have Migrated Adwords to GoogleAds api . In Google Ads api we used      
'DISPLAY_SMART_CAMPAIGN  ' as campaign Type.  In this campaignType we 
used TargetCPA(defaultOne) as bidStrategy.Instead of TargetCPA I need to 
use Maximum conversions.How to use bidstrategy as Maximum conversions.

I have attached the code below for your reference

Code:
   Campaign campaign = Campaign.newBuilder().setName(campaignName)
.setStatus(CampaignStatus.ENABLED)
.setAdvertisingChannelType(AdvertisingChannelType.DISPLAY)
.setTargetCpa(TargetCpa.newBuilder().setTargetCpaMicros(5000000).build()
.setCampaignBudget(budgetResourceName)
.setStartDate(startDate).setEndDate(endDate).build();

Thanks&Regards
Rubanselva v

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/e640b683-0e07-43ae-a953-2054b4a229fdn%40googlegroups.com.

Reply via email to