RE: Upgrade version

2021-10-01 Thread Google Ads API Forum Advisor
Hello Everyone,

Thank you for reaching out to us.

With regard to migrating to the latest API version, please refer to this guide 
instead. You can also check on this Versioning guide for additional details.

Regards,

Mark Kevin Albios
Google Ads API Team
ref:_00D1U1174p._5004Q2OVThG:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/TjnDf0R0AJCW00kpIIk4GyQdafZPXJL3wTsQ%40sfdc.net.


Re: Upgrade version

2021-09-30 Thread Cetin Imre
I was related to Java Client, There should be the same way you can get it 
Perhaps for the other clients as well. 

On Thursday, September 30, 2021 at 4:03:57 PM UTC+2 Jay wrote:

> Hi, 
> Can you elaborate on how and where i need to execute this command please?
>
> On Thursday, September 30, 2021 at 5:32:37 PM UTC+4 
> cetin...@visual-meta.com wrote:
>
>> Hi,
>>
>> Basically, You should be able to change your client version like below as 
>> samples.
>>
>> GoogleAdsClient.newBuilder
>> ().fromProperties(properties).build().getLatestVersion()
>> GoogleAdsClient.newBuilder
>> ().fromProperties(properties).build().getVersion7()
>> GoogleAdsClient.newBuilder
>> ().fromProperties(properties).build().getVersion8()
>>
>> Best,
>> Cetin
>>
>> On Thursday, September 30, 2021 at 3:09:29 PM UTC+2 Jay wrote:
>>
>>> Can someone help me understand what i need to do to upgrade my google 
>>> version from 6 to 8 please? Because non of my calls are working and google 
>>> response is version 6 has been deprecated. Using google ads api 
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/5a567555-ea3b-4ba6-9066-cd05a94a3647n%40googlegroups.com.


Re: Upgrade version

2021-09-30 Thread Jay
Hi, 
Can you elaborate on how and where i need to execute this command please?

On Thursday, September 30, 2021 at 5:32:37 PM UTC+4 
cetin...@visual-meta.com wrote:

> Hi,
>
> Basically, You should be able to change your client version like below as 
> samples.
>
> GoogleAdsClient.newBuilder
> ().fromProperties(properties).build().getLatestVersion()
> GoogleAdsClient.newBuilder
> ().fromProperties(properties).build().getVersion7()
> GoogleAdsClient.newBuilder
> ().fromProperties(properties).build().getVersion8()
>
> Best,
> Cetin
>
> On Thursday, September 30, 2021 at 3:09:29 PM UTC+2 Jay wrote:
>
>> Can someone help me understand what i need to do to upgrade my google 
>> version from 6 to 8 please? Because non of my calls are working and google 
>> response is version 6 has been deprecated. Using google ads api 
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/a4718183-4252-415e-b694-0adaacc89dc0n%40googlegroups.com.


Re: Upgrade version

2021-09-30 Thread Cetin Imre
Hi,

Basically, You should be able to change your client version like below as 
samples.

GoogleAdsClient.newBuilder
().fromProperties(properties).build().getLatestVersion()
GoogleAdsClient.newBuilder
().fromProperties(properties).build().getVersion7()
GoogleAdsClient.newBuilder
().fromProperties(properties).build().getVersion8()

Best,
Cetin

On Thursday, September 30, 2021 at 3:09:29 PM UTC+2 Jay wrote:

> Can someone help me understand what i need to do to upgrade my google 
> version from 6 to 8 please? Because non of my calls are working and google 
> response is version 6 has been deprecated. Using google ads api 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/e8d97956-aea0-4391-b43f-0c8a79d2f160n%40googlegroups.com.


Upgrade version

2021-09-30 Thread Jay
Can someone help me understand what i need to do to upgrade my google 
version from 6 to 8 please? Because non of my calls are working and google 
response is version 6 has been deprecated. Using google ads api 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/c3e94ee9-c8cc-48e5-87f0-714758d47a44n%40googlegroups.com.