Martialdelastic / google-api-adwords-php

Automatically exported from code.google.com/p/google-api-adwords-php
Apache License 2.0
0 stars 0 forks source link

Campaign name limit 128 bytes instead of 128 characters #72

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Which version of the library are you using?
2.7.2

Which version of PHP are you using?
5.3.1-0.dotdeb.1

What steps will reproduce the problem?
Adding new Campaign

What do you see instead?
CampaignError.INVALID_CAMPAIGN_NAME

<ns1:name>ym - Электроника - Мобильная 
электроника - Автомобильные 
видеорегистраторы</ns1:name>

Original issue reported on code.google.com by imediamo...@gmail.com on 21 Mar 2012 at 9:47

GoogleCodeExporter commented 8 years ago
This is not an issue with the PHP client library, but the API itself.  I can 
confirm that the limit is 128 bytes (using UTF-8 encoding) and we're working on 
updating our documentation.

Original comment by ekoleda+devrel@googlers.com on 21 Mar 2012 at 6:50

GoogleCodeExporter commented 8 years ago
Hi Eric. So that wouldn't be 128 characters, just bytes?

Original comment by imediamo...@gmail.com on 22 Mar 2012 at 9:13

GoogleCodeExporter commented 8 years ago
That's correct, the limit is 128 bytes.

Original comment by ekoleda+devrel@googlers.com on 22 Mar 2012 at 3:29