Re: Sandbox MCC GetCampaigns Not Generating Test ClientCustomerId Values

2012-08-01 Thread Kevin Winter
Hi Chris, If you have an approved developer token, you can access any AdWords account in production that you already have. Here's more information about signing up to use the AdWords API: https://developers.google.com/adwords/api/docs/signingup - Kevin Winter AdWords API Team On Wednesday,

Re: Failed to Get a List of Automatic Placements via AdGroupCriterionService

2012-08-01 Thread Kevin Winter
Hi Tomer, Yes, this is correct. The client libraries come with a DownloadCriteriaReport example that demonstrates how to use the client library to download a report (parsing is left as an exercise). - Kevin Winter AdWords API Team On Wednesday, August 1, 2012 4:11:21 PM UTC-4, Tomer Peled wr

Re: Failed to Get a List of Automatic Placements via AdGroupCriterionService

2012-08-01 Thread Tomer Peled
Hi Kevin, Thank you for the explanation. So just to summarize, In order to get the automatic placements I'll have to run the automatic placement report, which might be involved with the downloading of the report file and then to parse it, correct? Thanks again, Tomer -- =~=~=~=~=~=~=~=~=~=~=

Re: Sandbox MCC GetCampaigns Not Generating Test ClientCustomerId Values

2012-08-01 Thread chris
Hi Kevin, While the sandbox is down, is there a place to apply for a live account? I can't seem to find any link. Thanks, Chris On Tuesday, July 31, 2012 10:19:20 AM UTC-4, Kevin Winter wrote: > > Yes, this is currently the case. We apologize for the inconvenience. > > - Kevin Winter > AdWord

No GLOBAL_MONTHLY_SEARCHES in v201206

2012-08-01 Thread Kevin
Hi, I'm trying to migrate to v201206 but found that GLOBAL_MONTHLY_SEARCHES and AVERAGE_TARGETED_MONTHLY_SEARCHES are no longer supported. Are there alternative attributes that I could use to get these 2 metrics? Thanks, Kevin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Report contents are invalid. - !!!1|||-1|||Unexpected exception???

2012-08-01 Thread Kevin Winter
Hi, I found the request in the log, but there's no explanation for the failure. I think some temporary condition is preventing the report from executing, but we don't expect that condition, so instead of providing a helpful error message (such as "Please retry"), we instead get this Unexpect

Re: Report contents are invalid. - !!!1|||-1|||Unexpected exception???

2012-08-01 Thread aengland
We run the report for around 460 accounts. The last error occurred at 7/30/2012 10:02:49 PM ET for account id 6990541686. The report name was "Keywords performance report 7/29/2012". Please let me know if you need anything further. Thanks for your help. On Wednesday, August 1, 2012 12:02:49

Re: Re-initializing a sandbox account

2012-08-01 Thread Kevin Winter
Hi Florian, Could you please let me know what version of the php lib (and therefore example) you are using and send me the SOAP XML log for the request off-list? - Kevin Winter AdWords API Team On Monday, July 16, 2012 12:01:00 PM UTC-4, Florian Eckerstorfer wrote: > > Hello, > > I still see

Re: Four Weeks and still Pending Approval

2012-08-01 Thread nikki Albano
Its a shame that API approval takes so long. On Wednesday, August 1, 2012 4:52:32 PM UTC+1, Scott Donnelly wrote: > > Hi, > > I applied for Adwords API access about 4 weeks ago, and I am still Pending > Approval - what is going on, surely it does not take this long? I have > tried contacting the

Re: Report contents are invalid. - !!!1|||-1|||Unexpected exception???

2012-08-01 Thread Kevin Winter
Hi, I'm sorry, I need the clientCustomerId of the account you are running the report against - that one is for your MCC account. If could include the specific report name and account that failed along with an estimate of when the request would made, it would make it much easier to locate in t

Re: Four Weeks and still Pending Approval

2012-08-01 Thread Scott Donnelly
Oh, and my Customer ID is 482-369-5038 On Wednesday, 1 August 2012 16:52:32 UTC+1, Scott Donnelly wrote: > > Hi, > > I applied for Adwords API access about 4 weeks ago, and I am still Pending > Approval - what is going on, surely it does not take this long? I have > tried contacting the Adwords

Four Weeks and still Pending Approval

2012-08-01 Thread Scott Donnelly
Hi, I applied for Adwords API access about 4 weeks ago, and I am still Pending Approval - what is going on, surely it does not take this long? I have tried contacting the Adwords team, I have answered the extra details that were required, but still pending. I have some urgent tasks to undertake

Double records in AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT

2012-08-01 Thread Zweitze
ressions Conversions ConversionsManyPerClick ViewThroughConversions ConversionValue 20120616 20120801 https://adwords.google.com/api/adwords/cm/v201109";>AutomaticPlacementResult_20120616_20120801 https://adwords.google.com/api/ad

Re: How to try the PHP Webapp. Error 500

2012-08-01 Thread Kevin Winter
Hi Fab, What version of the client library are you using with the WebApp? Are you seeing any stacktraces, perhaps in logs? If you try to set up the webapp from scratch (download the webapp to a new dir, download client lib to new dir, deploy), do you see this? - Kevin Winter AdWords API Team

Re: VideoCampaigns and VideoAds / YouTube Promoted Videos

2012-08-01 Thread Kevin Winter
Hi Reed, Still no update of Video campaigns, reporting or management. We'll be sure to announce on the blog if and when we add support. - Kevin Winter AdWords API Team On Monday, July 30, 2012 3:14:25 PM UTC-4, Reed wrote: > > Hi - is there an update on this topic, re API support for YouTube

Re: Fast rebiding

2012-08-01 Thread Kevin Winter
Hi Igor, The UpdateKeyword code example updates a single keyword at a sime. You should be able to batch up to 10,000 keyword bid updates in a single request, which should greatly improve performance. If you're executing this in a single thread, you might want to consider using the MutateJob

Re: MUST_USE_CONCRETE_ADEXTENSION: Cannot add sitelinks

2012-08-01 Thread Kevin Winter
Hi Senthil, I pasted this code into both the new and old java libraries for v201109 and my mutate request looks like this in both cases: https://adwords.google.com/api/adwords/cm/v201109";> ADD 123 https://adwords.google.com/api/adwords/cm/v201109";

Re: Report contents are invalid. - !!!1|||-1|||Unexpected exception???

2012-08-01 Thread aengland
We use a report name of "Keywords performance report 7/31/2012", where the date is the date we are importing for and our client customer Id is 913-098-5382. Please let me know if you need anything further. Thanks for your help. On Wednesday, August 1, 2012 10:24:51 AM UTC-4, Kevin Winter wro

Re: Retrieving keyword match type in v201206 Java lib

2012-08-01 Thread Kevin Winter
Hi, This feature was actually removed from the UI and the API removed it with v201206 to follow suit. You can use the RelatedToQuerySearchParameter with a given search query to receive a list of proposed exact match keywords. - Kevin Winter AdWords API Team On Monday, July 30, 2012 6:55:24 A

Re: Report contents are invalid. - !!!1|||-1|||Unexpected exception???

2012-08-01 Thread Kevin Winter
Hi, When you schedule the report, does it use a unique ReportName? Could you please send the ReportDefinition XML (or unique report name) and the clientCustomerId of the targeted account off-list? Our logs extend back only 8 days, so it's important we check soon after you see this problem.

Re: Failed to Get a List of Automatic Placements via AdGroupCriterionService

2012-08-01 Thread Kevin Winter
Hi Tomer, You can still receive a report on all automatic placements via the Automatic Placements report. The only missing functionality is the other domains part the UI displays. Every automatic placement that receives a click or a certain threshold of impressions will show up in the report

Re: Account v13 to v201206

2012-08-01 Thread ChristianFR
I forgot to mention that we use the DotNet Client Library 14.6 Le mercredi 1 août 2012 13:06:32 UTC+2, ChristianFR a écrit : > Hello > We work to stop using the v13 > > In the v201206: > > How to retrieve the details of our accounts? example, the status, > addresses, fax, phone etc. .. > > I

Re: Report contents are invalid. - !!!1|||-1|||Unexpected exception???

2012-08-01 Thread aengland
This "Report contents are invalid. - !!!1|||-1|||Unexpected exception???"issue is occurring again. We had the error occur Mon 7/30/2012 10:03 PM ET and Wed 7/25/2012 10:07 PM ET. Both time we re-ran the import process the next morning and it succeeded. Please advise what we need to do to get

Account v13 to v201206

2012-08-01 Thread ChristianFR
Hello We work to stop using the v13 In the v201206: How to retrieve the details of our accounts? example, the status, addresses, fax, phone etc. .. I can not find information in ManagedCustomer and ManagedCustomerService. you have a sample code? thank you -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: How to Send Conversion Signal Per HTTP Request

2012-08-01 Thread Adhummer
Any ideas? On Wednesday, August 1, 2012 1:23:35 AM UTC+2, Adhummer wrote: > > We have a software which tracks phone call conversions. However it is > faulty and I want to adjust it to the better. Just so you understand, the > software collects information about the new users when a new visitor

Re: can't add campaigns

2012-08-01 Thread Anash P. Oommen
Hi Francois, Could you please check the inner exception property of the thrown exception? That has more details on why the example failed. If you aren't getting much progress on fixing this, feel free to open an issue at http://code.google.com/p/google-api-adwords-dotnet/issues/list. I'll follo

Re: Bulk Job Issue with more than one Bulk Part Index.

2012-08-01 Thread Anash P. Oommen
Hi, Could you please open an issue on the library issue tracker? I'll follow up with you over the tracker. http://code.google.com/p/google-api-adwords-dotnet/issues/list Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, 20 July 2012 23:26:29 UTC+5:30, API2Go wrote: > > - We have one b