Re: 502 Bad gateway error

2013-09-20 Thread David Torres (AdWords API Team)
Hi Henry, We are still investigating, do you mind sending me logs of your cases? particularly I would like to know the originating IP and time of the request(s). Please send them directly to me using the Reply to Author option. Best, - David Torres - AdWords API Team On Thursday, September 1

Re: CampaignFeedService

2013-09-20 Thread Glyph
More specifically, I keep getting the exception below: 1. lhs is set as a requestcontextoperand with a contexttype of campaignid, 2. operator is equals, 3. rhs is set as a feedattraibuteoperand feedid is valid, and feedattributeid is the correct attributeid FunctionError.INVALID_REQUEST_CONTE

CampaignFeedService

2013-09-20 Thread Glyph
I've setup a Feed for attributes are {CampaignId (int64), DisplayText (string), Link(url)}. The feed is setup as a sitelink placeholder type feed. I've mapped the displaytext and link to the appropriate sitelink placeholder field types. I'm trying to avoid putting the FeedItem code into the fe

Re: Remarketing lists spanning multiple accounts

2013-09-20 Thread Jason Stedman
Steve, You might want to look into using DoubleClick for your remarketing lists. There is an enum value for the type field called EXTERNAL_REMARKETING for pulling them in. I have not used them myself, but it might help. https://developers.google.com/adwords/api/docs/reference/v201302/UserListSe

MCC Link Creation

2013-09-20 Thread Martin Samm
Is it possible to create a link using OAuth2 to the Google MCC/MyClientCenter so that a user doesn't have to log in, e.g. if you have the OAuth refresh and access tokens etc is there a way? Thanks, Martin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and dis

Re: NetworkSetting will become immutable

2013-09-20 Thread Aradhya Tripathi
Hey Steve, Thanks for the screenshot, it was exactly what I needed. I still can't see the table on that link. Anyways, I wanted to know the date when these changes would be released. Aradhya On Thursday, 19 September 2013 19:29:24 UTC+5:30, Steve Wollkind wrote: > > Here's a screen capture of th

Re: API points

2013-09-20 Thread Danial Klimkin
Hello Taras, The AdWords API is now free, please see the details here: https://developers.google.com/adwords/api/docs/ratesheet2 -Danial, AdWords API Team. On Thursday, September 19, 2013 5:25:39 PM UTC+4, Jooble wrote: > > We have 1.5 million of ads, and i want to get statistic for them(c

Re: api costs

2013-09-20 Thread Danial Klimkin
Answered in: https://groups.google.com/forum/#!topic/adwords-api/KKchjM8XNO0 On Thursday, September 19, 2013 6:00:53 PM UTC+4, Jooble wrote: > > How much points costs to get stats from 1.5 million ads > >- > clicks

Re: AdWords API google-api-ads-ruby invalid grant

2013-09-20 Thread Danial Klimkin
Hello Christopher, Sumit, In case you use 3rd party lib to obtain access and refresh token, you don't need to use verification code again (it is already used and no longer valid). Instead, pass the refresh token directly to the library as: token = { :access_token=>"AbCdEf", :refresh_token

api costs

2013-09-20 Thread jrusearchbroadtwomycc
How much points costs to get stats from 1.5 million ads - clicks - averagePosition -

Re: 502 Bad gateway error

2013-09-20 Thread Henry Bart-Plange
same issue here since 17/9/2013 did any on find out what the issue is? On Wednesday, September 18, 2013 12:20:59 AM UTC+10, David Torres (AdWords API Team) wrote: > > Hi All, > > If you can send me the times and IPs from which your are seeing the 502 > errors, I'd be glad to further investigat

API points

2013-09-20 Thread jrusearchbroadtwomycc
We have 1.5 million of ads, and i want to get statistic for them(current bid,clicks,av position and so on) How much would it costs in api points? Around 4.5 million points? Or my calculation is wrong? Regards,Taras -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our bl

Re: Get ERROR_GETTING_RESPONSE_FROM_BACKEND when downloading performance reports?

2013-09-20 Thread Danial Klimkin
Hello Bin, Can you please share the exact report definition you are using for the failing report? -Danial, AdWords API Team. On Thursday, September 19, 2013 3:42:49 AM UTC+4, bg...@walmartlabs.com wrote: > > Hello, > > We download the Keyword Performance reports every midnight for around 10

API Settings

2013-09-20 Thread ppc . omg . hu
Dear All, I would like to join to this site with my admin account of the MCC : https://code.google.com/apis/console/?pli=1#project:922492423498 and it is totally empty. I don't know if you know but on this page you can switch on-off the type of API's like youtube analytics, doubleclick, google

Re: Remarketing lists spanning multiple accounts

2013-09-20 Thread Danial Klimkin
Hello Steve, As you correctly stated, this is a bit our of scope for the API team. I suggest checking with the general AdWords team who may have more experience on the topic. >From the API side, lists are specific to an account (as any other object in the API). -Danial, AdWords API Team.

Re: Targeting idea for RelatedToUrlSearchParameter returns the same keywords for different pages on a domain

2013-09-20 Thread Danial Klimkin
Hello Konstantin, I've checked with the team and we found this is expected behavior. TIS currently is the API version of Keyword Planner available in the UI. Comparing TIS and KP results, they fully match. We currently don't have Display Planner functionality in the API. I'll check if we can

Re: Is it possible to retrieve historical search volume data?

2013-09-20 Thread Takeshi Hagikura (AdWords API Team)
Sorry, let me correct the previous reply a bit. Please include AttributeType.TARGETED_MONTHLY_SEARCHES in one of the *requestedAttributeTypes* fields. Best, - Takeshi, AdWords AP