Re: excluding placements via API

2013-12-01 Thread Berry Tsakala
solution: { 'operator': 'ADD', 'operand': { 'type': 'NegativeCampaignCriterion', 'campaignId': campaign_id, 'criterion': { 'xsi_type': 'Placement', 'id': '987654321', 'url': placement_url, }, } On Monday, November 25, 2013

Re: excluding placements via API

2013-12-01 Thread Berry Tsakala
solution: { 'operator': 'ADD', 'operand': { 'type': 'NegativeCampaignCriterion', 'campaignId': campaign_id, 'criterion': { 'xsi_type': 'Placement', 'id': '987654321', 'url': placement_url, }, } On Monday, November 25,

Reading stats from reports, sorting them and displaying them on UI (Without saving to files)

2013-12-01 Thread naman jindal
Hey Guys, I am using Java Client library for building my API web application. What I want is, to read the data from SEARCH_QUERY_PERFORMANCE_REPORT, sort the data by clicks and display the top 100 results in my target jsp page. It will be really great if anyone can help me out by suggesting

Re: Consistent ERROR_GETTING_RESPONSE_FROM_BACKEND error when getting Ad Performance Report

2013-12-01 Thread Takeshi Hagikura (AdWords API Team)
Hi Bin, Can you please share the account number and the exact same request XML (if possible) to narrow down the issue? (If you don't want publish it, you can reply to the author from the top right) Also let me confirm, is it still happening currently? We had the similar issue few weeks ago,

Re: need an example for fetching Stats in Java without executing a report to file system - due to migration to v201309

2013-12-01 Thread Takeshi Hagikura (AdWords API Team)
Hi assaf, Let me confirm, does your refresh token look like in the form of 1/Ix as in this guidehttps://developers.google.com/adwords/api/docs/guides/soap ? If not, you are likely to use a wrong token as a refresh token and I recommend to use

Re: Placement Performance Report with mobileapp performance

2013-12-01 Thread Takeshi Hagikura (AdWords API Team)
Hi Brandon, I think placements for mobile apps were represented as in the form of {app-id}.adsenseformobileapps.com a while back. Do you have the example request and response? I'd like to make sure if it's not represented as above. Best, - Takeshi, AdWords API Team On Thursday, November 28,

Re: Missing TARGETED_MONTHLY_SEARCHES from response

2013-12-01 Thread Takeshi Hagikura (AdWords API Team)
Hi, Thanks, I'm able to reproduce it as well. I think it's an unexpected behavior. I'm escalating it to the relevant engineer. Best, - Takeshi, AdWords API Team On Friday, November 29, 2013 8:01:12 PM UTC+9, PPC London wrote: Hi Takeshi Just had a closer look at your request you are

Re: The problem with the connection to the test account

2013-12-01 Thread Takeshi Hagikura (AdWords API Team)
Hi, Looks like your request is not constructed as an expected form. Are you creating a request on your own or using one of the client libraries? Best, - Takeshi, AdWords API Team On Wednesday, November 27, 2013 7:45:38 PM UTC+9, Сергей Маленков wrote: Hello! I'm trying to connect to the

Re: CAMPAIGN_PERFORMANCE_REPORT WHERE CampaignID IN

2013-12-01 Thread Takeshi Hagikura (AdWords API Team)
Hi, The syntax looks right and I'm able to run it with the exact same query you pasted. Please make sure any unneeded chars are not included. Best, - Takeshi, AdWords API Team On Thursday, November 28, 2013 8:11:23 PM UTC+9, Сергей Белов wrote: Hi for all! When i try to send follow

Re: APP extension placeholder type

2013-12-01 Thread Takeshi Hagikura (AdWords API Team)
Hi, It should be available for app extensions as well. Do you have the requestId (or request and response XML logs) to investigate it further? Best, - Takeshi, AdWords API Team On Thursday, November 28, 2013 9:59:31 PM UTC+9, techpoi...@gmail.com wrote: Hi, While fetching feeds and feed

Google places under location extension

2013-12-01 Thread techpoint . 2015
Hi, Through CampaignAdExtensionService we are not able to get location extension where Google places have been set. Is it possible to fetch and apply such kind of settings through API? Does LocationSync Extension support such functionality? We have tried with this but no results? For e.g.

Re: HTML Error 400

2013-12-01 Thread Takeshi Hagikura (AdWords API Team)
Hi Luis, The 400 error code usually means a client error. Do you have the complete SOAP XML and HTTP headers? If so, what happens if you send it using curl? By the way, if you don't have any specific reason you want to avoid the PHP client library