Adwords client library c# block another soap requstes

2017-11-22 Thread deadKenny2
Hi. I hav console app on c#. It gets data from google adwords via client library dotnet-lib-master and must store it to crm dynamics. Client library set soap extension through app config and this spoils another soap requests, such as requests to crm dynamics/ Help me to fix it, please. -- --

Re: dateRange of reportDefintion

2017-11-03 Thread deadKenny2
Hi, Vincent I worked it out through client library. It works all the way good. It was totally my fault, I missed the structure, sorry for bothering. пятница, 3 ноября 2017 г., 5:50:22 UTC+3 пользователь Vincent Racaza (AdWords API Team) написал: > > Hi, > > You can use this example >

Re: dateRange of reportDefintion

2017-11-02 Thread deadKenny2
Whatever I can get Stats for last 7 days and filter it by date. But anyway It would be good to make question clear. четверг, 2 ноября 2017 г., 13:23:30 UTC+3 пользователь Vincent Racaza (AdWords API Team) написал: > > Hi, > > My apologies as I am not an expert in C#. However, you can just set

Re: dateRange of reportDefintion

2017-11-02 Thread deadKenny2
Vincent, I use the client library. I would be gratefull, if someone will make clear the problem of dateRange in client library. I've tried to add dateRange in reportDefinition class of client library, but my knowledge of c# appeared to be poor. At least, may I ask Google fix it in further

Re: dateRange of reportDefintion

2017-11-02 Thread deadKenny2
Vincent, maybe I formulated my problem in somewhat wrong way. There is CUSTOM_DATE in dateRangeType List. But I couldn't find the way to use it, cause there is no way to specify the dateRange itself using client library. Can you help me to get through this. четверг, 2 ноября 2017 г., 11:41:02

dateRange of reportDefintion

2017-11-02 Thread deadKenny2
I dowlonload a official c# library for Adwordsd Api. adwords_dotnet_lib_src_v21.1.0. Using version 201705. The problem is that I cant find dateRange property for reportDefinition in reportDefinition.cs. Can you tell me how to set dateRange. Or if there is dateRange of reportdefinition in

Re: Can't get The report when set clirntCustomerId to varable.

2015-06-12 Thread deadKenny2
Trimed work properly, thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Can't get The report when set clirntCustomerId to varable.

2015-06-11 Thread deadKenny2
Try to get Report for each company in MCC like this $cmps = file(dirname(__FILE__).'/../../../../companies.txt'); //print_r($cmps); foreach ($cmps as $i=$c){ list($cname,$cid) = explode(',',$c); $user = new AdWordsUser(); //print_r($cid); $user-SetClientCustomerId($cid); // Log