Re: How to access LogPath property from AppConfigBase in v201209

2013-02-05 Thread Anash P. Oommen (AdWords API Team)
Hi Angel,

I've responded to the other thread 
at https://groups.google.com/d/topic/adwords-api/GtwcFryThRg/discussion, 
please follow up on that thread for further discussion.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Wednesday, January 30, 2013 12:32:58 PM UTC+5:30, Angel wrote:
>
> Hi  All,
>  
> Recently we have migrated to new version of AdWords Api v201209 and I am 
> running into issues.
>  
> major difference after adding new .net dll's in are solution is 
>  
>
> public AdWordsUser(AppConfigBase config, Dictionary 
> headers); is not present in new version 
>
> in our solution with previous verison i.e. 14.7  we were using this to 
> set  
>
> LogPath
>  and log to file properties instead of setting it in config files.
>  
> But with with newer version of api we are unable to set this as its set 
> property because its protected and not accessible .
>  
> Can you please help how can we this through code.
>  
> Thanks in Advance
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: How to access LogPath property from AppconfigBase

2013-02-03 Thread Anash P. Oommen (AdWords API Team)
Hi Angel,

Please open an issue 
at http://code.google.com/p/google-api-adwords-dotnet/issues/list with your 
use case, and I'll fix it for the next release.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Monday, February 4, 2013 11:47:55 AM UTC+5:30, Angel wrote:
>
> I are application we are also downloading Site links reports as well which 
> makes soap call. Earlier using v14.7  we used these setters to log into log 
> file.
>  
> Thanks in advance
>
> On Sunday, February 3, 2013 10:59:12 PM UTC-5, Anash P. Oommen (AdWords 
> API Team) wrote:
>
>> Hi Angel,
>>
>> The setter is protected, may I know what you are planning to do with logs?
>>
>> Cheers,
>> Anash P. Oommen,
>> AdWords API Advisor.
>>
>> On Thursday, January 31, 2013 9:53:25 AM UTC+5:30, Angel wrote:
>>>
>>> Hi,
>>>  
>>> Can anybody suggest me how can i use LogPath property from 
>>> appconfigbase.cs. access modifier of Set is protected. I want to set value 
>>> to this .
>>> can you please suggest me hoow can i achieve this.
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: How to access LogPath property from AppconfigBase

2013-02-03 Thread Angel
I are application we are also downloading Site links reports as well which 
makes soap call. Earlier using v14.7  we used these setters to log into log 
file.
 
Thanks in advance

On Sunday, February 3, 2013 10:59:12 PM UTC-5, Anash P. Oommen (AdWords API 
Team) wrote:

> Hi Angel,
>
> The setter is protected, may I know what you are planning to do with logs?
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
>
> On Thursday, January 31, 2013 9:53:25 AM UTC+5:30, Angel wrote:
>>
>> Hi,
>>  
>> Can anybody suggest me how can i use LogPath property from 
>> appconfigbase.cs. access modifier of Set is protected. I want to set value 
>> to this .
>> can you please suggest me hoow can i achieve this.
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: How to access LogPath property from AppconfigBase

2013-02-03 Thread Anash P. Oommen (AdWords API Team)
Hi Angel,

The setter is protected, may I know what you are planning to do with logs?

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Thursday, January 31, 2013 9:53:25 AM UTC+5:30, Angel wrote:
>
> Hi,
>  
> Can anybody suggest me how can i use LogPath property from 
> appconfigbase.cs. access modifier of Set is protected. I want to set value 
> to this .
> can you please suggest me hoow can i achieve this.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




How to access LogPath property from AppconfigBase

2013-01-30 Thread Angel
Hi,
 
Can anybody suggest me how can i use LogPath property from 
appconfigbase.cs. access modifier of Set is protected. I want to set value 
to this .
can you please suggest me hoow can i achieve this.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




How to access LogPath property from AppConfigBase in v201209

2013-01-30 Thread Angel
Hi  All,
 
Recently we have migrated to new version of AdWords Api v201209 and I am 
running into issues.
 
major difference after adding new .net dll's in are solution is 
 

public AdWordsUser(AppConfigBase config, Dictionary 
headers); is not present in new version 

in our solution with previous verison i.e. 14.7  we were using this to set  

LogPath
 and log to file properties instead of setting it in config files.
 
But with with newer version of api we are unable to set this as its set 
property because its protected and not accessible .
 
Can you please help how can we this through code.
 
Thanks in Advance

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.