Migration Of AdWords API To Google Ads API Guidance.

2022-03-10 Thread Bikram Bhuyan
Hello Guys,

We are currently using existing "AdWords API" client library for connecting 
to Google Adwords application and in the API we are using the way as 
mentioned 
in 
https://github.com/googleads/googleads-java-lib/blob/master/README.md#getting-started

credential = new OfflineCredentials.Builder() 
.forApi(OfflineCredentials.Api.AdWords) .withClientSecrets(clientId, 
clientSecret) .withRefreshToken(refreshToken) .build() 
.generateCredential();

session = new AdWordsSession.Builder() .withDeveloperToken(developerToken) 
// ... .withOAuth2Credential(credential) .build();

Please note we are using "clientId, clientSecret & refreshToken" way to 
connect to the application.

Right now we are looking to migrate to Google Ads API. I went through all 
the sample code but I am not able to find out what is the alternate way to 
migrate to the new API. 

The article I found which is similar to this is 
-> 
https://developers.google.com/google-ads/api/docs/samples/authenticate-in-desktop-application

But it not using the authentication with "clientId, clientSecret & 
refreshToken" process.

Could someone please guide what is the best way to perform the 
authentication with the new client library.

Thanks,
Bikram.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f8724065-300b-496a-8080-31bb8e11f9abn%40googlegroups.com.


Re: API Guidance.

2010-07-29 Thread AdWords API Advisor
Hi,

The first step to getting access is registering as an AdWords API
developer:

  https://adwords.google.com/support/aw/adwordsapi/bin/answer.py?answer=15104

There is no comprehensive list of features that are and aren't
available in the API, but we aim to provide the same functionality as
the AdWords web interface.

Best,
- Eric Koleda, AdWords API Team

On Jul 29, 4:43 am, Adz  wrote:
> We are looking at Google AdWords API for our website.
>
> What is the actually procedure?
>
> Can we replicate all the AdWords interface into our software? Or is
> there only a certain amount of fields we can populate with our
> software and AdWords is still controlled through the AdWords
> dashboard?
>
> I have looked around the AdWords API and there is no real defining
> details on what we can and can't not do.

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


API Guidance.

2010-07-29 Thread Adz
We are looking at Google AdWords API for our website.

What is the actually procedure?

Can we replicate all the AdWords interface into our software? Or is
there only a certain amount of fields we can populate with our
software and AdWords is still controlled through the AdWords
dashboard?

I have looked around the AdWords API and there is no real defining
details on what we can and can't not do.

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