Hello,

It looks like you're using the Java library. If that's true, you can find 
information about logging here 
<https://github.com/googleads/googleads-java-lib#how-do-i-enable-logging>.

Other libraries should also have instructions on how to enable logging for 
that specific library, if I'm mistaken.

You want to make sure you log all the SOAP, and then attach the request and 
response here.

If you still can't get that working, then at least telling me the error 
message you're seeing might help me identify the issue. If I had to guess, 
I'd say that you may not have set up your ads.properties 
<https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/resources/ads.properties>
 
file correctly.

Regards,
Mike, AdWords API Team

On Wednesday, January 7, 2015 1:07:03 PM UTC-5, samuel...@gfrmedia.com 
wrote:
>
> Hello Michael, and thank you for your fast response.
>
> I am kinda noob maybe, at least, in this environment, so I am not sure how 
> to accomplish what you are asking me to do. 
>
> Let's see... this is an example of my code, in it's simplest form:
>
> AdWordsUser user = new AdWordsUser();
>
>             CampaignService campaignService = (CampaignService)user.
> GetService(AdWordsService.v201409.CampaignService);
>
> var campaignInfo = campaignService.query("SELECT CampaignId,CampaignName"
> );
>
> The last line is the one that breaks with the exception. How can I see the 
> request right there? Or what you are asking me to do is to do a request in 
> Curl like this one? 
> <https://developers.google.com/adwords/api/docs/guides/soap>
>
> O will be waiting for your reply. Thank you again.
>
> On Wednesday, January 7, 2015 1:25:47 PM UTC-4, Michael Cloonan (AdWords 
> API Team) wrote:
>>
>> Hello,
>>
>> In order to help, I need to see the specific error message you're seeing. 
>> Can you please provide the SOAP request and response so I can take a look 
>> at what's happening? Please make sure to remove any private information.
>>
>> Regards,
>> Mike, AdWords API Team
>>
>> On Wednesday, January 7, 2015 11:08:38 AM UTC-5, samuel...@gfrmedia.com 
>> wrote:
>>>
>>> Hi...
>>>
>>> I am getting this exception when I try to do a basic query using AWQL to 
>>> get some campaign info. A credit card was used in the billing info for the 
>>> production account, and the Terms and Conditions were accepted, obviously. 
>>> However, in the test account, I have no option to enter nor edit any 
>>> billing information, which I don't really know if is the reason for the 
>>> exception. I am working in a project where we are in rush to get access of 
>>> some campaign info using the API, and these exceptions are getting really 
>>> frustrating.
>>>
>>> I have checked others topics about the same problem, but without avail. 
>>> There is no clear answer for this one. Please help >_>
>>>
>>> Thank you
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a6eccdf9-26d6-4314-99dc-170465325b81%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to