Re: Custom Affinity in Criteria perfomance report

2017-03-09 Thread Igor Selitskiy
Hi, Thanet. Good news! I don't see this data now. Should we switch to the latest version (201702) for Custom Affinity? I suppose that we use 201609. On Friday, March 10, 2017 at 8:39:52 AM UTC+3, Thanet Knack Praneenararat (AdWords API Team) wrote: > > Hello, > > FYI: The custom affinity

Re: BatchJobService get 0 BatchJobPage emtries for bid modifier operations

2017-03-09 Thread 'Peter Oliquino' via AdWords API Forum
Hi Zhao, Apologies for not mentioning this earlier, please reply using reply privately to author. Best regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: BatchJobService get 0 BatchJobPage emtries for bid modifier operations

2017-03-09 Thread 'Peter Oliquino' via AdWords API Forum
Hi Zhao, Could you provide more information such as your clientCustomerId and the SOAP request and response of the batch job operations that worked when using the .get() method? Best regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Issues with BatchJobService - jobs remain stuck

2017-03-09 Thread Stefan Kleine Stegemann
Hi Josh, i turned out that the jobs eventually went through, it just took very long (around 3 hours). Here are some job ids: 458099621 458108326 458358726 458161757 This morning, everything went back to normal and jobs go through as the weeks before. So no issue any more at the moment.

Re: Custom Affinity in Criteria perfomance report

2017-03-09 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello, FYI: The custom affinity criteria should appear in CRITERIA_PERFORMANCE_REPORT now. Please ensure to set *includeZeroImpressions* to true if your custom affinities don't get any impressions during a specified date range. Sorry for this inconvenience and for keeping you waiting for long.

BatchJobService get 0 BatchJobPage emtries for bid modifier operations

2017-03-09 Thread 'Yangyang Zhao' via AdWords API Forum
Recently we've been experienceing error of getting 0 number entries while getting BatchJobPage for bid modifier opertions. Example Soap: 2017-03-03T04:07:42.511-0600 INFO [com.google.api.ads.adwords.lib.client.AdWordsServiceClient.soapXmlLogger] SOAP Response:

BatchJobService returns 0 BatchJobPage entries for bid modifier operations

2017-03-09 Thread 'Yangyang Zhao' via AdWords API Forum
We started exprience 0 BatchJobPage entries for bid modifier operations since 2017-03-02 2017-03-03T04:07:05.56-0600 aus-mexec24 INFO [com.google.api.ads.adwords.lib.client.AdWordsServiceClient.soapXmlLogger] [AdwordsBidUploaderDaemon-bidResponseWatcher-worker-Thread-0] SOAP Response:

Re: How can i use api to create "Visitors of a page during specific dates" list?

2017-03-09 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Rui, This has been fixed now. Please confirm if you still have an issue about this. Cheers, Thanet, AdWords API Team On Saturday, December 10, 2016 at 7:57:29 PM UTC+9, Rui Zhang wrote: > > i use the DateSpecificRuleUserList to create "Visitors of a page during > specific dates", but it

Re: Batch job cannot be canceled

2017-03-09 Thread Dongliang Yu
yes it's stopped, but my question is how long does it cost to stop a job? >From my experience it could be hours, is this expected? 在 2017年3月9日星期四 UTC+8下午10:24:29,Josh Radcliff (AdWords API Team)写道: > > Hi, > > I see that all four of those jobs are now in the CANCELED state. Please > let me know

Re: TrafficEstimatorService - Results seem to be WAY off from existing adgroup history

2017-03-09 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Steve, Could you send over the SOAP request and response logs for this request to TrafficEstimatorService? If you have set the platformEstimateRequested

Re: Trying to run a script to remove multiple Adgroups

2017-03-09 Thread Dan Hai
Resolved, Here is the working code!! public static function runExample(AdWordsServices $adWordsServices, AdWordsSession $session) { $adGroupId = array(39345934486, 40389896837, 44185215527); $adGroupCount = count($adGroupId); for ($x = 0; $x < $adGroupCount; $x++) {

Re: New campaign ids from change history

2017-03-09 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Eshwar, Unfortunately, using CustomerSyncService , you cannot fetch only the changed campaigns directly. The best way to achieve this is by following this example

TrafficEstimatorService - Results seem to be WAY off from existing adgroup history

2017-03-09 Thread Steven Hong
Anyone please help! We have begun experimenting with the TrafficEstimatorService. When given an existing campaign, adgroup and corresponding keywords - the forecasted estimates seem to be way off from historic averages. I understand that forecasts will necessarily be a little different than

Re: How to use targeting to device platform from Dot NET API?

2017-03-09 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Dmitry, Yes, the API response will contain all three platform criteria. A bidModifier of 0.0 is equivalent to the targeting checkbox being unchecked for a device in

Re: CalloutFeedItem issue on v201702

2017-03-09 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Eric, I was able to successfully add a CalloutFeedItem using the v201702 version of the API using the Java client library. Could you send over SOAP request and response logs so I can take a look? Please use *Reply privately to author* when responding. Thanks, Shwetha, AdWords API Team. --

Re: XML log

2017-03-09 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Subin, Could you please let me know the programming language that you are using? Also, please confirm if you are using one of our client libraries . Steps to enable logging would be specific to the language that you are using.

Re: API call request rate limit reached

2017-03-09 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Alex, Unfortunately, there is no way to directly check how many operations were performed on your side. A workaround would be to count the number of operations in your code based on this this sheet . Also, the

Re: Issues with BatchJobService - jobs remain stuck

2017-03-09 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Stefan, Could you share the job IDs for some of the 22 jobs you mentioned? Thanks, Josh, AdWords API Team On Thursday, March 9, 2017 at 12:37:27 AM UTC-5, Stefan Kleine Stegemann wrote: > > > Hi, > > the problem remains and "increases" as far as we can see. This morning > (german time), we

Re: Placeholder Feed Item Report - NOT getting all the feeditems in the report

2017-03-09 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Giles, All these fields support zero impressions. You should be getting all the feed items if you have set the includeZeroImpressions header to true. Could you send over the complete report request log and you clientCustomerId so I can take a look? Please use *Reply privately to author*

Re: SearchImpressionShare actual value instead of "< 10%"

2017-03-09 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Alex, If you are not looking for totals in your report, you don't need to worry about setting 'skipReportSummary' attribute. To address your question about not getting the totals, you should be able to see the totals in your report unless the 'skipReportSummary

XML log

2017-03-09 Thread SUBIN P VASU
I need to create xml log for request and response in new api version. How can i made it? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

How to get information of only changed campaign from change history using CustomerSyncService?

2017-03-09 Thread Eshwar Chettri
Hi, I came across that using CustomerSyncService we get all the campaign Ids present in adwords then using CampaignChangeData it returns the changed field from changed history,I want to know how can we get only the campaign ids of changed campaign and newly added campaign from changed

CalloutFeedItem issue on v201702

2017-03-09 Thread Eric Kwok
Hi, My program get error when I change to use AdWords API from v201609 to v201702. Please see below the program code first: function A: final List items = this.createSiteLinkFeedItems(lang, storeId); final ExtensionSetting setting = new ExtensionSetting();

Re: API call request rate limit reached

2017-03-09 Thread Alex
It possible to see how many requests I've made, as I've got the RATE_EXCEEDED again but I don't believe I should have anywhere near 10,000 hits. Also, how can I change my retryAfterSeconds ? On

Re: Batch job cannot be canceled

2017-03-09 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, I see that all four of those jobs are now in the CANCELED state. Please let me know if you're seeing issues with other jobs. Thanks, Josh, AdWords API Team On Thursday, March 9, 2017 at 12:58:11 AM UTC-5, Dongliang Yu wrote: > > id:457211845, status:CANCELING, progressPercent:31 >

Re: SearchImpressionShare actual value instead of "< 10%"

2017-03-09 Thread Alexandros Gouvatsos
Hi, In the 'Reporting Basics' documentation of Adwords API it mentions that if the 'skipReportSummary' attribute is false or not specified (in my case I don't specify it), then the report will include the summary row. However, there is no summary row. I'm using the .NET C# libraries for the