Re: Environment 'PRODUCTION' does not support version 'v201409'

2016-11-18 Thread manjusha
Hi Danial,

Here are the steps I followed.

1. Installed latest version of google adwords api gem(using a ruby gem).

2. Google ads common gem is using 0.12.5 version which is also updated one.

3. In one of the docs on github it is mentioned if ruby version is lower 
than 2.2.2 then run gem install rack -v 1.6.4.

4. All this was done and tested on development environment also when 
deployed to staging I had no issue with the environment.

5. I was able to refresh the token and use the authentication hash to 
create google adwords api  and create audiences.

6. When deployed to production. I get this 
*AdsCommon::Errors::Error *Environment 'PRODUCTION' does not support 
version 'v201609 - which is the latest version.

Kindly help me understand what is the issue here and how do I resolve this.


On Tuesday, October 20, 2015 at 7:49:17 PM UTC+5:30, Danial Klimkin wrote:
>
> Hello Marlon,
>
>
> Yes, you need to update to the latest gem to be able to use v201509.
>
> I also recommend watching this page to ensure timely update and avoid 
> interruptions:
>
>   https://developers.google.com/adwords/api/docs/sunset-dates
>
>
> -Danial, AdWords API Team.
>
>
> On Monday, October 19, 2015 at 4:25:28 AM UTC+2, Marlon Haniff wrote:
>>
>> Danial,
>>
>> I am having the same issue.  Should we issue this from terminal:
>>
>> gem install --remote google-adwords-api
>>
>>
>> and update all pages affected by the version?
>> Thanks,
>> Marlon
>>
>>
>> On Friday, October 24, 2014 at 8:05:04 AM UTC-4, Ismary Cruz wrote:
>>>
>>> Yes, that was. Thanks!!
>>>
>>> On Friday, October 24, 2014 1:06:48 PM UTC+2, Danial Klimkin wrote:
>>>>
>>>> Hello Ismary,
>>>>
>>>>
>>>> Please make sure to update the google-adwords-api gem to the latest 
>>>> version.
>>>>
>>>>
>>>> -Danial, AdWords API Team.
>>>>
>>>>
>>>> On Friday, October 24, 2014 1:08:05 PM UTC+4, Ismary Cruz wrote:
>>>>>
>>>>> I changed API version to v201409 and got this error, any ideas?
>>>>> *AdsCommon::Errors::Error *Environment 'PRODUCTION' does not support 
>>>>> version 'v201409'
>>>>>
>>>>> Thanks in advance,
>>>>>
>>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9f480cfe-0b2f-4ad4-8f2c-fec3947263c6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Environment 'PRODUCTION' does not support version 'v201409'

2015-10-20 Thread Danial Klimkin
Hello Marlon,


Yes, you need to update to the latest gem to be able to use v201509.

I also recommend watching this page to ensure timely update and avoid 
interruptions:

  https://developers.google.com/adwords/api/docs/sunset-dates


-Danial, AdWords API Team.


On Monday, October 19, 2015 at 4:25:28 AM UTC+2, Marlon Haniff wrote:
>
> Danial,
>
> I am having the same issue.  Should we issue this from terminal:
>
> gem install --remote google-adwords-api
>
>
> and update all pages affected by the version?
> Thanks,
> Marlon
>
>
> On Friday, October 24, 2014 at 8:05:04 AM UTC-4, Ismary Cruz wrote:
>>
>> Yes, that was. Thanks!!
>>
>> On Friday, October 24, 2014 1:06:48 PM UTC+2, Danial Klimkin wrote:
>>>
>>> Hello Ismary,
>>>
>>>
>>> Please make sure to update the google-adwords-api gem to the latest 
>>> version.
>>>
>>>
>>> -Danial, AdWords API Team.
>>>
>>>
>>> On Friday, October 24, 2014 1:08:05 PM UTC+4, Ismary Cruz wrote:
>>>>
>>>> I changed API version to v201409 and got this error, any ideas?
>>>> *AdsCommon::Errors::Error *Environment 'PRODUCTION' does not support 
>>>> version 'v201409'
>>>>
>>>> Thanks in advance,
>>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0d6701d4-20a9-4889-97f7-c3a6fa081bad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Environment 'PRODUCTION' does not support version 'v201409'

2015-10-18 Thread Marlon Haniff
Danial,

I am having the same issue.  Should we issue this from terminal:

gem install --remote google-adwords-api


and update all pages affected by the version?
Thanks,
Marlon


On Friday, October 24, 2014 at 8:05:04 AM UTC-4, Ismary Cruz wrote:
>
> Yes, that was. Thanks!!
>
> On Friday, October 24, 2014 1:06:48 PM UTC+2, Danial Klimkin wrote:
>>
>> Hello Ismary,
>>
>>
>> Please make sure to update the google-adwords-api gem to the latest 
>> version.
>>
>>
>> -Danial, AdWords API Team.
>>
>>
>> On Friday, October 24, 2014 1:08:05 PM UTC+4, Ismary Cruz wrote:
>>>
>>> I changed API version to v201409 and got this error, any ideas?
>>> *AdsCommon::Errors::Error *Environment 'PRODUCTION' does not support 
>>> version 'v201409'
>>>
>>> Thanks in advance,
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d22a2cdc-e8d1-4c70-900c-6e7dd5209b39%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Environment 'PRODUCTION' does not support version 'v201409'

2014-10-24 Thread Danial Klimkin
Hello Ismary,


Please make sure to update the google-adwords-api gem to the latest version.


-Danial, AdWords API Team.


On Friday, October 24, 2014 1:08:05 PM UTC+4, Ismary Cruz wrote:

 I changed API version to v201409 and got this error, any ideas?
 *AdsCommon::Errors::Error *Environment 'PRODUCTION' does not support 
 version 'v201409'

 Thanks in advance,


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c8b9080d-fec2-4d0d-8257-b98c122dae73%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Environment 'PRODUCTION' does not support version 'v201409'

2014-10-24 Thread Ismary Cruz
Yes, that was. Thanks!!

On Friday, October 24, 2014 1:06:48 PM UTC+2, Danial Klimkin wrote:

 Hello Ismary,


 Please make sure to update the google-adwords-api gem to the latest 
 version.


 -Danial, AdWords API Team.


 On Friday, October 24, 2014 1:08:05 PM UTC+4, Ismary Cruz wrote:

 I changed API version to v201409 and got this error, any ideas?
 *AdsCommon::Errors::Error *Environment 'PRODUCTION' does not support 
 version 'v201409'

 Thanks in advance,



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8a310295-e201-4fa7-b340-896c1ddae712%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.