Re: The request failed with HTTP status 502: Bad Gateway.

2014-07-17 Thread SL
we are not experiencing this anymore. On Thursday, July 10, 2014 11:45:18 AM UTC-4, Ray Tsang (AdWords API Team) wrote: > > Sam, > > Could I trouble you to send me a few log entries (in private) as well? > > Thanks! > > Ray > > On Wednesday, July 9, 2014 4:39:36 P

Re: log file path

2014-07-17 Thread SL
e contribution. See > https://github.com/googleads/googleads-dotnet-lib/wiki/How-to-become-a-contributor-and-submit-patches > > for details. > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Wednesday, July 16, 2014 1:19:26 PM UTC-4, SL wrote: >> &

Re: log file path

2014-07-16 Thread SL
string logPath = AppDomain.CurrentDomain.BaseDirectory + "logs\\"; UpdateAppLogsSettings(logPath); public void UpdateAppLogsSettings(string path) { bool bShowError = false; XmlDocument xmlDoc = new XmlDocument(); try {

log file path

2014-07-15 Thread SL
I am writing a C# application to make use of the api and have 3 questions related to the log file path: How do/Can I retrieve the file path to the logs in the application? How do/Can I set the log path relative to the application in App.Config? How do/Can I set the log path at runtime? Thanks

Re: The request failed with HTTP status 502: Bad Gateway.

2014-07-09 Thread SL
tent? Is it still occurring? Around what time were you > getting those errors? What was the request that you were making? > > Thanks, > > Ray > > On Wednesday, July 9, 2014 3:50:50 PM UTC-4, SL wrote: >> >> getting The request failed with HTTP status 50

The request failed with HTTP status 502: Bad Gateway.

2014-07-09 Thread SL
getting The request failed with HTTP status 502: Bad Gateway. error today. Are you doing maintenance as in here https://groups.google.com/forum/#!topic/adwords-api/Yjz_znt6VQU Thanks, Sam -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://go

Re: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro] this morning

2014-07-04 Thread SL
hanks, > > Ray > > On Monday, June 30, 2014 8:23:20 PM UTC-4, FreeKill wrote: >> >> I'm having the exact same problem, and just in the last day or so... >> >> On Friday, June 27, 2014 11:25:40 AM UTC-4, SL wrote: >>> >>> This morning a proses w

Re: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro] this morning

2014-06-30 Thread SL
n. > > Thanks! > > Ray > > On Friday, June 27, 2014 9:15:54 AM UTC-7, SL wrote: >> >> It now changed to [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ >> com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro] >> Thanks, >> Sa

Re: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro] this morning

2014-06-29 Thread SL
: > > Sam, > > Please provide full request/response XML by using the "reply to author" > function. > > Thanks! > > Ray > > On Friday, June 27, 2014 9:15:54 AM UTC-7, SL wrote: >> >> It now chan

Re: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro] this morning

2014-06-27 Thread SL
It now changed to [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro] Thanks, Sam -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ http

[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro] this morning

2014-06-27 Thread SL
This morning a proses which was working fine started to error on it's second call (I am iterating through a csv file) with [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro] it is happening by the get command "page = a

Re: Adding sitelinks to existing feed and attaching to adgroup in c#

2014-06-09 Thread SL
re they get me. All the best, SL -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this mes

Adding sitelinks to existing feed and attaching to adgroup in c#

2014-06-09 Thread SL
I have been studying the v201402 c# examples for a number of days and I am still at a loss for how to create sitelinks under an existing feed and how to attach (or associate) a sitelink to an adgroup. If someone could post code for either or both I would greatly appreciate it. Thanks, SL

Re: Re-initializing a sandbox account

2012-03-08 Thread sl...@justanswer.com
Same here using .NET lib. Fresh Google account. Fresh sandbox. Ran GetCampaigns.cs Running GetAccountHierarch.cs gives MCC sandbox account id but the rest 5 client accounts have customerId = 0! Running the same against production works fine. More over. Running GetClientCustomerId.cs wit