Re: Unsupported timezones

2016-02-09 Thread Rachel Carvalho
Thank you for the fast answer! On Monday, February 8, 2016 at 3:38:43 PM UTC-5, Yin Niu wrote: > > Hello, > > You could use Asia/Calcutta. Culcutta and Kolkata are the same city. > > Thanks, > Yin, AdWords API Team. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: What is the ClickType display value in the Ad Performance Report for "Purchase on Google"?

2016-02-09 Thread HK
Hi, Anthony Thanks for your reply, but I don't actually think this is correct. "PRODUCT_LISTING_AD_CLICKS" seems to be the predicate value for the display value "Product listing ad". I'm looking for the display value for purchase on Google, which I don't see documented anywhere. See

Re: TargetingIdeaService::LocationSearchParameter::Criteria ID Not Recognized

2016-02-09 Thread Nadine Sundquist (AdWords API Team)
Hi Charles, I don't know of a way of of you getting the number of requests you've made. However, if you click *Reply privately to author* in the forum and send me your developer token, I can look up the number of operations you have been making per day by querying that on our servers. I can

Re: Remarketing List Error

2016-02-09 Thread Akli Reguig
Hi Josh, Thank you for answering. You mean the issue is not handled by your team (api) ?, cuz i reached the support and they said that you (your team) were in charge of that issue. Otherwise, i was wondering, if you or the support (or someone) could enable that property on my remarketing

Re: Needs explanation on EntityCountLimitExceeded.CAMPAIGN_LIMIT error

2016-02-09 Thread Florian Lherbette
Yes, I see. Sorry, I should have written "create or update", not just "update". But my proposed solution stays the same. You should try not adding the "biddingStrategyConfiguration" field when you create your keywords. -- Florian On Tuesday, February 9, 2016 at 2:29:28 PM UTC+1, Kiran

Re: How to fetch newly created Campaign Object via CustomerSyncService ?

2016-02-09 Thread serkan remzi kucukbay
Hi Yin Niu, Thanks for your answer. My Understanding is that fetching newly created campaign is impossible with CustomerSyncService. Because if i don't set campaign id in CustomerSyncSelector, service throws error like that ( [CustomerSyncError.MISSING_IDS @ selector.campaignIds] ), so i

Re: missing audience in AdwordsUserListService.get()

2016-02-09 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Greg, Could you please provide me with either the SOAP request you made or your client customer Id and the Id of the audience that is missing? Please do so using *Reply privately to author.* Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Needs explanation on EntityCountLimitExceeded.CAMPAIGN_LIMIT error

2016-02-09 Thread Florian Lherbette
ERRATUM: I wanted to say biddingStrategy*Type*, NOT biddingStrategyConfiguration. Sorry for the mistake. Kiran, you obviously have to KEEP "biddingStrategyConfiguration" in your request to set the bids for your new keywords. It's the biddingStrategyType field that you should try to remove.

Conversion account and Remarketing account

2016-02-09 Thread SÅ‚awomir Siudek
Hello Right now I am using interface to change clients accounts to use manager accounts for conversion and remarketing. Like in scrreenshot. How to change "none" and "client" values to "this manager" using API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: TargetingIdeaService::LocationSearchParameter::Criteria ID Not Recognized

2016-02-09 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Charles, I don't currently know of an an existing list, but I'll send the question over to the TargetingIdeaService engineers to see if they have a published list. In the meantime, the workaround that I can think of is that you could do one run-through of all the geo targeting IDs that

CustomerSyncService (v201509) Bug, ? Service not returning added or deleted adExtensions?

2016-02-09 Thread serkan remzi kucukbay
Hi All, The CustomerSyncService doesn't seem to be including addedAdExtensions or deletedAdExtensions data. I have performed several update delete operations via CampaignExtensionSettingServiceInterface, also several same operation were performed from adwords web interface.But

Re: Adwords Mutatelink operation- editing default email format

2016-02-09 Thread Yin Niu
Hi Maurice, I don't think you can do that with AdWords API. The links are internally generated. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Missing data from CampaignCriterionService.get (C#, v201601)

2016-02-09 Thread Michael Cloonan (AdWords API Team)
Hello, The IpAddress field isn't selectable, so there is no way to get data for it back from the API. I'm not sure why it's not selectable, however, so I'm going to contact our engineering team to see if we can possibly make this field selectable in a future version of the API. For now,

Re: Needs explanation on EntityCountLimitExceeded.CAMPAIGN_LIMIT error

2016-02-09 Thread Florian Lherbette
Anthony, I don't think the explanation you give in you first message in the thread is the correct error cause. It's not the limit on the number of keywords/criteria that's been reached, it's the limit on the number of *bidding strategies override* (which is much much lower than the limit on

Adding labels with BatchJobService

2016-02-09 Thread Peter
Hi, I'm trying to add labels to adgroups using BatchJobService but encounter an error. I read in https://developers.google.com/adwords/api/docs/guides/batch-jobs that AdGroupsLabelOperation is a supported operation so I've built following operation that I try to upload (code based on

Re: New PHP Client Lib 8.0.0 is not supporting includezeroimpression for various reports

2016-02-09 Thread Chirag
Hello Anthony, Yes, when I changed library it is working fine with version v201509 and v201506, but not working with latest verison v201601. Getting error "PHP Notice: Use of undefined constant ENT_XML1 - assumed 'ENT_XML1' in Google/Api/Ads/AdWords/Util/XmlSerializer.php on line 128 PHP

Re: Needs explanation on EntityCountLimitExceeded.CAMPAIGN_LIMIT error

2016-02-09 Thread Kiran Narasareddy
This happened when we scheduled a batch job for adding keywords on campaigns. There was no update going on. Any idea what might be the case? On Tuesday 9 February 2016, Florian Lherbette wrote: > Anthony, I don't think the explanation you give in you first message

Re: Conversion account and Remarketing account

2016-02-09 Thread Anthony Madrigal
Hello, Unfortunately, there does not appear to be a way to change these accounts via AdWords API. Please check our blog regarding any updates. Regards, Anthony AdWords API Team -- --

Re: CustomerSyncService (v201509) Bug, ? Service not returning added or deleted adExtensions?

2016-02-09 Thread Yin Niu
Hi Serkan, Could you send SOAP request and response logs for the AdExtension operations and the query for CustomerSyncService? Please click *Reply privately to author* in the forum when including your client CustomerID. Thanks, Yin, AdWords API Team. -- --

Re: missing audience in AdwordsUserListService.get()

2016-02-09 Thread GregT
Thanks for responding, Anthony. I've responded privately. Thanks, Greg On Tuesday, February 9, 2016 at 9:18:34 AM UTC-6, Anthony Madrigal wrote: > > Hi Greg, > > Could you please provide me with either the SOAP request you made or your > client customer Id and the Id of the audience that is

Re: CustomerSyncService (v201509) Bug, ? Service not returning added or deleted adExtensions?

2016-02-09 Thread serkan remzi kucukbay
Hi Yin, I sent requested SOAP logs as private. I also want to post related logs here to help who read this topic, all private fields were deleted in logs. Thanks. Serkan. On Tuesday, 9 February 2016 17:50:45 UTC+2, Yin Niu wrote: > > Hi Serkan, > > Could you send SOAP request and response

Re: Error when setting targetPartnerSearchNetwork to true

2016-02-09 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Greetings! If you set targetSearchNetwork to false in the API, this will uncheck the *Include search partners* box in the user interface. Cheers, Nadine, AdWords API Team

Re: Adding labels with BatchJobService

2016-02-09 Thread Michael Cloonan (AdWords API Team)
Hello, This looks like it could be an error with the client library you're using. The client library should automatically choose the correct service for the given operation xsi_type, but it appears that it's not doing that. An AdGroupLabelOperation should be used with the AdGroupService, not

Re: TargetingIdeaService::LocationSearchParameter::Criteria ID Not Recognized

2016-02-09 Thread Charles Michael
Hi Nadine, This is currently what I'm doing although I'll need to spread it over the course of 2 days based on the daily limits. Speaking of which, is there a way to retrieve the number of requests I've made so far in the current day (against my total quota)? Going to the console page on the

Re: What is the ClickType display value in the Ad Performance Report for "Purchase on Google"?

2016-02-09 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Hans, The Shopping Performance Report has most of the ValueTrack parameters available. Unfortunately, I don't think the concept of *purchases on Google* are specifically called out. I know

Re: Test MCC max 100 child accounts?

2016-02-09 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Rachel, Test accounts have a limit of 100 child accounts under the MCC account . Unfortunately, the ManagedCustomerService does not support the REMOVE operation

Test MCC max 100 child accounts?

2016-02-09 Thread Rachel Carvalho
I'm using a test account created as described here https://groups.google.com/d/msg/adwords-api/k-4aaBX_hBU/ODh6LycARMAJ And I'm doing TDD, with a lot of my tests creating new child accounts under my main test MCC. I've run into this error:

Re: CustomerSyncService (v201509) Bug, ? Service not returning added or deleted adExtensions?

2016-02-09 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Serkan, It was very thoughtful of you to add logs to help the rest of the community in the future. Yin asked me to take a look to see if I initially saw a reason why the ad extension is missing from CampaignChangeData

Re: Using the TargetingIdeaService to get search estimates on London Boroughs

2016-02-09 Thread Charles Michael
I have an almost identical ticket here: https://groups.google.com/forum/#!topic/adwords-api/gPF2b4afsYs While Nadine is looking up my ticket to see what types of ID's are searchable for search estimates, I've come to the assumption that Boroughs, Municipalities and Neighborhoods are not

Re: missing audience in AdwordsUserListService.get()

2016-02-09 Thread GregT
For those who might come across this in the future, it turns out it is because this type of audience is a CrmBasedUserList, which was introduced in v201509. I've been told that upgrading to a newer version of the API will fix this. FYI, Greg On Tuesday, February 9, 2016 at 9:41:14 AM UTC-6,

Re: Remarketing List Error

2016-02-09 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, My team does not maintain the AdWords user interface, but I passed this along to the team that does and they are looking into a fix for this. In the meantime, a work around is to create and maintain the user lists via the user interface. Thanks, Josh, AdWords API Team On Tuesday,

Re: SOAP XML error for Chinese Names in ManagedCustomerService

2016-02-09 Thread maxSonic Sun
Hi Mark, Thanks for your reply :) I will try your solution to walk around the issue. Will report to you if I encounter any other problem. Best Regards, Sonic Sun On Saturday, February 6, 2016 at 1:08:31 AM UTC+8, Mark Saniscalchi wrote: > > Hello Sonic, > > That looks correct, so you are

Re: trying to get report but always just get "ReportDownloadError.MISSING_PARAMETER" "Missing report definition"

2016-02-09 Thread 'Yin Niu' via AdWords API Forum
Hi Wesley, Are you using the Java client library? Here are some Java examples for downloading reports. Thanks, Yin, AdWords API Team. -- --

Using the TargetingIdeaService to get search estimates on London Boroughs

2016-02-09 Thread Paul NMP
Hi, Is there a way to use the TargetingIdeaService to get search estimates for municipal areas within large cities? So, for example, (in New York) Manhattan and Brooklyn; or (in London) Westminster and Camden... Thanks Paul -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: New PHP Client Lib 8.0.0 is not supporting includezeroimpression for various reports

2016-02-09 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello, It does look like a bug in our client library that was introduced in the last release. Just keep an eye on the bug you filed here . I saw that Vincent is already taking a look at it, and our team will update it as there is