Re: StartDate returned from CAMPAIGN_PERFORMACE_REPORT is incorrect

2016-05-02 Thread Idit Goldenberg
Hey Nadine, Just wanted to clarify, The start date of the campaigns are incorrect, the report's date should not affect this value. For every campaign I fetch (gdn + youtube), the report says it's start date is a day before it's actual start date in adwords Web platform. Thank you very

Re: How to get the entities within the specified DateRange in Selector of CampaignService(v201603)?

2016-05-02 Thread Peng Xi
Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed

Ads Percentage Served Value - Reporting

2016-05-02 Thread Justin
https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report Where is the percentage served field? I.e., if we have multiple ads in an ad group, in AdWords you can add the column showing the first ad was displayed 52% of the time and the other ad 48% of the time. --

Re: Exact Definition and Format for Microdegrees for GeoPoint

2016-05-02 Thread Day Davis Waterbury
Thank you. That's very helpful. I will try that and post a follow-up. Thanks again! On Monday, May 2, 2016 at 3:11:24 PM UTC-7, Shwetha Vastrad (AdWords API Team) wrote: > > Hi, > > You are probably receiving this error because of the longitude value being > passed, not because of the latitude

Re: Exact Definition and Format for Microdegrees for GeoPoint

2016-05-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You are probably receiving this error because of the longitude value being passed, not because of the latitude value passed. In the code provided, you are setting the value of the latitude twice. You need to change the second line to "longitude_in_micro_degrees". This should take care of

Re: How to get the entities within the specified DateRange in Selector of CampaignService(v201603)?

2016-05-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The DateRange field in the selector is for filtering out the dates for which the campaign stats are requested. It is not meant to be used to filter campaigns by a date range. You can use the CustomerSyncService

Exact Definition and Format for Microdegrees for GeoPoint

2016-05-02 Thread Day Davis Waterbury
What exact format is expected the latitudeInMicroDegrees and longitudeInMicroDegrees when creating a geoPoint for a Proximity CampaignCriterion? For example, when I have a latitude in decimal degrees of 45.3911638 and I convert it to microdegrees as 45391163, I am seeing the following error:

Exact Definition/Format for Microdegrees for GeoPoint

2016-05-02 Thread Day Davis Waterbury
What exact format is expected the latitudeInMicroDegrees and longitudeInMicroDegrees when creating a geoPoint for a Proximity CampaignCriterion? For example, when I have a latitude in decimal degrees of 45.3911638 and I convert it to microdegrees as 45391163, I am seeing the following error:

Re: BatchJob v201603 very slow

2016-05-02 Thread Stefano Fontana
Hello Mike, The logs I sent were for only 4 operations (you can grep by "Operations uploaded") so 28 minutes is a very long time IMHO. Moreover the behaviour is not always consistent, as I mentioned earlier if I cancel the job and start a new one with the very same operations it takes only 10

Re: batch-jobs taking too long or hanging indefinetely

2016-05-02 Thread domenico . scalamogna
Sent privately the required data Regards On Monday, 2 May 2016 19:15:36 UTC+2, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > Could everyone experiencing issues with slowness in their batch jobs > please provide me an example batch job that is having issues? > > Please provide both

Re: CustomerSyncService does not return changedFeeds in CampaignChangeData object

2016-05-02 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Good news: this issue was recently fixed. If you find you are still running into problems when specifying both campaign and feed IDs, please let me know. Thanks, Josh, AdWords API Team On Thursday, February 25, 2016 at 11:37:34 AM UTC-5, Josh Radcliff (AdWords API Team) wrote: > > Hi, >

Re: Is there a way to check if a keyword is "low search volume" before adding it to an ad group?

2016-05-02 Thread Benjamin Morel
Thanks for the insight! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because

Re: Is there a way to check if a keyword is "low search volume" before adding it to an ad group?

2016-05-02 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Benjamin, Yes, there should still be the same impact for both of those. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Is there a way to check if a keyword is "low search volume" before adding it to an ad group?

2016-05-02 Thread Benjamin Morel
Hi Anthony, I was more thinking about systemServingStatus rather than TargetingIdeaService. But I guess the impact is the same? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Is there a way to check if a keyword is "low search volume" before adding it to an ad group?

2016-05-02 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Benjamin, All of the search parameters including countries and languages should have an affect on the results of the TargetingIdeaService. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

How to get the entities within the specified DateRange in Selector of CampaignService(v201603)?

2016-05-02 Thread Peng Xi
I set DateRange (min, max) in Selector of CampaignService(v201603) to retrieve campaigns, while it returned all the results beyond the specified dates. Does the DateRange work, and how can I use the DateRange? And is the date range for startDate, endDate or the changed date of campaigns?

Re: BatchJob v201603 very slow

2016-05-02 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, I grabbed one of the batch jobs out of your log and it only took 28 minutes to complete, which seems fairly reasonable to me. What threshold would you consider that it is taking too long? The advantage of batch jobs is not with the speed of execution but the fact that you can send many

Re: batch-jobs taking too long or hanging indefinetely

2016-05-02 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, Could everyone experiencing issues with slowness in their batch jobs please provide me an example batch job that is having issues? Please provide both the customer ID and the batch job ID for the job. Regards, Mike, AdWords API Team On Monday, May 2, 2016 at 11:52:28 AM UTC-4, Hunter

Re: StartDate returned from CAMPAIGN_PERFORMACE_REPORT is incorrect

2016-05-02 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi Idit, The only guess I have is that the report date is one day earlier just to make sure we're gathering all the statistics for the entirety of the campaign duration. It may be a bug, but I'm not sure at this point. I'll check with some of my teammates on it, and I'll get back to you.

Re: BatchJob v201603 very slow

2016-05-02 Thread Stefano Fontana
Another detail: The jobs do complete ..sometimes even 1 hour later, which is not very useful. As a temporary fix I'm cancelling the jobs that seem to take too long and re-submit them. Once they are re-submitted they run within a few seconds. On Monday, May 2, 2016 at 4:54:18 PM UTC+2,

Re: batch-jobs taking too long or hanging indefinetely

2016-05-02 Thread Hunter
We are also experiencing this issue as of this morning. Our BatchServiceJob jobs stay at 0% completed, and then time out. Thanks, Hunter. On Monday, May 2, 2016 at 9:32:47 AM UTC-4, domenico@kaufda.de wrote: > > Hello everyone, > it is since last night we are experiencing many batch-jobs

Re: Script - Google Shopping Campaign - Auto CPC Bid

2016-05-02 Thread Kevin Weitzner
Last and final update. I tested and I can pull the Criteria ID for item IDs and utilize this code to update their CPC. Thank you for all your help Josh and Anup. On Monday, May 2, 2016 at 10:26:24 AM UTC-5, Kevin Weitzner wrote: > > Fixed - changed the operator to "SET" rather than add. > >

Re: AdWordsReportsException: Report download errors occurred. Error: ReportDownloadError.INVALID_VERSION

2016-05-02 Thread 'Umesh Dengale' via AdWords API Forum
Hi Leonardo, The AdWords API v201506 was sunset on 04/13/2016. Please upgrade to newer version of API (e.g. v201509 , v201601 , v201603

Re: Script - Google Shopping Campaign - Auto CPC Bid

2016-05-02 Thread Kevin Weitzner
Fixed - changed the operator to "SET" rather than add. Final code that works... I cannot modify productID level CPCs yet .. so not ideal however this will suffice I think, I am not sure how to utilize suggestions that Josh has offered. -- def main(client): adgroup_criterion_service =

Re: Script - Google Shopping Campaign - Auto CPC Bid

2016-05-02 Thread Kevin Weitzner
I modified the code and now receive invalid bid error(was receiving invalid parititon type earlier so I added it in): suds.WebFault: Server raised fault: '[BiddingErrors.INVALID_BID @ operations[0].operand.biddingStrategyConfiguration.bids; trigger:'CpcBid{bid=1.50, contentBid=null,

Re: Script - Google Shopping Campaign - Auto CPC Bid

2016-05-02 Thread Kevin Weitzner
I modified the code trying to add the partitionType but got this error(edit in bold): suds.WebFault: Server raised fault: '[AdGroupCriterionError.PRODUCT_PARTITION_ADD_MAY_ONLY_USE_TEMP_ID @ operations[0].operand.criterion, AdGroupCriterionError.PRODUCT_PARTITION_ALREADY_EXISTS @

Re: Script - Google Shopping Campaign - Auto CPC Bid

2016-05-02 Thread Kevin Weitzner
Hi Anup, Is there a way to obtain criteria Id for actual product IDs for items? Or is there an easy way to obtain criteria id? I created a Product_Partition_report for a different adgroup since my actual test one was not showing up (not live campaign). I got the CriterionId and ran it and

Re: Intermittent OAUTH_TOKEN_INVALID error

2016-05-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Latha, Could you provide the SOAP request and response logs for the API requests where you encounter the OAUTH_TOKEN_INVALID error? This will help me determine what's going wrong. Please use *Reply privately to author* when responding. Thanks, Shwetha, AdWords API Team. -- --

Re: BatchJob v201603 very slow

2016-05-02 Thread Stefano Fontana
Hello Umesh, The ClientTermsError appears in the log because suds it's also printing the wsdl. I don't think that's the culprit for the extremely slow jobs. I double check my account just to be sure. Moreover these jobs do terminate sometimes. Looking forward to solving this problem asap. S-

Re: Is there a way to check if a keyword is "low search volume" before adding it to an ad group?

2016-05-02 Thread Benjamin Morel
Hi Anthony, thank you for your kind reply. Just one last question regarding low search volume: is it somehow dependent on the country/language settings of the campaign, or are "low search volume" keywords global? I'm asking because I manage different campaigns for different

Re: Script - Google Shopping Campaign - Auto CPC Bid

2016-05-02 Thread Kevin Weitzner
Hi Josh, This did not work :( I get this error: suds.WebFault: Server raised fault: 'Unmarshalling Error: cvc-elt.4.3: Type 'ns0:BiddableAdGroupCriterion' is not validly derived from the type definition, 'AdGroupCriterionOperation', of element 'ns0:operations'. ' On Monday, May 2, 2016 at

Re: Intermittent OAUTH_TOKEN_INVALID error

2016-05-02 Thread Latha S
Hi Shwetha, Thanks again for your reply. I apologize if I'm missing something, but it still seems that we are not getting the correct error. If our refresh token was invalidated (either by exceeding the limit of 25 refresh tokens or something else), then I assume that the refresh token would

Re: BatchJob v201603 very slow

2016-05-02 Thread 'Umesh Dengale' via AdWords API Forum
Hi Stefano, Thanks for attaching the BatchJobService log. I have gone through few errors in log file. There is a ClientTermsError . It describes that you have not agreed to the latest

Re: Script - Google Shopping Campaign - Auto CPC Bid

2016-05-02 Thread Anup Pathak
Hi Kevin, You have to take Criteria id from PRODUCT_PARTITION_REPORT and use that Criteria id, you are using wrong criteria id let me know if you need more help in this! Thank you! Anup Pathak On Monday, 2 May 2016 19:26:32 UTC+5:30, Kevin Weitzner wrote: > > Hi Anup, > > I tried your

Re: Script - Google Shopping Campaign - Auto CPC Bid

2016-05-02 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, I think the problem is in the line highlighted below. adgroup_criterion['adGroupId'] = adgroup_id adgroup_criterion['criterion'] = unit CreateAddOperation(adgroup_criterion) result = adgroup_criterion_service.mutate(adgroup_criterion_service) Instead of passing

Re: Script - Google Shopping Campaign - Auto CPC Bid

2016-05-02 Thread Kevin Weitzner
Hi Josh, I understand the requirements, however I am having a difficult time translating this to appropriate Python code which does not result in an unmarshalling error. I have found the Python version of the code you're referencing --

AdWordsReportsException: Report download errors occurred. Error: ReportDownloadError.INVALID_VERSION

2016-05-02 Thread Construtiva Sis
Good, Does anyone know if the version https://adwords.google.com/api/adwords/cm/*v201506 *it was discontinued? I'm getting these error when I try to generate reports. Thanks for help. Leonardo Dutra dos Anjos. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: batch-jobs taking too long or hanging indefinetely

2016-05-02 Thread Stefano Fontana
You could implement some logic that cancels the jobs and resubmit it if 0 operations are executed after X seconds. But yeah, hope this is solved asap by Google. On Monday, May 2, 2016 at 4:00:16 PM UTC+2, domenico@kaufda.de wrote: > > Hi Stefano, thanks for the tips. > At the moment we are

Re: batch-jobs taking too long or hanging indefinetely

2016-05-02 Thread domenico . scalamogna
Hi Stefano, thanks for the tips. At the moment we are doing the same by manually restarting the jobs. In general the problem is that we have many jobs running at any time in the 24h (some of them are critical) so we cannot manually restart them all every time. Hope the problem will be fixed

Re: Script - Google Shopping Campaign - Auto CPC Bid

2016-05-02 Thread Kevin Weitzner
Hi Anup, I tried your operations and still receive an Unmarshalling Error for my input string (my criterion ID was a product ID.) So I changed the product groups as such: "All products > lighting, rugs, outdoor, Everything else in 'All products' Code is as such: ad_group_id = '263'

Re: batch-jobs taking too long or hanging indefinetely

2016-05-02 Thread Stefano Fontana
Hello, I'm experiencing the same so after a while I cancel the job and retry which is working "fine" for now. (Tip: just wait for the job's status to be "CANCELING" and not "CANCELED" because that also takes ages!). Of course this is just a stopgap solution...waiting a couple of minutes for 2

Re: GEO_PERFORMANCE_REPORT error "String could not be parsed as XML".

2016-05-02 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, Could you please send me the stack trace and complete error message you are getting so that we can see where in the process it's failing? If it was due to not supporting zero impressions, you should have got a ZERO_IMPRESSIONS_REQUEST_NOT_SUPPORTED error. Please send me that information

batch-jobs taking too long or hanging indefinetely

2016-05-02 Thread domenico . scalamogna
Hello everyone, it is since last night we are experiencing many batch-jobs running very slow (in some cases completing after 30 minutes) in other cases hanging indefinitely. The problem is occurring also now. Can this problem be fixed as soon as possible? Thanks and regards -- --

Re: Error UNKNOWN at CustomerService->get()

2016-05-02 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, Glad to hear you found a solution! I'm still going to follow up with engineering because the UNKNOWN error could definitely be more descriptive, which would have saved everyone a lot of time. Regards, Mike, AdWords API Team On Monday, May 2, 2016 at 4:40:05 AM UTC-4, fischi wrote: > >

Re: None of my product listing ads have any clicks

2016-05-02 Thread tieulong143
tôi có thể giúp bạn Ngày thứ sáu 29 Tháng Tư, 2016 tại 20:06:12 UTC + 7, Hersh Patel đã viết: > > > Chào, > > Tôi đã thiết lập PLA nhưng không ai trong số pla tôi đã nhận được bất kỳ > nhấp chuột hoặc hiển thị. Tôi không biết những gì tôi đang làm sai > -- --

Re: BatchJob v201603 very slow

2016-05-02 Thread Stefano Fontana
I've sent the logs privately, let me know what I can do. On Tuesday, April 5, 2016 at 4:09:01 PM UTC+2, Yin Niu wrote: > > Hi Stefano, > > Could please send your SOAP logs to us by *Reply privately to author*? > > Thanks, > Yin, AdWords API Team. > > -- --

Re: Developer token approval takes too long

2016-05-02 Thread Ричь Эдженси
Hi, Veer. Thanks for your reply! Yes, we applied for Basic Access via form from adwords settings menu. But there is no response on specified email. And I`ve got "Forbidden 403" message while trying link you specified. How to apply for Basic Access correctly? пятница, 29 апреля 2016 г., 23:58:58