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 
> 
>  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 (DURING 20171030, 
> 20171101) as I have mentioned previously.
>
> Kindly try this example and let us know if you need further assistance.
>
> Thanks,
> Vincent
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e94604a1-f59f-4af5-af20-ad4315e5b75f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 (DURING 20171030, 
20171101) as I have mentioned previously.

Kindly try this example and let us know if you need further assistance.

Thanks,
Vincent
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/eb2f9d2d-ac8a-4377-b96a-1f0cfea5196a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 the 
> dateRange 
> 
>  of 
> your selector 
> 
>  and 
> set the min 
> 
>  and max 
> 
>  of 
> your date range. Kindly refer to the sample report definition below with a 
> custom date range:
>
>  xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201710";>
> 
> CampaignName
> Impressions
> 
>
>
> *20171010
> 20171010*
> 
> Placement performance report #1509617387588
> 
> CAMPAIGN_PERFORMANCE_REPORT
> *CUSTOM_DATE*
> CSV
> 
>
> For generating reports using AWQL, you can set the DURING 
> 
>  clause 
> this way:
>
> DURING 20170317,20170317
>
>
> Thanks,
> Vincent
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/700a6781-ed61-4717-91e2-3beeb3ffeb83%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
versions of client library. Or maybe library supports dateRange, but I 
missed it? Is there any possibility to make it clear? Thank you for your 
time.

четверг, 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 the 
> dateRange 
> 
>  of 
> your selector 
> 
>  and 
> set the min 
> 
>  and max 
> 
>  of 
> your date range. Kindly refer to the sample report definition below with a 
> custom date range:
>
>  xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201710";>
> 
> CampaignName
> Impressions
> 
>
>
> *20171010
> 20171010*
> 
> Placement performance report #1509617387588
> 
> CAMPAIGN_PERFORMANCE_REPORT
> *CUSTOM_DATE*
> CSV
> 
>
> For generating reports using AWQL, you can set the DURING 
> 
>  clause 
> this way:
>
> DURING 20170317,20170317
>
>
> Thanks,
> Vincent
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2b080eda-f460-4edd-bd53-cb01355267b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 

 and 
set the min 

 and max 

 of 
your date range. Kindly refer to the sample report definition below with a 
custom date range:

https://adwords.google.com/api/adwords/cm/v201710";>

CampaignName
Impressions



*20171010
20171010*

Placement performance report #1509617387588

CAMPAIGN_PERFORMANCE_REPORT
*CUSTOM_DATE*
CSV


For generating reports using AWQL, you can set the DURING 

 clause 
this way:

DURING 20170317,20170317


Thanks,
Vincent
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/05c3a361-c7bd-43be-bf1a-d4fa65d25be5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 UTC+3 пользователь Vincent Racaza 
(AdWords API Team) написал:
>
> Hi,
>
> For v201705 of C# client library, you can refer on this line 
> 
>  in 
> this reporting example 
> 
>  (this 
> is also the same in the latest version v201710) on how to set the date 
> range type. As you can see on the example, the list of date range types 
>  
> is 
> in the  ReportDefinitionDateRangeType object. You can also use AWQL in the 
> services or in reports and the date range type is specified on the DURING 
> 
>  clause 
> as seen on this example 
> 
> .
>
> Let me know if you have further clarifications.
>
> Thanks,
> Vincent
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/cc6b165b-37ab-4414-a7d6-dfd92454c620%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 

 (this 
is also the same in the latest version v201710) on how to set the date 
range type. As you can see on the example, the list of date range types 
 
is 
in the  ReportDefinitionDateRangeType object. You can also use AWQL in the 
services or in reports and the date range type is specified on the DURING 

 clause 
as seen on this example 

.

Let me know if you have further clarifications.

Thanks,
Vincent
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fcf39600-6b78-4ab3-8a80-665e1fff8107%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.