I've spent the last day trying to connect to the adwords api and do a
simple getallcampaigns test, but have run into problems and could use
some help.

Here's my situation.  I have a PPC account, lets call "CompanyPPC"
with a client id of "111" and then I created an MCC account,
"CompanyMCC" with an id of "222" so that I could get a developer
token.  I now have the developer token, lets call it "XYZ" but it is
still pending approval.  I am currently trying to do this through the
Sandbox.

What I am trying to do is connect to my company ppc account and view
all the campaigns through the api.  The error I get with my code is
the following.

AuthenticationError.CUSTOMER_NOT_FOUND @ ; trigger:'111'
Service[CampaignService.get]

Here are the values I have in my app.config

    <add key="UserAgent" value="MyCompany"/>
    <add key="ClientCustomerID" value="111" />
    <add key="DeveloperToken" value="XYZ"/>
    <add key="AuthorizationMethod" value="ClientLogin" />
    <add key="Email" value="compancy...@gmail.com"/>
    <add key="Password" value="thepassword"/>
    <add key="LegacyAdWordsApi.Server" value="https://
sandbox.google.com"/>
    <add key="AdWordsApi.Server" value="https://adwords-
sandbox.google.com"/>

One more thing I should note is my mcc account does have linked api
and user interface access to the the ppc account.

Could anyone help point me in the right direction to what I'm doing
wrong here.

Thanks,

Nick

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