Hello,
I want to setup campaigns via the api. I am trying to set the campaign to 
Maximize Clicks, however, it doesnt seem to be an option in the PHP library:

The BiddingStrategyType library doesnt have a predefined constant:


   const MANUAL_CPC = 'MANUAL_CPC';
    const MANUAL_CPM = 'MANUAL_CPM';
    const PAGE_ONE_PROMOTED = 'PAGE_ONE_PROMOTED';
    const TARGET_SPEND = 'TARGET_SPEND';
    const TARGET_CPA = 'TARGET_CPA';
    const TARGET_ROAS = 'TARGET_ROAS';
    const MAXIMIZE_CONVERSIONS = 'MAXIMIZE_CONVERSIONS';
    const MAXIMIZE_CONVERSION_VALUE = 'MAXIMIZE_CONVERSION_VALUE';
    const TARGET_OUTRANK_SHARE = 'TARGET_OUTRANK_SHARE';
    const NONE = 'NONE';
    const UNKNOWN = 'UNKNOWN';

   $biddingStrategyConfiguration = new BiddingStrategyConfiguration();
  
 
$biddingStrategyConfiguration->setBiddingStrategyType(BidStrategyType::MANUAL_CPC);
  
 $campaign->setBiddingStrategyConfiguration($biddingStrategyConfiguration);


How do I set the campaign to maximize clicks?

Any help on this is much appreciated.

Thanks,
Rick

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7f2ef2cd-a889-4525-a769-ef869a5bb36b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • ... Rick Simnett
    • ... 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum

Reply via email to