1. Unable to GET and POST :
Locations.
Attached Snapshots.
2. Also, getting an error: INVALID_ANONYMOUS_BIDDING_STRATEGY_TYPE
BiddingStrategyConfiguration biddingStrategyConfiguration = new BiddingStrategyConfiguration();
biddingStrategyConfiguration.setBiddingStrategyType(BiddingStrategyType.MAXIMIZE_CONVERSION_VALUE);
campaign.setBiddingStrategyConfiguration(biddingStrategyConfiguration);
I checked by doing GET on Successfully Created Campaigns using Adwords UI and found this value:
BiddingStrategyConfiguration{biddingStrategyType=MAXIMIZE_CONVERSION_VALUE}
which is exactly same as I am coding.
This error does not occur by using other strategies MAXIMIZE_CONVERSIONS, TARGET_ROAS, TARGET_CPA although all have similiar structure.
Gagan