Hello,
Thanks for your patience throughout the process. The best way to get
in touch with the developer directly would be to open a bug on
the .NET client library issue tracker explaining the issue (you can
just include a link to this Google Group thread).
http://code.google.com/p/google-api-
Exactly the same problem, do you want me to conact directly the
developer so I can send them my Ids and he can try using the same data
I am using?
On Jul 1, 1:09 pm, AdWords API Advisor
wrote:
> Hello,
>
> The developer responsible for the .NET client library took a look at
> your code, and not
Hello,
The developer responsible for the .NET client library took a look at
your code, and noticed the following:
String[] eMail = new String[] { "sa...@brazilian-cinema.com","" };
Why do you have that extra empty string in your array following your
email address? Could you try removing it?
I used the library
I modified the InfoServiceDemo.cs for v13 to look like:
public override void Run(AdWordsUser user) {
// Get the service.
InfoService service = (InfoService) user.GetService
(ApiServices.v13.InfoService);
// Get the quota for this month.
long usageQuo
Hello,
Would you be able to try using the .NET client library instead of
classes you generate yourself? If there's an issue making the call
with the .NET client library then the maintainer might be able to
resolve it by doing some manipulation under the hood; if there's an
issue with classes tha
I simply added to my c# program the web services
https://adwords.google.com/api/adwords/v13/InfoService?wsdl
and use it directly, works like a charm, here the full code of the
class:
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
using System.Xml;
using System
Hello,
I take that to mean that you're not using the .NET client library
(http://code.google.com/p/google-api-adwords-dotnet/), but rather
generating the code yourself in Visual Studio from the WSDLs?
Cheers,
-Jeff Posnick, AdWords API Team
On Jun 25, 3:41 pm, brazilian-cinema
wrote:
> I am
I am using v13
https://adwords.google.com/api/adwords/v13/InfoService?wsdl
On Jun 25, 2:41 pm, AdWords API Advisor
wrote:
> Hmm, looking though the group's archives, you're definitely not the
> first person to report odd behavior with getUnitCountForClients():
>
> http://groups.google.com/group
Hmm, looking though the group's archives, you're definitely not the
first person to report odd behavior with getUnitCountForClients():
http://groups.google.com/group/adwords-api/browse_thread/thread/27920ecb9c9c4b19
Your current request looks like:
https://adwords.google.com/api/
adwords/v
I did as you suggested but with the same results.
Question in the password field I must use the MCC account password? in
this case I will be distributing my MCC password inside a dll and I do
not like truly the idea.
The new request id is id7ce78a4f93fa4650efbfc64c57112a16
On Jun 24, 3
Hello,
I looked up your request in our logs, and the error is due to the
fact that you're including both your MCC account's email in the
"email" SOAP header, and your AdWords account's email in the
"clientEmail" SOAP header. This causes your call to be made from the
context of your AdWords accou
64bcb44a89f09b137097fa6f39a8c566
On Jun 24, 6:18 am, Zweitze wrote:
> When developing with .NET, you can either use Google's client library,
> or just import the WSDL in your project and work with that. If you did
> the latter (given your code it looks like that) Jeff needs the
> following:
>
>
When developing with .NET, you can either use Google's client library,
or just import the WSDL in your project and work with that. If you did
the latter (given your code it looks like that) Jeff needs the
following:
service1.requestIdValue.Text
This property is set after any call to the Adwords
>
> Could you turn on SOAP logging in the client library that you're
> using, and pass along the value of the "requestId" SOAP response
> header is in the SOAP error message you're getting back? With that
> requestId I should be able to look up your request in our logs and see
> exactly what's ca
Hello Maurizio,
Could you turn on SOAP logging in the client library that you're
using, and pass along the value of the "requestId" SOAP response
header is in the SOAP error message you're getting back? With that
requestId I should be able to look up your request in our logs and see
exactly what
15 matches
Mail list logo