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.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6cf5d593-62d3-4253-ac8c-061cc9052105%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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 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.


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 further versions. Or If api v201705 supports dateRange, 
how can i add in reportDefiniiotn Class to make thw soap get it.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ae1495d8-63a2-4087-a136-07e4956a0899%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c63842be-2ef6-4db8-adea-063c3a6686ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 every SOAP XML request and response.
  $user-LogAll();

  // Download the report to a file in the same directory as the example.
  $filePath = dirname(__FILE__) . '/report'.$i.'.csv';

  // Run the example.
  DownloadCriteriaReportExample($user, $filePath);
}

Answer is An error has occurred: Report download failed.

When I pas to SetClientCustomerId not a variable, just sting like 
$user-SetClientCustomerId('3xx-xx-xxx4') reports are downloaded 
succesfully.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/93c45539-5d89-4867-b55d-179a8f90740e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.