googleads-php-lib icon indicating copy to clipboard operation
googleads-php-lib copied to clipboard

Fix URL parameter type in CreateSites example

Open alexsevio opened this issue 3 months ago • 1 comments

There was an issue in the example that forced the URL into an integer value. The API response returned “invalid URL.” After removing the intval(), everything works as expected.

alexsevio avatar Nov 13 '25 12:11 alexsevio