googleads / googleads-php-lib

Google Ad Manager SOAP API Client Library for PHP
Apache License 2.0
656 stars 769 forks source link

ProposalLineItemMarketplaceInfo.php is Missing its Methods in v202105 #712

Closed loganbecket closed 3 years ago

loganbecket commented 3 years ago

My application uses the setAdExchangeEnvironment method on the ProposalLineItemMarketplaceInfo class of the ProposalLineItemService. When I upgraded to v202105 from v202102 I received an error that this method does not exist. Upon further investigation it seems that the source file is missing all methods.

The documentation suggests that this method will be sunset in v202108, but that it should still be available in v202105

loganbecket commented 3 years ago

Looks like the solution is to just migrate to the targetedRequestPlatforms method since that is currently available. Disregard, thanks