Re: How to add more then one predicates in selector

2017-03-06 Thread 'Peter Oliquino' via AdWords API Forum
Hi Eshwar, Could you confirm if you are using the Java client library? If yes, you may try using something like the code below : Predicate idsPredicate = new Predicate(); idsPredicate.setField("Id"); idsPredicate.setOperator(PredicateOperator.IN); idsPredicate.setValues(seIds); Predicate

Re: How long to wait for the approval of the application?

2017-03-06 Thread silver . borisov
Good day! 903-356-9205 понедельник, 6 марта 2017 г., 18:57:35 UTC+3 пользователь Shwetha Vastrad (AdWords API Team) написал: > > Hi, > > Please let me know your AdWords manager account (MCC) ID (e.g > 123-456-7890) and I can check in with the compliance team. > > Regards, > Shwetha, AdWords

How to add more then one predicates in selector

2017-03-06 Thread Eshwar Chettri
Hi, I want to know hoe can i add Two predicate fields in selector. Below is the code how i tried but only one is getting set to selector. Predicate idsPredicate = new Predicate("Id", PredicateOperator.IN, seIds); Predicate idsPredicate1 = new Predicate("Status",

Re: "This product group does not contain any products."

2017-03-06 Thread 'Peter Oliquino' via AdWords API Forum
Hi David, Could you confirm if the issue is encountered in the AdWords UI? If so, it will be best if you redirect your concern to the AdWords Community forum as we only cater to AdWords API-related concerns.

Re: The status of the CrmBasedUserList does not change from "uploading..."

2017-03-06 Thread 竹田祥
Thank you ! Your advice was very helpful. I appreciate your support. 2017年3月7日火曜日 2時24分32秒 UTC+9 Nadine Sundquist (AdWords API Team): > > Hi, > > Thanks for the update! I checked from our side, and everything looks good. > I'm happy to hear that the list is populating. You are correct. It does

"This product group does not contain any products."

2017-03-06 Thread David Antunes
Hi, I'm using a sub-division on a product group by Item ID, and some items are saying that "This product group does not contain any products." when clicking the small chat icon - this is happening on a seemingly random basis - to random products What could be the problem here? Thanks! David

Re: Hi. I have a developer token under a google account that i will no longer have access to in a few months. How can i move it to a new account?

2017-03-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Francisco, Please contact the AdWords API Compliance Team using this form to get your token transferred to the new account. If you would rather change the API contact email, please follow these instructions: 1. Log into your AdWords

Hi. I have a developer token under a google account that i will no longer have access to in a few months. How can i move it to a new account?

2017-03-06 Thread Francisco Castillo
As the title says I have a developer token with unlimited access at acco...@domaint1.com but i will lose access to it soon. So i would like to move it to acco...@domain2.com Where do i even send this request? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: Constant CONCURRENT_MODIFICATION error when creating

2017-03-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Luis, The CONCURRENT_MODIFICATION error usually appears for one of the following reasons: - More than one thread is operating on the entity in a multi-threaded environment - A user in the AdWords web interface is updating the entity at the same time. - An internal process on

Re: Sub domain redirects - Ads, Final Urls and Display Urls

2017-03-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Giles, That is strange indeed. Forum posts will be deleted sometimes if they contain any personal or private information. I also see there was a technical glitch

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

2017-03-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, If you are interested in extracting the totals, you can set the ' skipReportSummary ' attribute in the request header to false and the last row in your report should correspond to the totals. Please note

Re: Api AdWords Automated Rules

2017-03-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Mario, The minimum frequency for automated rules is "daily" at the moment. You can set up scripts to make automated changes and schedule these to run once, hourly, daily, weekly or monthly at a certain hour. You can also use AdWords API

Re: How to download search query report for C# using adworsd Api

2017-03-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jaydeep, You need to use the Query field in the Search Query Performance Report to retrieve the Search terms which triggered your ads. You can also use the Keywords Performance Report

Re: BatchJob runtime performance issue

2017-03-06 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, The code that you shared looks correct. There might be an intermittent issue with performance of the batch jobs which might have caused delays on your side. Could you please confirm if you saw any batch job failures? If you are still facing issues, please let me know and I would dig deeper

Re: Advanced remarketing rules through API

2017-03-06 Thread Jonathan de Zoete
Hi Josh, Thanks for your reply. The User list ID of the user with the combination list is 460264999 The User list ID of the user with the not-createable-rules is 460819655 I also created date rule list: 463709364 This date based rule userlist has a funky result in the UI:

Constant CONCURRENT_MODIFICATION error when creating

2017-03-06 Thread Luis C. Cruz
I have a program written in C# that creates AdWords campaigns starting from the creation of an Account and then adding campaigns, adgroups, ads, keywords, configurations and more. It can be seen as a pipeline of processes, one after the other, and it stops if a previous process fails. At

Re: Consistent InternalApiError.UNEXPECTED_INTERNAL_API_ERROR when setting Location criterion on non-US shopping campaign.

2017-03-06 Thread Jean-Guy Speton
Hi... any update on this issue? We are still getting this error 100% of the time. Thanks. On Friday, March 3, 2017 at 11:03:22 AM UTC-8, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Jean-Guy, > > Could you send over the SOAP request log as well so I can take a look? > Could you also

Re: Is there a better way to Pause all Campaigns at once in emergency case

2017-03-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Mio, Using AdWords API, you can target one account in a request. You'll have to continue using the approach you describe to pause all campaigns. You can change the clientCustomerId during run time and automate your program to perform these operations for all your accounts. Regards,

Re: The status of the CrmBasedUserList does not change from "uploading..."

2017-03-06 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi, Thanks for the update! I checked from our side, and everything looks good. I'm happy to hear that the list is populating. You are correct. It does take quite a bit of time to process, especially when there are a lot of items uploaded. If you have any further issues, please don't hesitate

Re: geo performance by ZIP_CODE?

2017-03-06 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Matt, You can use Geo Performance Report to get performance stats for a geographic location. Adding MostSpecificCriteriaId

Re: How to get the keyword which triggered the phone call?

2017-03-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Shubham, You should use Search Query Performance Report to retrieve the statistics aggregated at the search term level. The CreativeId

Re: How long to wait for the approval of the application?

2017-03-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Please let me know your AdWords manager account (MCC) ID (e.g 123-456-7890) and I can check in with the compliance team. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

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

2017-03-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Dmitry, As specified in this guide , only positive targeting and bid modification is allowed for Platform criteria. To opt out of a particular platform, you need to set its bid modifier

Re: Solution for creating a label when creating a TextAd

2017-03-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Dan, Yes, you'll need to use two separate operations; one to create a Label and another one to apply the Label to your AdGroupAds

Api AdWords Automated Rules

2017-03-06 Thread Mario Rossi
Hi! I need to set up automated rules for my keywords scheduled every hour, daily. Is there a way I can do that (hourly frequency)? Because as for now the choices for the frequency start from daily and so on. I would really appreciate your feedback -- --

How to download search query report for C# using adworsd Api

2017-03-06 Thread Jaydeep More
Hi all I want to download report of my search keywords reports same as placement report can anyone help I have tried string searchquery = "SELECT " + "CampaignName, AdGroupName, Criteria, CpcBid, Impressions, Clicks,Conversions,Cost " +

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

2017-03-06 Thread Alexandros Gouvatsos
Thanks for your reply! As a follow-up question, how does the Adwords Platform then measure totals for those metrics? My issue is that because of this "<10%", there is a disparity between the numbers in the Adwords platform and the numbers I pull and calculate using the API. -- --

Re: BatchJob runtime performance issue

2017-03-06 Thread dima
Another job, running right now: Sleeping 2 seconds... Batch job ID 455533540 has status 'ACTIVE'. Sleeping 4 seconds... Batch job ID 455533540 has status 'ACTIVE'. Sleeping 8 seconds... Batch job ID 455533540 has status 'ACTIVE'. Sleeping 16 seconds... Batch job ID 455533540 has status 'ACTIVE'.

Is there a better way to Pause all Campaigns at once in emergency case

2017-03-06 Thread ZoreMio
Hello, I need to find a solution, how to pause all campaigns as fast as possible. My scenario 1) Download all campaigns per all MCC sub accounts. 2) Create operations to set label and set status paused. 3) Upload them all back via Incremental batch Job. same with enable them back (only

Re: Advanced remarketing rules through API

2017-03-06 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Jonathan, You've raised an interesting point! Would you mind sharing the user list ID of the user list you created through the user interface so I can look it up? Thanks, Josh, AdWords API

BatchJob runtime performance issue

2017-03-06 Thread dima
Hi, Our software manages customers budgets and as result it performs a lot of BudgetOperations, thus the performance is critical. I just had a job that updates budgets/delivery methods of 15 campaigns and it took several minutes. Am I doing something wrong? Thanks Job ID is 455295008