Re: ReportDefinitionService doesnt work

2015-03-10 Thread Michael D
Hi Anash, im in a portable class libary, the AdWords API .NET libary does not work for me. Yes you are right. Mono cant handle XmlIgnoreAttribute() correctly. Patching the generated code works fine for me now. Im getting the ReportFields now. But no values for example for clicks or impression

Re: Empty criterion report in display campaign

2015-03-10 Thread Christian
Hi Josh, thanks for clarification. Indeed, that seems to be the problem here. Concerning the multiple attribution reports, we already utilize them to, e.g., optimize bid modifiers for age or gender criteria. One of our use cases for the criteria performance report is that we use its aggregated

Re: Empty criterion report in display campaign

2015-03-10 Thread Josh Radcliff (AdWords API Team)
Hi Christian, The Ad Group Performance Report should include *all* impressions, including those for parental status or custom affinity audiences, so I definitely recommend using that for your use case. We're actively looking into improving handling of unsupported criteria types in criteria lev

Re: INVALID_PROXIMITY_ADDRESS occurs for valid data episodically

2015-03-10 Thread Josh Radcliff (AdWords API Team)
Hi, I've tried reproducing this behavior multiple times but in all cases the address you provided is accepted. One thing you may want to do is use GeoLocationService to first validate your *address*. This wi

Re: INVALID_PROXIMITY_ADDRESS occurs for valid data episodically

2015-03-10 Thread Dzmitry Zahusta
Hi, I've already changed my logic to what you mentioned (set geoPoint together with Address object). but can you please clarify how I can get request IDs in Java code? вторник, 10 марта 2015 г., 16:10:33 UTC+3 пользователь Josh Radcliff (AdWords API Team) написал: > > Hi, > > I've tried reprod

Re: INVALID_PROXIMITY_ADDRESS occurs for valid data episodically

2015-03-10 Thread Josh Radcliff (AdWords API Team)
Hi, At the moment, you would have to get them from your SOAP logs. We have an open issue for improving the capture of request IDs in the library . Thanks, Josh, AdWords API Team On Tuesday, March 10, 2015 at 9:43:11 AM UTC-4, Dzmitry Za

FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE after new site link for campaign

2015-03-10 Thread Nikola Jordanovski
Hello, so i am trying to match site-links with my campaign feed: 1. I created a feed - saved it in database 2. Using that data am creating a new feedmaping 3. Now after that i want to create sitelinks for a campaign, after first using ADD " $operation = new CampaignFeedOperation(); $operation->op

No client library for ads v201502 available at the moment

2015-03-10 Thread Juergen Henning
Hi, I'm trying to download the latest release of the Google ads api, but I cannot find the version v201502 used for Upgraded URLs in the client library for java. Can you please tell me, when the lib will be available? The respective blog article says: "The updated client libraries and code exa

Re: No client library for ads v201502 available at the moment

2015-03-10 Thread Danial Klimkin
Hello Juergen, This is correct, we are still working on the libraries. All of them should be out within a few days. -Danial, AdWords API Team. On Tuesday, March 10, 2015 at 6:34:36 PM UTC+3, Juergen Henning wrote: > > Hi, > > I'm trying to download the latest release of the Google ads api, b

Re: Как добавить цену за клик для ключевого слова

2015-03-10 Thread Danial Klimkin
Добрый день, Подробно установка ставок описана в следующем документе: https://developers.google.com/adwords/api/docs/guides/bidding -Даниил, команда AdWords API Team. On Monday, March 9, 2015 at 12:04:46 PM UTC+3, sneus...@treto.ru wrote: > > Добрый день, подскажите как добавить к ключевом

Sudden GENERIC_BILLING_ERROR

2015-03-10 Thread Victor Andrey
Hello, As of today our platform stated suddenly getting a lot of this GENERIC_BILLING_ERROR and before we were not experiencing this at all. Basically, the flow we have is we create a customer and after that a budget order. Worth mentioning that we have consolidated invoice setup. I attached

v201502 Geo Performance Report Changes

2015-03-10 Thread Charlie Saunders
Hello, I starting working on migrating to v201502 today (before I found out the Java libraries are not yet available), and I had a question about the announced changes to the Geo Performance Report. In the Migration Guide

Re: Sudden GENERIC_BILLING_ERROR

2015-03-10 Thread googlereseller
We have the same problem for a few days. Adwords API has massive outages for 10-30s all day, retrying requests 10-30 times works. Same problem in Adwords GUI when clicking on Budget orders, timeout after 16 seconds, no budget order displayed. Regards On Tuesday, March 10, 2015 at 8:34:45 PM UTC

How do I get a long-lasting oauth token for ruby access to campaign stats api

2015-03-10 Thread Eric Berry
I am writing an app which automatically imports cost data for adwords campaigns. This is something that runs in a Rails app and is triggered by a cron job. A user is not logged into the app in order for it to be triggered. I have created an application-based client id and with it, generated an

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2015-03-10 Thread Sofia Agboatwalla
Hi Bikram, I am trying to send data to other Adwords accounts which are not related to my MCC. You wrote: "After this is done, you have to register the OAuth process where the client can visit your page and give access to the above OAuth account. This step will generate "oAuthRefreshToken"." C

Keywords performance report every few minutes

2015-03-10 Thread Donatello
Hello, I'm new with API and I wondering, Can i pull a Keywords performance report every 15 minutes with the data of the last 15 minutes ? For example, data for 15 minutes intervals 10/3/2015 10:00 - 10/3/2015 10:15 10/3/2015 10:15 - 10/3/2015 10:30 10/3/2015 10:30 - 10/3/2015 10:45 and so on du

m.10 all campaign-related required settings in Creation Functionality

2015-03-10 Thread Bryan Powell
Could someone please shed some light on the statement for M.10 RMF: "all campaign-related required settings in Creation Functionality "? Are "all campaign-related" settings C.10 through C.610? Is there a clear

ValuePerConvertedClick vs ValuePerConversion in v201502, ReportDefinition, GEO report

2015-03-10 Thread gutsbutnuts
Hello According to the migration notes ( https://developers.google.com/adwords/api/docs/guides/migration/v201502) some columns in the ReportDefinition calls were renamed My problem now is that neither the old or new values work. I'm using the C# libs (latest ones v18.9) and have updated the DLL

Re: FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE after new site link for campaign

2015-03-10 Thread Josh Radcliff (AdWords API Team)
Hi, You can only have one CampaignFeed for a given campaign and placeholder type . If you want to add new sitelinks to your

Re: Keywords performance report every few minutes

2015-03-10 Thread Josh Radcliff (AdWords API Team)
Hi Don, You won't be able to get updated stats every 15 minutes. Please check out the Help Center article on data availability , as the same availability rules apply to both the API and the UI. Thanks, Josh, AdWords API Team On Tuesday, March

Re: How do I get a long-lasting oauth token for ruby access to campaign stats api

2015-03-10 Thread Josh Radcliff (AdWords API Team)
Hi Eric, As a starting point, I'd recommend using our Ruby client library if you are not already doing so. Your use case is a great fit for offline access ,

Re: m.10 all campaign-related required settings in Creation Functionality

2015-03-10 Thread Josh Radcliff (AdWords API Team)
Hi, For RMF questions, please contact the API Compliance Team via this form . Thanks, Josh, AdWords API Team On Tuesday, March 10, 2015 at 6:28:55 PM UTC-4, Bryan Powell wrote: > > Could someone please shed some light on the statement for M.10 R

Re: ValuePerConvertedClick vs ValuePerConversion in v201502, ReportDefinition, GEO report

2015-03-10 Thread Josh Radcliff (AdWords API Team)
Hi, I see from your code snippet that you are still using v201409. If you switch to v201502 then the new field names should work as described in the migration guide. Thanks, Josh, AdWords API Team On Tuesday, March 10, 2015 at 6:29:07 PM UTC-4, gutsb...@gmail.com wrote: > > Hello > > According

Re: Report Summary is missing

2015-03-10 Thread HK
> > I realize this is an old thread, but is there a specific reason why the >> summary can't be included in the XML response? It is definitely something >> we would use. Our current solution is based on parsing XML and not a flat >> file, so it'd simplify the implementation on the client side i

Re: Sudden GENERIC_BILLING_ERROR

2015-03-10 Thread Josh Radcliff (AdWords API Team)
Hi, Thanks for pointing out this issue. I have raised it with the *BudgetOrderService* team and will post back here as soon as I have any updates. Best regards, Josh, AdWords API Team On Tuesday, March 10, 2015 at 5:19:55 PM UTC-4, WL wrote: > > We have the same problem for a few days. Adwords

Re: Uploading Offline Conversions is Very Confusing, especially trying to do it Server Side only.

2015-03-10 Thread Mark Jones
Hello Mike, Thanks for the reply. Shortly after posting my question I did figure out that I needed to create an installed application. For my Use Case I am going to be tracking GCLID clicks and uploading offline conversions for a client. They have a My Client Center Account that contains man

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2015-03-10 Thread Josh Radcliff (AdWords API Team)
Hi, If the AdWords accounts you are trying to access are not linked to your MCC, then you can still access those accounts via the API but you will need to get a separate *refresh token* for each account using the OAuth flow described in our Authentication guide

Re: Get Website URL where my ad is displayed

2015-03-10 Thread MCC Test
Hi Josh, Let me tell you clearly what I need tell them as I said above. So basically we need to know the specific url behind each lead in the automatic display partners, manual display partners (where we select the partners manually in adwords) and for remarketing. Is it possible to get the spe

Re: Meaning of [AdGroupCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand]

2015-03-10 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi Dominic, Probably, you haven't set the AdGroupCriterion type correctly. To use SET and ADD operations for AdGroupCriterion objects, a concrete type (e.g., BIddableAdGroupCriterion