You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was checking Upload offline conversion, but I am unable to run this API request due to the below error.
** syntax error, unexpected '|', expecting ';' or '{' in /vendor/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V14/ServiceClientFactoryTrait.php **
I am sharing an example url which I was trying for the offline conversion.
Here is the link:
google-ads-php with version v20.1.0:
V14
Your environment: PHP 7.4
I was checking Upload offline conversion, but I am unable to run this API request due to the below error.
** syntax error, unexpected '|', expecting ';' or '{' in /vendor/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V14/ServiceClientFactoryTrait.php **
I am sharing an example url which I was trying for the offline conversion.
Here is the link:
google-ads-php/examples/Remarketing/UploadOfflineConversion.php
Lines 162 to 249 in 3220506
https://developers.google.com/google-ads/api/docs/conversions/upload-clicks
**Steps to reproduce: Just use above example in your php file and try to record upload Offline conversion **
Expected behavior: API should run successfully and conversion should record.
** Actual Result: Got below error
syntax error, unexpected '|', expecting ';' or '{' in /vendor/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V14/ServiceClientFactoryTrait.php **
The text was updated successfully, but these errors were encountered: