Hi Team, I'm creating* google responsive display ad v8 php*. Bidding strategy can be set 2 ways either manual CPC & Maximize conversions(Auto bid strategy).
$campaign = new Campaign([ 'name' => $_POST['campaignName'], 'advertising_channel_type' => AdvertisingChannelType:: *SEARCH*, 'status' => CampaignStatus::ENABLED, // Sets the bidding strategy and budget. *'manual_cpc' => new ManualCpc(),* 'campaign_budget' => $budgetResourceName, 'network_settings' => $networkSettings, 'start_date' => $_POST['startDate'], 'end_date' => $_POST['endDate'] ]); 1. I have set manual bid using *'manual_cpc' => new ManualCpc()* this. but I can't set automatic bid (Maximize convesions). Pls let me know how I can implement automatic bid strategy. After creating campaign from google web UI following bidding strategy displayed: [image: bidding auto-max.png] But when I tring to remove 'manual_cpc' & replace 'enhanced_cpc' => new EnhancedCpc(), its giving error even for MaximizeConversionValue(). 2. Also pls let me know AdvertisingChannelType::*SEARCH. *I have to update for *DISPLAY. *Let me know How i can change search campaign for Display because in campaign list its showing Search type not display. [image: camp list.png] But whenver ad can be generated from php api it showing responsive display ad. [image: ad list.png] Regards, Amol -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/3634ff2e-3147-4c7d-9d8a-2186435321e0n%40googlegroups.com.