Re: ServicedAccountService - failed to get account information for some accounts (getting an empty account)

2012-01-31 Thread Dr.g.
; AdWords API Team > > > > > > > > On Tuesday, January 31, 2012 1:11:28 AM UTC-5, Dr.g. wrote: > > > Hey Kevin, > > > So if I'm getting it right. > > I should get the campaign list. > > if the account don't have a campaign I should add a dummy campai

Re: InfoService v201109 error

2012-01-31 Thread Dr.g.
O.k. I will, Thanks again for the help On Jan 31, 11:56 pm, Eric Koleda wrote: > Hi, > > We are currently working on a solution that will allow the fetching of data > for unlinked accounts.  Please watch the blog for an announcement. > > Best, > - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: ServicedAccountService - failed to get account information for some accounts (getting an empty account)

2012-01-30 Thread Dr.g.
Hey Kevin, So if I'm getting it right. I should get the campaign list. if the account don't have a campaign I should add a dummy campaign to it Then download the campaign performance report. and remove the dummy campaign (cause I'm sure my user wouldn't want it). This seems to much work for such

Re: InfoService v201109 error

2012-01-30 Thread Dr.g.
Hey Eric, Thanks for the reply, But what about unlinked accounts? how can I get their currency code and account name when the accountService from V13 will sunset? Thanks. On Jan 30, 8:50 pm, Eric Koleda wrote: > Hi Roee, > > The ServicedAccountService only works on accounts that are linked to

Re: ServicedAccountService - failed to get account information for some accounts (getting an empty account)

2012-01-28 Thread Dr.g.
lds > are available in the Campaign Performance Report. > > - Kevin Winter > AdWords API Team > > > > > > > > On Tuesday, January 24, 2012 2:12:08 AM UTC-5, Dr.g. wrote: > > > Hey Anash, > > > Thank you for you quick response. > > >

Re: ServicedAccountService - failed to get account information for some accounts (getting an empty account)

2012-01-25 Thread Dr.g.
Still not working, Help! On Jan 24, 9:12 am, "Dr.g." wrote: > Hey Anash, > > Thank you for you quick response. > > Unfortunately it didn't help. > I tried to remove the ClientCustomerId from the header, but got the > same result. > Also I could not benef

Re: ServicedAccountService - failed to get account information for some accounts (getting an empty account)

2012-01-25 Thread Dr.g.
Help ! Still can't figure out what to do... On Jan 24, 9:12 am, "Dr.g." wrote: > Hey Anash, > > Thank you for you quick response. > > Unfortunately it didn't help. > I tried to remove the ClientCustomerId from the header, but got the > same result. >

Re: ServicedAccountService - failed to get account information for some accounts (getting an empty account)

2012-01-23 Thread Dr.g.
Hey Anash, Thank you for you quick response. Unfortunately it didn't help. I tried to remove the ClientCustomerId from the header, but got the same result. Also I could not benefit from the code you post a link to. It help retrieving the ClientCostumerId using the user e-mail. But I have both the

Re: ServicedAccountService - failed to get account information for some accounts (getting an empty account)

2012-01-23 Thread Dr.g.
t which have not finish the payment adjustments are not valid from ServicedAccountService ? if so, it's a big change from the V13 AccountService. Thanks, Roee. On Jan 22, 5:59 pm, "Dr.g." wrote: > Hey, > > I am using ServicedAccountService to receive some data for a new > acco

Re: InfoService v201109 error

2012-01-23 Thread Dr.g.
Hey, It may be related bug, but I obtain the CustomerId from my client then use it to create AuthToken. but when using it in the ServicedAccountService I'm getting an empty account in return. Is there a limitation on ServicedAccountService compering to the old AccountService in terms of which acco

ServicedAccountService - failed to get account information for some accounts (getting an empty account)

2012-01-22 Thread Dr.g.
Hey, I am using ServicedAccountService to receive some data for a new account that want to get service by my web application. The data I need from this service is: CompanyName and currencyCode. As previously told, I now ask my user to provide his CustomerId. That's is working good for some account

Re: getting signature_invalid when asking for requestToken

2011-12-26 Thread Dr.g.
Problem found. the URL in the baseString was lower case... Peace. On Dec 26, 4:45 pm, "Dr.g." wrote: > Hey, > > I'm keep getting this error with no idea what's wrong. this is what i > do: > > //private function in use >

getting signature_invalid when asking for requestToken

2011-12-26 Thread Dr.g.
Hey, I'm keep getting this error with no idea what's wrong. this is what i do: //private function in use private static byte[] encode(String val) { MemoryStream ms = new MemoryStream(); StreamWriter sw = new StreamWriter(ms,Encoding.ASCII ); sw.Write(v

Re: From "AccessToken" to "Authorization Header"

2011-12-20 Thread Dr.g.
Not there yet, but I would like to know if it's possible too. Good question. On Dec 19, 6:36 pm, Edward Bells wrote: > hello Adwords people, > > taking AccessToken from my DB that looks like this: >     type:             Access >     token:           "XX" >     se

Re: (500) Internal Server Error - KEYWORDS_PERFORMANCE_REPORT

2011-12-19 Thread Dr.g.
unfortunately no where... On Dec 19, 2:07 pm, Marijn wrote: > Where else can I get support on this? > > On 9 nov, 14:59, Marijn wrote: > > > > > > > > > Hi there, > > > We're using the .NET Client Lib v13.0.0 to download Ad Hoc reports > > from the v201109 API. On one single account the > > KEYW

Re: Making SOAP request in C#. Offline, not on a web application.

2011-12-18 Thread Dr.g.
tpContext.Current == null What am I missing ? Thanks. On Dec 18, 12:10 pm, "Dr.g." wrote: > Dear Anash, > > Thanks for the help. > > I've seen this example but unfortunately it's not applicable for my > situation. > I'm working in C# and I use th

Re: Making SOAP request in C#. Offline, not on a web application.

2011-12-18 Thread Dr.g.
Dear Anash, Thanks for the help. I've seen this example but unfortunately it's not applicable for my situation. I'm working in C# and I use the WSDL structure to create the SOAP request manually since using the Client Library have some over head I'm trying to avoid. So far, when I needed a servic

Re: AccountService is only available on a whitelist basis

2011-12-15 Thread Dr.g.
Hey Danial, Same problem here. Thanks, R.g. On Dec 15, 2:33 pm, Kraszi wrote: > Hi Danial, > > We're in the same situation as Carlinda. > I've just checked ServicedAccountService you mentioned. API > documentation says that dateTimeZone field is not provided by > ServicedAccountService. Why is

using clientCustomerId instead of clientEmail, but what about the AuthToken?

2011-12-14 Thread Dr.g.
I thought that the change will required me to ask the user for his clientCustomerId instead of clientEmail. But actually I need to ask him for both new because I still need his eMail to create the AuthToken. Am I missing anything? Thanks, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: (API) Does audience have destination URL?

2011-12-12 Thread Dr.g.
Somebody? Anybody? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to