I just ran into this issue myself today.  You apparently have to make
a call to GetCampaignService first just to initialize your sandbox
account.  My understanding (though I haven't even gotten so far as
testing this latter part out) is that once you've done this you can
cut out the call and just move on as your account will  be set up.

<?
// assumes $user is already set with "new AdWordsUser()"
$CampaignService = $user->GetCampaignService('v201008');
$CampaignSelector = new CampaignSelector();
$CampaignService->get($CampaignSelector); // this initializes your
sandbox account, you can ignore the result
?>

On Feb 9, 4:09 pm, Bob <infohud...@gmail.com> wrote:
> Hello,
>
> First, let me say I've read through the forum, the knowledge base
> references provided in some links and can't seem to find an answer to
> my issue.
>
> I'm trying to utilize the "aw_api_php_lib_2.4.1" with examples in
> order to access the AdWords API for working with "related keywords".
> I am trying to use the sandbox first...
>
> My auth.ini:
> ----------------------------------------------------------------------
> email = "info**...@gmail.com"
> password = "**********"
> userAgent = "*****'s Test User Agent"
> applicationToken = "ignored"
> developerToken = "info****...@gmail.com++USD"
>
> ; Uncomment to make requests against a client account.
> clientId = "client_1+info*****...@gmail.com"
> ----------------------------------------------------------------------
>
> I have set the default server in the settings.ini per instructions for
> sandbox usage:
> DEFAULT_SERVER = "https://adwords-sandbox.google.com";
>
> Please tell me what I'm missing here so I can get back on track.
>
> Much thanks,
> Bob

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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

Reply via email to