Hello,
I am a developer testing the google ad's api. I set up both a Production
Manager account and Test Manager account successfully. I was able to
successfully perform oauth and retrieve a list of customers using the
following endpoint.
https://googleads.googleapis.com/v2/customers:listAcces
Well, this works for Umlaute
äöüÄÖÜß8901234567890123456789012345 -> OK with '..' instead of
'..'.
But it didn´t work with €.
€2345678901234567890123456789012345
goes to
?2345678901234567890123456789012345
Perhaps it is the limitation of the sandbox. I will try it in real.
Thank You so far.
Sorry, but the problem is not solved, as I thought.
New Test:
12345678901234567890123456789012345 works
ä2345678901234567890123456789012345 works not -> Error: New text ad
was not created due to the following policy violations: Detail: The
line is too wide.
ä23456789012345678901234567890
No, I just use the templates from google and nusoap as provided on
http://www.google.com/apis/adwords/php.html
In the meantime, I have seen, that umlaute works fine, just the
doublbye euro-sign is
reducing the length of the fields according to the adword guidelines
for doublebyte characters.
Yes
I have solved the problem, that I can´t add ÄÖÜäöüß and € directly to
text ads with this:
$string = str_replace('Ä', 'Ä', $string);
$string = str_replace('Ö', 'Ö', $string);
$string = str_replace('Ü', 'Ü', $string);
$string = str_replace('ß', 'ß', $string);
$str
Hello,
I have set up a new google-account. This is an empty account and
there are no adword clients, so I can´t access the adwords GUI.
If I can´t access the adwords GUI, I can´t order a separate developer
token for this account.
When I use the existing developer token with the new email/password
Hello,
thanks for Your answer. If I understand it right, it is not possible
to use sandbox clients in an existing account containing
real clients? It must be a complete new and empty account?
--~--~-~--~~~---~--~~
You received this message because you are subscribe