Ad group report contains entries which reference apparently not existing campaigns

2014-10-30 Thread Christian
Hi, we have an AdWords account where the ADGROUP_PERFORMANCE_REPORT has an entry whose campaign ID is not part of the data returned by the CAMPAIGN_PERFORMANCE_REPORT or the CampaignService endpoint. The campaign also is not listed in the AdWords web interface but it _is visible_ when the

Re: typo in bidding scheme definition

2014-10-30 Thread Josh Radcliff (AdWords API Team)
Hi Luca, You're absolutely correct - this was a typo in the v201406 https://developers.google.com/adwords/api/docs/reference/v201406/CampaignService.PageOnePromotedBiddingSchemeand v201402

Re: query regarding the google adwords api

2014-10-30 Thread Kiran Kumar
Hello, Even i have the same query may i know the solutinon for this and how far can i integrate this adsense with my adwords api On Wednesday, January 5, 2011 7:08:18 PM UTC+5:30, Saravanan D wrote: I want to know whether it is possible with google adsense API to perform the integration

Re: Click through rate bigger the 100%

2014-10-30 Thread Josh Radcliff (AdWords API Team)
Hi, There's a thorough discussion on this topic on this AdWords Community post https://www.en.adwords-community.com/t5/Basics-for-New-Advertisers/When-CTR-is-Above-100/m-p/53200/highlight/true#M5631. If you have further questions I'd recommend replying to that post, as this issue is not

Re: NPE in OAUTH

2014-10-30 Thread Josh Radcliff (AdWords API Team)
Hi Gopi, Are you using the latest version of the Java client library and its dependencies? Specifically, there is a new version of the OAuth library that fixes this NPE -- see issue 19 https://github.com/googleads/googleads-java-lib/issues/19. Cheers, Josh, AdWords API Team On Tuesday,

Re: Why do cost values come with zeros and without decimals?

2014-10-30 Thread Josh Radcliff (AdWords API Team)
Hi, All monetary values in reports are reported in micros. Please see the Reporting Concepts guide https://developers.google.com/adwords/api/docs/guides/reporting-concepts#money for further details and examples. Cheers, Josh, AdWords API Team On Thursday, October 30, 2014 12:14:26 AM UTC-4,

Re: Ad group report contains entries which reference apparently not existing campaigns

2014-10-30 Thread Josh Radcliff (AdWords API Team)
Hi Christian, Is the campaign in question an AdWords for Video or AdWords Express campaign, perhaps? If not, please post the campaign ID and the report definitions you're using and I'll investigate further. Campaign IDs aren't usually considered private information, but if you'd feel more

Re: query regarding the google adwords api

2014-10-30 Thread Michael Cloonan (AdWords API Team)
Hello, There is no built in way to integrate the AdWords API with the Adsense API, as far as I am aware. Regards, Mike, AdWords API Team On Thursday, October 30, 2014 8:29:43 AM UTC-4, Kiran Kumar wrote: Hello, Even i have the same query may i know the solutinon for this and how far can

Re: query regarding the google adwords api

2014-10-30 Thread Kiran Kumar
Can i integrate using my adwords api account where in i can use my ads preset for running ? On Thursday, October 30, 2014 6:56:28 PM UTC+5:30, Michael Cloonan (AdWords API Team) wrote: Hello, There is no built in way to integrate the AdWords API with the Adsense API, as far as I am aware.

Re: Required Minimum Functionality field conflicts

2014-10-30 Thread Peter Kingswell
anyone? :) On Tuesday, October 28, 2014 11:42:47 AM UTC-4, Peter Kingswell wrote: Hi, I'm updating our app to follow the AdWords RMF ( https://developers.google.com/adwords/api/docs/requirements). RMF R.20 states that ClickType must be shown. This isn't possible for us since we have

Re: Ad group report contains entries which reference apparently not existing campaigns

2014-10-30 Thread Christian
Hi Josh, thanks for the quick response. On the face of it the campaign looks like a regular one. The campaign ID is 235412174. Best, Christian On Thursday, October 30, 2014 1:42:10 PM UTC+1, Josh Radcliff (AdWords API Team) wrote: Hi Christian, Is the campaign in question an AdWords for

Re: OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY Bug?

2014-10-30 Thread Eric Maas
Hi Anash, Were you able to find out about the uniqueness behavior on adgroups? The 201402 version is sunsetting soon, so we need to know what we have to do. Thanks, Eric On Wed, Oct 22, 2014 at 4:06 PM, Eric Maas eric.stephen.m...@gmail.com wrote: Thanks! On Tue, Oct 21, 2014 at 11:23 AM,

Errors while trying to update criterion labels

2014-10-30 Thread Kamil
Hey, I can't update criterion labels data using the soap request. I am using your newest version of php-lib and anytime I try to send something with 'SET' operator I get the Soap Fault error: SoapFault exception: [soap:Server] Fault occurred while processing. I also tried to first remove all

MCC sub accounts creation error AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED

2014-10-30 Thread gk
Look the yaml file: adwords: client_id: 'MYCLIENTID.apps.googleusercontent.com' client_secret: 'HIDDEN SECRET' refresh_token: 'MY REFRESH TOKEN' user_agent: 'My UA' developer_token: 'MY DEV TOKEN' I am using python (https://github.com/googleads/googleads-python-lib). I used to be

Re: SEARCH_QUERY_PERFORMANCE_REPORT: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT

2014-10-30 Thread Akoudad Marvin
You're right and that work ! Thank's for your response. On Wednesday, October 29, 2014 2:31:53 PM UTC+1, Michael Cloonan (AdWords API Team) wrote: Hello, If you look at the error message you will see that the Trigger is the field named Status. If you look at the report definition for

Help AuthenticationError.OAUTH_TOKEN_INVALID

2014-10-30 Thread Alexey Chapurin
Help to deal with a error AuthenticationError.OAUTH_TOKEN_INVALID I do inquiry by an example https://developers.google.com/adwords/api/docs/guides/reporting __rdxml=reportDefinition id11/id selector fieldsCampaignId/fields fieldsId/fields

Re: SEARCH_QUERY_PERFORMANCE_REPORT: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT

2014-10-30 Thread Akoudad Marvin
Resolve ! I remove filter STATUS (i forget because i used for another Report). On Tuesday, October 28, 2014 6:43:28 PM UTC+1, Akoudad Marvin wrote: Hello ! I just begin to use Adwords API and more specifically the reports. But SEARCH_QUERY_PERFORMANCE_REPORT doesn't work, in fact i want

Re: Keyword Planner Tool API

2014-10-30 Thread Alex Wood
Hey Frank, It's going to be a total pain in the booty to pull keyword search vol from the API, in my opinion I'd just pull those stats 3rd party as simply put, google ain't givin that data no mo' without a fight -Alex On Wednesday, October 29, 2014 7:59:11 PM UTC-7, Frank T wrote: On

DESTINATION_URL_REPORT returns empty

2014-10-30 Thread Dudu Va'anunu
Hi, DESTINATION_URL_REPORT is not working for us for the last 2 days. It returns empty (only with header and totals) for all accounts. Other reports work perfectly. Do any of you guys use this report? have trouble with it? Thanks, David. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: ADD keywords operations : Concurrent vs. sequential

2014-10-30 Thread Anash P. Oommen (AdWords API Team)
Hi GDZ, Are you sure your machine is not blocking on outgoing connections? .NET, for instance, limits the number of simultaneous Web connections to 2. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, October 29, 2014 5:32:42 PM UTC-4, GDZ wrote: Hello! Not really a question but

Re: ADD keywords operations : Concurrent vs. sequential

2014-10-30 Thread GDZ
Absolutely no blocking. We're for example running 20 threads concurrently to get accounts report data without any problems... Blazing fast. On Thursday, October 30, 2014 3:07:42 PM UTC-4, Anash P. Oommen (AdWords API Team) wrote: Hi GDZ, Are you sure your machine is not blocking on