Re: Exception of type 'Google.Api.Ads.AdWords.Lib.AdWordsCredentialsExpiredException' when trying to download report

2015-04-27 Thread Rocky Jaiswal
The Adwords OAuth token have a certain expiry time. Are you sure that locally you have fresh tokens and on the prod servers you are not somehow using old tokens. On prod you can log the token issued_at timestamp to check this (just a suggestion). Thanks, Rocky On Monday, 27 April 2015 11:27:3

Re: Get Website URL where my ad is displayed

2015-03-11 Thread Rocky Jaiswal
Hi Ronak, I think what Josh already suggested you need to do some reading on the documentation for ValueTrack params and try some experiments. Also you can post on the Adwords Community forum yourself, Josh cannot do your work for you. Thanks. On Wednesday, 11 March 2015 06:23:16 UTC+1, MCC T

Re: Unable to fetch the PromotionLine for a Shopping Campaign Ad Group

2015-02-24 Thread Rocky Jaiswal
Thanks Josh, I was actually messing up the queried Adgroup Id and made a wrong assumption regarding the PromotionLine (that it should be nil instead of not even the hash key being there in the response). Sorry to waste your time. Thanks for looking into the AdType selector. Regards, Rocky --

Unable to fetch the PromotionLine for a Shopping Campaign Ad Group

2015-02-23 Thread Rocky Jaiswal
Hi Fellow Devs, Below is my sample code to fetch the AdGroup Ad for a Shopping Campaign setup - def fetch_ad_group_ad(ad_group_id) selector = { fields: [ 'Status', 'PromotionLine' ], predicates: [

Re: Shopping Campaigns - Is there a way to fetch Product Feed data / metadata

2015-02-20 Thread Rocky Jaiswal
Thanks Josh for the quick response. Regards, Rocky -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You recei

Shopping Campaigns - Is there a way to fetch Product Feed data / metadata

2015-02-20 Thread Rocky Jaiswal
Hi All, I am trying to fetch any information I can get about the Product Feed which is linked to my Adwords Shopping Campaign/s however I cannot find any way to do it with the Adwords API. Is it only possible to fetch feed information with the Google Content API / Merchant Center UI or can I

Re: Label creation with Python

2014-11-21 Thread Rocky Jaiswal
We have something like this in Ruby, maybe it helps you - response = label_service.mutate([{operator: 'ADD', operand: {xsi_type: 'TextLabel', name: label_text}

Re: OAUTH2 setup | localhost / production

2014-08-05 Thread Rocky Jaiswal
restart. It is very weird but now we cannot even replicate the problem now so we can just close the ticket. Thanks, Rocky On Monday, August 4, 2014 6:51:41 PM UTC+2, Rocky Jaiswal wrote: > > So the only difference between prod and dev env. is the callback URL, > which is causing diff

Re: OAUTH2 setup | localhost / production

2014-08-04 Thread Rocky Jaiswal
So the only difference between prod and dev env. is the callback URL, which is causing difference in response from Google. I am looking into this more, please hang on Danial. Thanks, Rocky On Monday, August 4, 2014 5:32:58 PM UTC+2, Rocky Jaiswal wrote: > > Hi Danial, > > Sent a p

Re: OAUTH2 setup | localhost / production

2014-08-04 Thread Rocky Jaiswal
s? > > Please send that only to me *directly* ("reply to author" on the right). > > > -Danial, AdWords API Team. > > > On Monday, August 4, 2014 5:44:23 PM UTC+4, Rocky Jaiswal wrote: >> >> Hi Danial, >> >> Yes, so since the code is same loca

Re: OAUTH2 setup | localhost / production

2014-08-04 Thread Rocky Jaiswal
ries). Is it the one you are missing? > > > -Danial, AdWords API Team. > > > On Monday, August 4, 2014 1:38:52 PM UTC+4, Rocky Jaiswal wrote: >> >> Thanks Danial. >> >> We have the setup for OAUTH as - >> Client ID for web application >> >> I ha

Re: OAUTH2 setup | localhost / production

2014-08-04 Thread Rocky Jaiswal
Rocky, > > > Could you please describe the issue in more details? What are exact steps > for both prod and test setups? > > Do you use web application or offline OAuth2 client? > > > -Danial, AdWords API Team. > > > On Monday, August 4, 2014 1:04:37 PM UTC+4, R

OAUTH2 setup | localhost / production

2014-08-04 Thread Rocky Jaiswal
Hi All, To minimize the hits on Adwords we create an OAuth2 API so one service is responsible for fetching / refreshing the tokens and all other apps get the tokens from this single app. Lately, we have been seeing this issue that when we first try and authorize a new account we do not get a re

Please see - https://github.com/googleads/google-api-ads-ruby/issues/27

2014-05-21 Thread Rocky Jaiswal
https://github.com/googleads/google-api-ads-ruby/issues/27 Thanks, Rocky -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=