You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
When I attempt to add a URL with a single quote through the SOAP API I
get:
"This is not a valid destination URL"
However when I add it using Google's Adwords interface is doesn't
complain a bit. I'm escaping everything correctly in the SOAP call.
Has anyone run into this type of problem?
Kostas
unread,
Aug 3, 2005, 8:44:20 AM8/3/05
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Yeah, for some reason the API doesn't like it even though it's perfectly valid character (it doesn't need to be encoded). You should encode it as %27
Bob B.
unread,
Aug 3, 2005, 12:07:26 PM8/3/05
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
XML doesn't require that the apostrophe be encoded at all. Though, even when I do encode it, the SOAP API won't accept it. I get back the, oh so explanatory, "try again later" error.
Kostas
unread,
Aug 3, 2005, 12:37:45 PM8/3/05
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
I have been able to upload URLs with single quotes as long as they are encoded as %27. I think this is a different error you are getting now. If you post the full XML of your request and the response (with blanked out password and dev token!) we might be able to help you out.
Bob B.
unread,
Aug 3, 2005, 1:55:59 PM8/3/05
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
I absolutely agree. It's just nicer if they agree. Especially if you have some users that look at the Google Adwords interface and say, "What's going on, the urls are different on some".