Hi Bikram,
I am also very new to Adwords API.
My target is to "Get global or local search result of a keyword via
API".
So my current project is: A textbox in a page, a submit button. In
textbox you can type any keyword and then you will get results after
submitting the button.
How to work on sandbox environment using with testing tokens.
Please provide steps to follow the sandbox.
I'm using the AdWords Sandbox API for the first time. I'm using the
java client library(V201101) to access the API. When I tried calling
the TargetingIdeaService service, I'm getting the
AuthenticationError.NOT_ADS_USER error.
Error:
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
faultSubcode:
faultString: AuthenticationError.NOT_ADS_USER @ ;
trigger:'843246365515' Service[TargetingIdeaService.get]
faultActor:
faultNode:
faultDetail:
{https://adwords.google.com/api/adwords/o/v201101}
ApiExceptionFault:
<ns2:message>AuthenticationError.NOT_ADS_USER @ ;
trigger:'843246365515'
Service[TargetingIdeaService.get]
</ns2:message>
<ns2:ApplicationException.Type>ApiException</
ns2:ApplicationException.Type>
<ns2:errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ns2:AuthenticationError">
<ns2:fieldPath/>
<ns2:trigger>843246365515</ns2:trigger>
<ns2:errorString>AuthenticationError.NOT_ADS_USER</ns2:errorString>
<ns2:ApiError.Type>AuthenticationError</ns2:ApiError.Type>
<ns2:reason>NOT_ADS_USER</ns2:reason>
</ns2:errors>
Please provide me the sample java code for access the SandBox
URL(https://adwords-sandbox.google.com/) .
I'm stuck and not sure what I'm doing wrong. It would be great if
someone could point me in the right direction.
Thanks in advance
Santhosh.A