Hey Anash,

  I noticed that in my request the campaign object had an empty 
biddingStrategyConfiguration field :

<name>API Upgrade Test Campaign - 
1366653343</name><status>ACTIVE</status><startDate>20130422</startDate><budget><budgetId>147548118</budgetId></budget><settings
 
xsi:type="GeoTargetTypeSetting" 
><positiveGeoTargetType>DONT_CARE</positiveGeoTargetType><negativeGeoTargetType>DONT_CARE</negativeGeoTargetType></settings><settings
> 
xsi:type="KeywordMatchSetting" 
><optIn>false</optIn></settings><networkSetting><targetGoogleSearch>true</targetGoogleSearch><targetSearchNetwork>true</targetSearchNetwork><targetContentNetwork>false</targetContentNetwork><targetPartnerSearchNetwork>false</targetPartnerSearchNetwork></networkSetting><biddingStrategyConfiguration></biddingStrategyConfiguration>

However, I followed this example :

https://code.google.com/p/google-api-adwords-perl/source/browse/tags/current/examples/v201302/basic_operations/add_campaigns.pl

and set the biddingStrategyConfiguration field like this :

# Bidding strategy (required).
      biddingStrategyConfiguration =>
          Google::Ads::AdWords::v201302::BiddingStrategyConfiguration->new({
            biddingStrategyType => "MANUAL_CPC",
            # You can optionally provide a bidding scheme in place of the 
type.
            biddingScheme =>
                Google::Ads::AdWords::v201302::ManualCpcBiddingScheme->new({
                  enhancedCpcEnabled => 0,
                })
          }),
Is the documented example incorrect?

-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