Getting a list of placements for a campaign - what's missing from my request?

2015-01-27 Thread Omer Cohen
I want to get the performance of targeted placement-URLs (Mobile Apps) in my campaign(s). How can I do that? What's missing from my AWQL / API requests? I am trying in 2 approaches; In either way, I receive a list of* Excluded* placements for that campaign, but NOT the Placements I want to

adwords express keyword

2015-01-27 Thread SriniGlobalHelp
I have setup a couple of Adwords express ad campaign for our Donate for Clean Water campaign. Adwords express automatically created close to 9500 keywords for the ad and I would like to delete quite a few of the keyword that seem to be irrelevant but unfortunately it is not possible to

How to find out the lost impressions due to low bid price and estimated clicks ?

2015-01-27 Thread SriniGlobalHelp
For adwords campaigns, I keep getting recommendations from Google such as Raise bid for *free social media courses* from $2.00 to *$2.25 *Ad group: socialmedia training#1*1600* impressions may have been lost. You can get *5* more clicks for an additional cost of *$9.00*, based on an

URL upgrade: when will it be compulsory?

2015-01-27 Thread Alice de Clarens
hello, I've been told that URL upgrade would have to be implemented in July 2015: July is the very peak of our high season, so we cannot afford to bring changes in the structure from May to September. We have other main projects between now and May, I don't see how we could implement it before

URL_PERFORMANCE_REPORT Can't Do CONTAINS on URL Field

2015-01-27 Thread Charlie Saunders
Hello all, I am attempting to download a URL_PERFORMANCE_REPORT with a CONTAINS predicate on the URL field, but I keep getting the following error: HTTP Response Code: 400, FieldPath: selector, Trigger: Url, Type: SelectorError.INVALID_PREDICATE_FIELD_NAME Here is an example of my request:

Re: Unable to apply for AdWords API Access from my MCC account - nothing happens when I click Continue in AdWords API Center

2015-01-27 Thread Paweł Kasztelan
Hello Danial, I checked literally 10 minutes ago and the issue persists. I attached text files with request response coming from server and subsequent warning logged in console. I reported this issue by email on Thursday, and I have been encountering it from Wednesday, which was the first day

v201409 CRITERION_PERFORMANCE_REPORT how to specify CRITERION_TYPE by selector

2015-01-27 Thread 照沼領
Hi, there. Currently, I'm migrating from v201406 to v201409 . At Report API, I have some problems and questions. Please advice to me. __ Problems __ A When specified UNKNOWN CRITERIA_TYPE's , 500 Internal Error occur at CRITERIA_PERFORMANCE_REPORT. I can't find cause. v201406 is no problem.

Re: Keywords Performance URL Destination

2015-01-27 Thread Santiago Pomar
Thank you, Josh, then is neccessary set criterion with AdGroupCriterionService ? https://developers.google.com/adwords/api/docs/reference/v201406/AdGroupCriterionService Regards, El lunes, 26 de enero de 2015, 19:21:09 (UTC+1), Josh Radcliff (AdWords API Team) escribió: Hi, If you do not

Re: Getting Budget amount changes with CustomerSyncService

2015-01-27 Thread Tomas Rimkus
Thanks. That's exactly what I wanted to know. On Tuesday, January 27, 2015 at 9:37:33 PM UTC+1, Josh Radcliff (AdWords API Team) wrote: Hi, Thanks for clarifying. I just tried this on my test account by changing the budget amount on a shared budget that was linked to two campaigns. After

Re: Getting a list of placements for a campaign - what's missing from my request?

2015-01-27 Thread Josh Radcliff (AdWords API Team)
Hi, I would recommend adding a statistic field to your report request, e.g., *Impressions*. This will ensure that your report returns rows based on impressions served and not just the structure of your account. Also, for placements you can use either the PLACEMENT_PERFORMANCE_REPORT

Re: v201409 CRITERION_PERFORMANCE_REPORT how to specify CRITERION_TYPE by selector

2015-01-27 Thread Josh Radcliff (AdWords API Team)
Hi, In v201409 you can no longer filter by the *UNKNOWN* *CriteriaType* value. If you want to see *UNKNOWN* values, you can run the report without any filter on *CriteriaType* and filter to the *UNKNOWN* rows in the results when you process the response. Thanks, Josh, AdWords API Team On

Running AddAdGroupBidModifier.java returns Axisfault

2015-01-27 Thread Dev Gupta
Hello, I am trying to the run the AddAdGroupBidModifier.java using my test account credentials as below; i have replaced the key credentials with api.adwords.email=s...@gmail.com api.adwords.password=xxx api.adwords.clientCustomerId=5xx-xxx-xx63 # Optional, for cached

Re: Getting Budget amount changes with CustomerSyncService

2015-01-27 Thread Josh Radcliff (AdWords API Team)
Hi, Thanks for clarifying. I just tried this on my test account by changing the budget amount on a shared budget that was linked to two campaigns. After about 15 minutes, I ran *CustomerSyncService* for those campaign IDs and a min/max date range of today, and the service returned

Re: adwords express keyword

2015-01-27 Thread Josh Radcliff (AdWords API Team)
Hi, Regarding the API question, you could run a KEYWORDS_PERFORMANCE_REPORT https://developers.google.com/adwords/api/docs/appendix/reports#keywords for the campaign IDs associated with your AdWords Express promotions. You can identify those campaign IDs by running a

Re: URL_PERFORMANCE_REPORT Can't Do CONTAINS on URL Field

2015-01-27 Thread Josh Radcliff (AdWords API Team)
Hi Charlie, I just tried various predicates on the *Url* field in that report, and I can't get it to work either. I've contacted the reporting team to see if this is a documentation error or an issue with the report itself. I'll post back here once I hear from them. In the meantime, I think

Re: [Java] Spending limit of BudgetOrder is nullable?

2015-01-27 Thread Brandon
Hi Josh, Thanks for the response. I still got null values today. Does it still needs a couple days to finish the upgrade? Thanks, Brandon Josh Radcliff (AdWords API Team)於 2015年1月27日星期二 UTC+8下午10時31分12秒寫道: Hi Brandon, Thanks for confirming your selector fields. Do you still get nulls

Re: Running AddAdGroupBidModifier.java returns Axisfault

2015-01-27 Thread Dev Gupta
Thanks Josh; you are right. This was fixed with SET. Thanks for your prompt reply. -Devraj On Tuesday, January 27, 2015 at 2:27:28 PM UTC-8, Josh Radcliff (AdWords API Team) wrote: Hi Devraj, The key here is to look at the error message: CriterionError.BID_MODIFIER_ALREADY_EXISTS That

Re: [Java] Spending limit of BudgetOrder is nullable?

2015-01-27 Thread Josh Radcliff (AdWords API Team)
Hi Brandon, Thanks for confirming your selector fields. Do you still get nulls back today if you run those requests? I ask because your account was upgraded to the new billing interface on January 21st. It may be that you were requesting budget orders during that upgrade. Thanks, Josh,

Re: Keywords Performance URL Destination

2015-01-27 Thread Josh Radcliff (AdWords API Team)
Hi, No, it is not necessary to set it at the AdGroupCriterion level. You can set destination URL at several different levels in AdWords. - AdGroupAd (e.g., the url field of a TextAd https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupAdService.TextAd#url) -

Re: Running AddAdGroupBidModifier.java returns Axisfault

2015-01-27 Thread Josh Radcliff (AdWords API Team)
Hi Devraj, The key here is to look at the error message: CriterionError.BID_MODIFIER_ALREADY_EXISTS That error means that you are trying to *ADD* a bid modifier that already exists for the ad group. As mentioned in the AddAdGroupBidModifier.java

Re: Exact results for keyword search volume

2015-01-27 Thread OMC Ticketsystem
Thank you! The NetworkSearchParameter seems to do the work for me. Am Montag, 26. Januar 2015 19:25:06 UTC+1 schrieb Josh Radcliff (AdWords API Team): Hi, According to the RelatedToQuerySearchParameter.queries documentation

Re: Unable to apply for AdWords API Access from my MCC account - nothing happens when I click Continue in AdWords API Center

2015-01-27 Thread Danial Klimkin
Hello Pawel, Thank you for the details. I'll update this thread once the issue is resolved. -Danial, AdWords API Team. On Tuesday, January 27, 2015 at 11:06:43 AM UTC+3, Paweł Kasztelan wrote: Hello Danial, I checked literally 10 minutes ago and the issue persists. I attached text

Re: Adwords Label information API

2015-01-27 Thread Danial Klimkin
Hello Matthias, It is possible to retrieve associated Labels and filter by label IDs. See Labels and LabelIds columns in the reporting: https://developers.google.com/adwords/api/docs/appendix/reports -Danial, AdWords API Team. On Monday, January 26, 2015 at 9:44:41 PM UTC+3, Matthias

Re: URL upgrade: when will it be compulsory?

2015-01-27 Thread Danial Klimkin
Hello Alice, Unfortunately, we can't comment on the plans until official announcement. Please follow our blog for any relevant news: http://googleadsdeveloper.blogspot.com -Danial, AdWords API Team. On Tuesday, January 27, 2015 at 1:11:12 PM UTC+3, Alice de Clarens wrote: hello, I've