We updated the Google Ads API Version from V2 to V3 via the composer.
(We use this API in the PHP system.)
Before updated, our system went well.
However after updated, our system using this API says "segmentation fault".
The below is the code when occurs the error.
```
// We set the API setting
Thank you for your answer.
According to your answer, I tried updating the image with AdSerivce.
The code I made is below :
$newImageAd = new ImageAdInfo();
$newImageAd->setData(new BytesValue(['value' =>
file_get_contents($pathTgt)]));
$updatedAd = new Ad([
'resource_na
Hi.
We tried updating ImageAd's image via the GoogleAdsAPI with the following
code:
```
$adGroupAd = new AdGroupAd([
'resource_name' => ResourceNames::forAdGroupAd(GOOGLE_ADS_CUSTOMER_ID,
$paramAd->getAdGroup()->getId()->getValue(),
$paramAd->getAdGroupAd()->getAd()->getId()->getValue()),