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 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, You can use this example using AWQL instead as this is simpler (your whole report query is in one string) and you can just set your date range in the DURING clause

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 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, My apologies as I am not an expert in C#. However, you can just set the dateRange of your selector

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

Re: dateRange of reportDefintion

2017-11-02 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, For v201705 of C# client library, you can refer on this line in this reporting example

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