Re: How to enable soap request and response logging in Adwords API.

2016-08-04 Thread mounica . chette
Hi Vishal, Isn't there any method that the .NET SDK for Adwords would provide me to get the request and response objects? On Friday, August 5, 2016 at 12:49:50 AM UTC+5:30, Vishal Vinayak (Adwords API Team) wrote: > > Hi Mounica, > > Unfortunately, there is no way to log the SOAP calls without

How to enable soap request and response logging in Adwords API.

2016-08-04 Thread mounica . chette
In my project, we are not using app.config, instead we are initializing the config properties while declaring the AdWords User like this. _config = new AdWordsAppConfig(); _config.UserAgent = configData[Constants.Westpac.Social.GOOGLE_USER_AGENT].ToString(); _config.Clien

Re: What if i add an invalid email address to UserList?

2016-08-02 Thread mounica . chette
Hi Peter, You mean to say, Adwords API will throw any error, and while actually adding the users to UserList, AdWords will validate the each and ever email address and if valid then only add to UserList? On Tuesday, August 2, 2016 at 3:46:36 PM UTC+5:30, Peter Oliquino wrote: > > Hi Mounica, >

What if i add an invalid email address to UserList?

2016-08-02 Thread mounica . chette
What will be result of the ADD operation when i am trying to add InValid(non-existing) email address like t...@gmail.com or abc@gmail.com to CRMUserList using Adwords API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdevelope

Re: How to test if email address are added to UserLists in AdWords API using C#.

2016-08-02 Thread mounica . chette
Thank you for the reply Vishal Vinayak. On Tuesday, July 26, 2016 at 12:00:23 AM UTC+5:30, Vishal Vinayak (Adwords API Team) wrote: > > Hi Mounica, > > The user list size would be shown as zero until the list has at least > 1,000 email addresses. Beyond that point, list size would be rounded off

How to test if email address are added to UserLists in AdWords API using C#.

2016-07-25 Thread mounica . chette
I am using a CRMBasedUserList, to which i add the email address in my database. But, i came to know that AdWords API does not show exact count of email address it has in a UserList. Also, approximately how much time it will take to update a list of users to Email List? Is there any way to test,

Is the version of AdWords API configurable

2016-07-20 Thread mounica . chette
I am looking for a solution where i want to maintain the version of API in app.config and by changing the value of version, i should be able to create services of that particular version. Is this possible? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Go