googleads-php-lib
googleads-php-lib copied to clipboard
Fix URL parameter type in CreateSites example
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.