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
Hi,
Thanks in advance, can you please explaine me to update any of the
account information through C#.
Actually i created on accountinfo object and call the
updateAccountInfo with the previously created accountinfo as parameter
but it successfully updated but if i again read the account details
using getAccountinfo method it won't give the updated value, so can
you help me to get it.
Thnanks,
kumara
AdWords API Advisor
unread,
Mar 5, 2008, 1:58:30 PM3/5/08
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
Hello Kumara,
You say that the updateAccountInfo call successfully updated the
account, but are you sure about that? And if so, do you see the
changes reflected in the AdWords web interface but not in subsequent
calls to getAccountInfo?
Based on what you describe it sounds like the updateAccountInfo call
didn't actually do what you intended it to do. It would be helpful if
you could provide a SOAP trace of the underlying request and response
messages for your updateAccountInfo call, with any sensitive account,
password and token information X-ed out. The SOAP trace should
indicate whether the call was made correctly and whether it was
properly acknowledged by the API SOAP service.
Cheers,
-Jeff Posnick, AdWords API Team
s
unread,
Mar 5, 2008, 11:11:24 PM3/5/08
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
Thanks,
I have attached the log file content which contains the
request and response as given below. please inform me whether any
samples available on this updateaccountinfo method on the api
developer centere.
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
Hello,
The SOAP trace that you provided shows that you are making a
getKeywordVariations call in the Sandbox environment. That's obviously
different from your stated goal of updating account info.
First off, be sure that you understand the difference between the
production and Sandbox environment. The Sandbox environment is
documented at
If you are programming in C# then the AdWordsUser.useSandbox() method
call toggles on the Sandbox environment, and it sounds like that's
what you have in the code you're running.
We don't have a specific C# example of the updateAccountInfo()
method, but there is an example of getAccountInfo() that follows the
same usage pattern at
Just be sure that if you're trying to modify an account in the
production environment that you are supplying production credentials
and tokens and that you don't have a useSandbox() call in your code.