Hey Anash,
  Are you required to set the bids field when instantiating 
the BiddingStrategyConfiguration object ?

https://developers.google.com/adwords/api/docs/reference/v201302/CampaignService.BiddingStrategyConfiguration

The documentation says that bids cannot be set at the campaign level.  I 
tried setting it with an empty array but that did not work :

my (@bids) = ();

    my $biddingStrategyConfiguration2 = 
Google::Ads::AdWords::v201302::BiddingStrategyConfiguration->new(
        biddingStrategyType => "MANUAL_CPC",
        biddingScheme => 
Google::Ads::AdWords::v201302::ManualCpcBiddingScheme->new({
          enhancedCpcEnabled => 0,
        }),
        bids => \@bids
    );

Can you provide any insight?

-Etienne

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to