Re: ReportDefinition Class object for v201206

2012-08-14 Thread dksingh
Hi Kevin, Will ReportDefinition remain supported after 201109 or 201109_1 sunset? On Wednesday, July 25, 2012 1:47:06 AM UTC+5:30, Kevin Winter wrote: To clarify, yes, they have been removed permanently with v201206. The published XSDs can be used to generate code/serialize objects. -

Re: Reports not being returned in requested format

2012-08-14 Thread Oliver
Thanks. Much appreciated. Oliver On Monday, August 13, 2012 6:13:26 PM UTC+1, tozor wrote: We are caching the AdwordsUser instance in our code (which contains the token). However we were doing this in the reporting part of our application based on the account email, which is not the same

Pixels Problem - Client side to server side

2012-08-14 Thread Tsahi Tal
Hello, I have a problem firing the Google Adwords pixels from Client side to server side. my objective is to import into GA data for registration and deposit events that occur within 3rd party secure pages accessed via 3rd party software and mobile applications (iOS webapps, Android AIR and

Does the creativeID change when an ad is edited?

2012-08-14 Thread exner.cur...@googlemail.com
I am talking about the creativeId passed by ValueTrack's {creative}. Thanks in advance. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Max Field Length returned for query in SEARCH_QUERY_PERFORMANCE_REPORT

2012-08-14 Thread Crosby (StoneTempleConsulting)
anybody know? bonus: link to a reference with such limits? I found this, but it appears incomplete... (e.g.: no reference to query field in the SEARCH_QUERY_PERFORMANCE_REPORT) https://developers.google.com/adwords/api/docs/appendix/limits FYI: v201109 awapi_dotnet_lib_v13.3.0 --

Re: Does the creativeID change when an ad is edited?

2012-08-14 Thread Crosby (StoneTempleConsulting)
(without verifying, and your mileage may vary...) This is a long-standing feature of AdWords. You can't actually edit an ad or a keyword, etc. Behind the scenes, they are getting marked as paused and a new one is being created. (Remember the notfication you opted out of long ago in the web UI?)

Re: Does the creativeID change when an ad is edited?

2012-08-14 Thread Crosby (StoneTempleConsulting)
EDIT: marked as _deleted_ On Tuesday, August 14, 2012 8:46:20 AM UTC-4, Crosby (StoneTempleConsulting) wrote: (without verifying, and your mileage may vary...) This is a long-standing feature of AdWords. You can't actually edit an ad or a keyword, etc. Behind the scenes, they are getting

Re: Does the creativeID change when an ad is edited?

2012-08-14 Thread exner.cur...@googlemail.com
Behind the scenes, they are getting marked as paused and a new one is being created. But has the new created ad the same creativeId? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Sandbox Problem: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]

2012-08-14 Thread Allan Lopez
Hi Kevin, Thanks for the response. I've checked the soap_xml.log and unfortunately all the customer IDs there are 0. Well I hope your team can fix the bug. On Tuesday, August 14, 2012 2:49:52 AM UTC+8, Kevin Winter wrote: Hi, Could you please check the SOAP XML log (see the README) after

Re: Reports not being returned in requested format

2012-08-14 Thread AdWordsAPIAdvisor
Hello Tim, Thank you for the feedback. It is great to hear the issue is resolved. -Danial, AdWords API Team. On Monday, August 13, 2012 6:13:26 PM UTC+1, tozor wrote: We are caching the AdwordsUser instance in our code (which contains the token). However we were doing this in the

Re: Payment

2012-08-14 Thread Danial Klimkin
Hello Dilip, This forum is for technical questions regarding AdWords API only. Please contact the AdWords support regarding billing issues: http://support.google.com/adwords/ -Danial, AdWords API Team. On Saturday, August 11, 2012 8:10:45 PM UTC+4, Dilip Kumbhar wrote: I have paid some

Re: I can i get a developer token (i have an MCC account)

2012-08-14 Thread Danial Klimkin
Hello hagay, Please follow the guide here: https://developers.google.com/adwords/api/docs/signingup -Danial, AdWords API Team. On Sunday, August 12, 2012 5:56:01 PM UTC+4, hagay wrote: Hello, I am new to Google Adwords. I just got an access to MCC account. How can i get a developer

Re: New AdWords PHP Client (rewrite)

2012-08-14 Thread Danial Klimkin
Hello Brandon, We are looking to improve all of our libraries and the one for PHP in particular. At the moment the changes are limited due to backward compatibility requirements. A more major rework in considered for future though. It will be great if you could log your ideas as feature

Re: v2012106 .net client library?

2012-08-14 Thread Anash P. Oommen
Hi Reed, Yes, the issues are fixed in v14.7.0 of the .NET client library, you may use it. If you face any new issues, feel free to ping this thread or open a new issue at http://code.google.com/p/google-api-adwords-dotnet/issues/list. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday,

Re: ReportDefinition Class object for v201206

2012-08-14 Thread Kevin Winter
Hi, It depends what you mean by supported. Starting with v201206 (and onward) the ReportDefinition object is not a part of the WSDL, because we removed the ability to retrieve stored ReportDefinitions via the ReportDefinitionService. However, we will still support downloading AdHoc report

migrated version of Account_Structure Report

2012-08-14 Thread Crosby (StoneTempleConsulting)
Hi, Anybody know what fields will trigger an AdHoc report to kick down the account Structure data (primarily, name and accountId). I found this, which may have been updated (it is old), and at any rate does not include a crib sheet for account_structure equivalent...

CUSTOMER_NOT_WHITELISTED_FOR_API only for some clients?

2012-08-14 Thread veseo
Hi, I've been implementing the BudgetOrderService and tried to get the budgets for a bunch of clients (I have been whitelisted) and, to my surprise, while it works for some of the clients, it returns CUSTOMER_NOT_WHITELISTED_FOR_API for most of the clients (talking in numbers: 18 working and

Re: Can't compile AdWords API Example File?

2012-08-14 Thread Whistler Media
Hey, I don't think it is a corporate firewall issue because I can get an example to work easily easily on my Linux Mint partition. I tried a basic hello world example which was what I provided snapshots of before and it failed to work on Win 7. It did get further in the process when I turned

oauth2 service account with google adwords api for ruby

2012-08-14 Thread Antony Vorobiev
Hello all, I was using ClientLogin authorization method in my server application for several months, but now it throws CaptchaRequired error because of too much authorization attempts for about 100 client_customer_id in a batch, so I'm looking for the way to get 100+ client accounts processed

Urgent Age Range Exception to solve

2012-08-14 Thread javeed
Hi, When i try to publish or update AgeRange to CampaingCriterionService. I am getting the following error. CriterionError.CANNOT_ADD_CRITERIA_TYPE. AgeRange ar1 = new AgeRange(); ar1.setId(503001); ar1.setAgeRangeType(AgeRangeAgeRangeType.AGE_RANGE_18_24); ageTargets.add(ar1); And try to

AddCampaignTargetingCriteria.php error

2012-08-14 Thread Octav
I run AddCampaignTargetingCriteria.php and i receive: An error has occurred: Unmarshalling Error: cvc-elt.4.3: Type 'ns1:Location' is not validly derived from the type definition, 'boolean', of element 'ns1:isNegative'. I can not figure out what is the problem. Thank you --

Re: migrated version of Account_Structure Report

2012-08-14 Thread Oliver
This is what I was told back in May when I asked this same question: There's a known issue where the Account Performance Report will only return back rows for which there are impressions. This is true only for the Account Report. Oliver On Tuesday, August 14, 2012 2:54:56 PM UTC+1, Crosby

best way to get a report containing the fields : ad_id, ad_group, account_id, campaign_id

2012-08-14 Thread hagay
Hi, How can I retrieve report that containing the the following fields: *ad_id, ad_group, account_id, campaign_id* * * Thanks in advances, hagay. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: migrated version of Account_Structure Report

2012-08-14 Thread Crosby (StoneTempleConsulting)
thanks resolved / bug My workaround - I'll just fetch it with the campaign service. It's pretty light compared to the others anyways. Thanks, ~Crosby On Tuesday, August 14, 2012 9:54:56 AM UTC-4, Crosby (StoneTempleConsulting) wrote: Hi, Anybody know what fields will trigger an AdHoc

Re: best way to get a report containing the fields : ad_id, ad_group, account_id, campaign_id

2012-08-14 Thread Crosby (StoneTempleConsulting)
I'd head over to the AdHoc reporting and dust off an AD_PERFORMANCE_REPORT. https://developers.google.com/adwords/api/docs/appendix/reports There is the spec. Basically, if you want just the structure data (with no metrics like impressions, clicks, etc.), then exclude the Day from your list,

Re: Does the creativeID change when an ad is edited?

2012-08-14 Thread Crosby (StoneTempleConsulting)
nope. new. unique creativeID. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

Re: Max Field Length returned for query in SEARCH_QUERY_PERFORMANCE_REPORT

2012-08-14 Thread Crosby (StoneTempleConsulting)
FYI: Max length for query field in search_query_performance_report appears to be 128 (based on sampling) I'm setting it a tad higher to be safe. Cheers. ~Crosby -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Perl Client Library 2.7.0 and Authorization Handlers

2012-08-14 Thread PerlDeveloper
Hi, Currently working on upgrading our Perl Client Library from 2.5.4 to 2.7.0. Because the program we use to access the API must be able to access individual accounts, we do not currently use an adwords.properties file to supply parameters to the new client as the parameters are supplied by

Re: Timezone reference table updated

2012-08-14 Thread Brandon Parise
The timezone is not being shifted based upon the observance of daylight savings time. I pulled a report for today: 103526900,2012-08-14,1.0,4,1,7.59,9,(GMT-05:00) Eastern Time The current offset should be GMT-04:00 B On Wednesday, February 29, 2012 6:05:16 PM UTC-5, Eric Koleda wrote: Hi

Re: Perl Client Library 2.7.0 and Authorization Handlers

2012-08-14 Thread PerlDeveloper
Note: Even if we were to use properties_file with a variable to select different files for each account, that means we also still have to have every single account's login data hardcoded on a properties file on the system, and we would like to avoid this if at all possible. On Tuesday, August

Re: Perl Client Library 2.7.0 and Authorization Handlers

2012-08-14 Thread PerlDeveloper
Note: properties_file with a variable would allow us to select individual accounts but then would require us to have every account's login information stored in multiple property files on the server, which is undesirable. We would like the credentials to be supplied by user/database retrieval

Campaign Performance Report fails when I select Device, succeeds otherwise

2012-08-14 Thread Jim McCabe
I am working on some code which submits a v201109 report on a specific campaign. All I want to do is add the Device output column so that I can measure mobile performance. However when I add Device to the selector fields, the request fails with this error:

Re: Campaign Performance Report fails when I select Device, succeeds otherwise

2012-08-14 Thread Jim McCabe
More specifically, why are these fields incompatible with Device? - BudgetLostImpressionShare - ExactMatchImpressionShare - ImpressionShare - QualityLostImpressionShare Jim -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Downloading the JS Remarketing Tag

2012-08-14 Thread prashant sharma
Via Adwords API, Is there a way i can download the Javascript generated for the remarketing Tags. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: Keywords_Performance_Report - how to download data for deleted keywords?

2012-08-14 Thread Crosby (StoneTempleConsulting)
Thanks for responding. While I have a workaround, I didn't solve this the conventional way... (see below) I would very much appreciate anyone's assistance. What I am trying to do is use the reporting service to get a complete snapshot of my account's keywords, e.g.: all active, paused,

Re: Keywords_Performance_Report - how to download data for deleted keywords?

2012-08-14 Thread Crosby (StoneTempleConsulting)
(tried removing IsNegative, along with all sort of combos of other fields, to no avail...) -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Auth Caching on Java Client Library v201109

2012-08-14 Thread stepanian
When I create an AdWordsUser object using the Java client library v201109, does it cache the authentication token behind the scenes? If no, do I need to account for it manually? How? If yes, does it also do it when creating AdWordsUser objects in separate threads (processes)? Recently I