Re: Performance data by language

2013-07-23 Thread Takeshi Hagikura (AdWords API Team)
Hi, Unfortunately it's not supported. Best, - Takeshi, On Monday, July 22, 2013 6:06:07 PM UTC+9, techpoi...@gmail.com wrote: > > Hi, > > Is it possible to get performance data by language via API? > > I have checked several available report types but not able to find this. > > Thanks, > > -

Re: Setting Content Bid Dimension with contentBidCriterionTypeGroup

2013-07-23 Thread Takeshi Hagikura (AdWords API Team)
Hi Alex, Got your point. I'll get back to you as I get the info about that. Best, - Takeshi, On Tuesday, July 23, 2013 7:41:28 AM UTC+9, alx wrote: > > Hi Takeshi, > > I guess I was not clear enough (regarding the first question) as it's not > exactly what I was asking... > > Basically, for

Re: In Placement Performance Report V201302 how can I identify between Automatic placements and managed?

2013-07-23 Thread Takeshi Hagikura (AdWords API Team)
Hi Taher, Apologies for responding here late, Confirmed the specification. Actually it's the intended behavior. Reports for performance including placement performance report are not expected to have zero impression rows. To pull the structural data with zero impressions, you can use Criteria

Re: Concurrency issues with ReportUtilities.DownloadClientReport

2013-07-23 Thread Anash P. Oommen (AdWords API Team)
Hi, The library doesn't do anything to do requests in sequence, the only place where it can get blocked is in the number of HTTP connections. I'd also try one additional thing, to prepopulate the authToken as follows: user.Config.AuthToken = new AuthToken(config, AdWordsSoapClient.SERVICE_NAME

Using sitelinks in multiple campaigns

2013-07-23 Thread gai-test-1
Hello, I have a question: Can legacy sitelinks be part of various campaigns or is this only possible when using enhanced campaigns? Obviously this is possible for upgraded sitelinks anyway. So far we change the original sitelink URl to transport the information which campaign is affected. Is th

Re: BadAuthentication: WebLoginRequired

2013-07-23 Thread rkk
Hi guys, I also face this problem for few of my customers. I cannot log in manually from my server machine, is there any way to solve this problem? Thanks On Monday, June 10, 2013 9:44:16 PM UTC+2, Xavier Bour wrote: > > Hello, > > Thank you for your answer. But it is a personnal Website so i c

Re: dateRangeType = 'LAST_7_DAYS'; not working correctly - Downloading report on july 22 not giving july 21 data

2013-07-23 Thread Oliver
The date range (LAST_7_DAYS) is relative to each account's timezone. Are you sure the account you ran this script for is in a timezone that had today's date = July 22? Oliver On Monday, July 22, 2013 4:51:16 PM UTC+1, iateadonut wrote: > > I'm using the dataRangeType of LAST_7_DAYS, which star

Re: DeviceTypeSearchParameter deprecated in v201302? And what alternative?

2013-07-23 Thread calford
Hi, Has this been removed across the board? (including targetingIdeaService)? thanks On Wednesday, 8 May 2013 15:46:34 UTC+2, Kevin Winter (AdWords API Team) wrote: > > Hi Eric, > It's our understanding that this was removed from the API in advance of > the UI to avoid needing to remove it

Re: DeviceTypeSearchParameter deprecated in v201302? And what alternative?

2013-07-23 Thread calford
Hi, so the search volumes returned by the TargetingIdeaService are for All Devices (mobile + non-mobile) ? thanks On Wednesday, 8 May 2013 15:46:34 UTC+2, Kevin Winter (AdWords API Team) wrote: > > Hi Eric, > It's our understanding that this was removed from the API in advance of > the UI

Enhanced site link data

2013-07-23 Thread Zweitze
Hello, I'd like to retrieve data of enhanced site links: their text, destination URL and parent group or -campaign. I don't need their results like clicks or cost. I assume this information is available in reports, so I looked at the PLACEHOLDER_FEED_ITEM_REPORT. But... I can't see the site li

Re: Enhanced site link data

2013-07-23 Thread Shay Bar-Chen
Hi , you can use the following AWQL in order to get site link data ( do not forget to add clicktype = sitelink ) SELECT FeedItemId,FeedId,CampaignName,CampaignId,AttributeValues,AdId,AdGroupName,AdGroupId FROM PLACEHOLDER_FEED_ITEM_REPORT DURING YESTERDAY regards, Shay. On Tue, Jul 23, 2013 at

[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]

2013-07-23 Thread veesysdevel
I m using google *adwords api php sdk - v201306*.When i try to mutate link using the below code > try { > $user = new AdWordsUser(); > //$user->SetDeveloperToken($developerToken); > $user->LogAll(); > // Load the oAuth settings > $user-

Login Api AdWords in PHP (Codeigniter)

2013-07-23 Thread Miner Mole
I'm developing a web in php with codeigniter that needs to connect to Adwords, and I have a lot of questions... First of all, I have a test account and I don't know if i'm connecting properly, because I don't know what I have to put as developerToken, clientId and defaultServer. Which is the

what is difference between update campaign and enhanced campaign

2013-07-23 Thread Akhilesh Ojha
what is difference between update campaign and enhanced campaign -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

what is diffrerence between update campaign and enhanced campaign,

2013-07-23 Thread Akhilesh Ojha
what is diiference betwwen update campaign and enhanced campaign , please clarify it , i am developing a tool using php adwords api to automaticallys make a mutiple campaigns ,adgroups and keywords and text ads -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog a

Re: BadAuthentication: WebLoginRequired

2013-07-23 Thread Charlie Rosenbury
Hey all, I was able to install Lynx (a CLI browser), and login to AdWords from the server. Full-on success after that. On Tuesday, July 23, 2013 5:02:00 AM UTC-5, rkk wrote: > > Hi guys, > > I also face this problem for few of my customers. > I cannot log in manually from my server machine, is t

Re: dateRangeType = 'LAST_7_DAYS'; not working correctly - Downloading report on july 22 not giving july 21 data

2013-07-23 Thread iateadonut
Yes, the script is set to run the same time on the same server everyday. Anyway, it worked today. On Tuesday, July 23, 2013 6:31:24 AM UTC-4, Oliver wrote: > > The date range (LAST_7_DAYS) is relative to each account's timezone. Are > you sure the account you ran this script for is in a timezon

Re: Concurrency issues with ReportUtilities.DownloadClientReport

2013-07-23 Thread sbuteau
After a lot of trial and error, we finally found out a solution. It was simply the case of changing the user under which the windows service was running ! We changed the windows service identity from LOCAL SYSTEM to an Active Directory administrator, and it "magically" fixed our concurrency pr

Re: unexpected error: QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:''

2013-07-23 Thread Justinas Gulbinas
Hello I've been using my live MCC account for several months successfully, started to get same [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:''] error. Nothing has changed at our side also: v201302 via python api 15.8.0 all the time. Tested with v201306 and python api 15.9 - same error. - Ju

Re: Feed Services APIs (only 1 active call extension in the campaign, but APIs returns 4)

2013-07-23 Thread Julian Khandros
Anash, Sorry, I don't mean to be a bugger, but I just don't understand how your previous answers address directly my question, which is how can I tell from the feed services which sitelinks are active in the UI. Pardon me if I'm missing something, but I would appreciate if you or someone from

Integer Id fields in GEO_PERFORMANCE_REPORT

2013-07-23 Thread Devesh Parekh
According to https://developers.google.com/adwords/api/docs/appendix/reports#geo, CountryCriteriaId and RegionCriteriaId should be Integers, but the when I send an AWQL query to the reportdownload endpoint (https://adwords.google.com/api/adwords/reportdownload/v201306) to return those fields,

Change sitelinks?

2013-07-23 Thread Matthew Ledom
How do I switch a campaign to use a different sitelink like I can do from the adwords UI? I'm trying to set the CampaignFeed to an existing feed but the status of the CampaignFeed is "DELETED". The UI lets me switch to this old feed and choose the feed items. When I try to do it from the api I g

Re: "appendRow" of null

2013-07-23 Thread Takeshi Hagikura (AdWords API Team)
Hi, I'm afraid please post it to the AdWords Scripts forum . This forum is for AdWords API. Best, - Takeshi, AdWords API Team On Saturday, July 20, 2013 8:18:17 PM UTC+9, Ramarosoa Faneva wrote: > > Hi All, > > I was using the codes of

[QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:''] error

2013-07-23 Thread Justinas Gulbinas
Hello I've been using my live MCC account for several months successfully, started to get [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:''] error. Nothing has changed at our side also: v201302 via python api 15.8.0 all the time. Tested with v201306 and python api 15.9 - same error. - Justinas

Re: ORDER BY Clicks DESC Returns INVALID_ORDER_BY_CLAUSE - Bug

2013-07-23 Thread Takeshi Hagikura (AdWords API Team)
Hi Marcin, It's the intended behavior. ORDER BY is not supported by AdHoc report. Best, - Takeshi, AdWords API Team On Tuesday, July 23, 2013 2:51:13 PM UTC+9, Takeshi Hagikura (AdWords API Team) wrote: > > Hi Marcin, > > Thanks for the report. > I'm looking into this. I'm going to update the

Re: AdGroupCriterionService Bug? - EntityNotFound.INVALID_ID for CriterionId that exists

2013-07-23 Thread Takeshi Hagikura (AdWords API Team)
Hi, Are you still able to retrieve the criterioin where AdGroupId = 3790202104 CriterionId = 37523985304? I queried it in our backend, but not found the criterion with that condition. Best, - Takeshi, AdWords API Team On Monday, July 22, 2013 8:13:01 PM UTC+9, Akil Burgess wrote: > > Hi All,

Re: ORDER BY Clicks DESC Returns INVALID_ORDER_BY_CLAUSE - Bug

2013-07-23 Thread Marcin | feedoptimise.com
Thanks, but in this case can you let me know when/where ORDER is supported then? cheers, /Marcin On 24/07/2013 07:34, Takeshi Hagikura (AdWords API Team) wrote: Hi Marcin, It's the intended behavior. ORDER BY is not supported by AdHoc report. Best, - Takeshi, AdWords API Team On Tuesday, Ju

Re: ORDER BY Clicks DESC Returns INVALID_ORDER_BY_CLAUSE - Bug

2013-07-23 Thread Marcin Rosinski
Thanks, but in this case can you let me know when/where ORDER is supported then? cheers, /Marcin On Wednesday, 24 July 2013 07:34:02 UTC+1, Takeshi Hagikura (AdWords API Team) wrote: > > Hi Marcin, > > It's the intended behavior. > ORDER BY is not supported by AdHoc report. > > Best, > - Takes

Re: OAuth2 autorization x Adwords API

2013-07-23 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please refere this exampleto generate refresh_token. Best, - Takeshi, AdWords API Team On Monday, July 22, 2013 9:14:13 PM UTC+9, mcn.a...@gmail.com wro

Re: Downloading file for keywords with an error

2013-07-23 Thread Takeshi Hagikura (AdWords API Team)
Hi I believe you are referring the Keyword tool in AdWords web interface. Can you please ask it to the general AdWords support .? Best, - Takeshi, On Monday, July 22, 2013 9:48:18 PM UTC+9, me wrote: > > I have tested new Keyword tool. When I download it

Re: ORDER BY Clicks DESC Returns INVALID_ORDER_BY_CLAUSE - Bug

2013-07-23 Thread Takeshi Hagikura (AdWords API Team)
Even for AdHoc reports (not AWQL), ORDER BY is not supported. We're not planning to support it currently. Best, - Takeshi, On Wednesday, July 24, 2013 3:36:51 PM UTC+9, Marcin Rosinski wrote: > > Thanks, but in this case can you let me know when/where ORDER is supported > then? > > cheers, >

Re: what is diffrerence between update campaign and enhanced campaign,

2013-07-23 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please see this guide . Please let me know if you have follow up questions. Best, - Takeshi, AdWords API Team On Tuesday, July 23, 2013 11:07:56 AM UTC+9, Akhilesh Ojha wrote: > > what is diiference betwwen update ca

Re: ORDER BY Clicks DESC Returns INVALID_ORDER_BY_CLAUSE - Bug

2013-07-23 Thread Marcin Rosinski
Thanks but in this case this Documentation is misleading - https://developers.google.com/adwords/api/docs/guides/awql - as it shows ORDER clause in there even in examples. cheers, /Marcin On Wednesday, 24 July 2013 07:41:01 UTC+1, Takeshi Hagikura (AdWords API Team) wrote: > > Even for AdHoc r