Hi
I would start the process over and get your own tokens and link the
client's account to your MCC account. otherwise, I think you'll keep
running in to problems. You need the following credentials and
information to make request on the API.
DEVELOPER
Developers Token (this is you)
Application Token (this is the app you are developing)
My Client Center Email (Master AdWords account under which you control
subordinate accounts, like your clients)
My Client Center Password (your password)
CLIENT
Client Account Email (your client's AdWords email)
Client ID (your client's AdWords account id)
When developing APIlity apps, you need to authenticate with Google
AdWords web services as the MCC. The reason you are getting the
"Message: Not agreed to latest AdWords Api terms and conditions." is
likely due to your not making request on the API as the right
person.
You need to signup and setup an MCC account first, I don't recall that
process, but it wasn't hard.
Then you can LINK AN EXISTING ACCOUNT which is what you want. To link
your clients accounts to your MCC account, log in to your MCC
account. There, you would insert your clients information.
rwhite35
On Oct 16, 9:37 am, "google.api.adwo...@servo-server.net"
<google.api.adwo
...@servo-server.net> wrote:
> Hi Group,
> I am new to the apility and wonder about the following questions :
> I got a Developer Token from my client that I am doing a job for.
> The Application Token is from an adword account I set up for testing
> purposes.
> Will I get this to work or do I need an Application Token from my
> client as well
> that fits to the Developer Token ?
> If I change the settings to Use_Sandbox = no I get the following
> error :
> Message: Not agreed to latest AdWords Api terms and conditions.
> Who or where do I or the owner of the Developer Token have to agree to
> what ? Cant find
> anything in the adwords settings.
> Last not least. My client wants an online tool that responses with a
> list of keywords given a certain
> classification including the estimated traffic that the keyword
> generates.
> Is this possible using the Apility api ?
> Thanks in advance