Re: Is it possible to pull all AdWords data in one API call?

2018-05-14 Thread Zweitze
Just adding a note to the replies of others:

You can't even get all data from a single report in a single call. Most 
reports, probably all, have conflicting fields. 
For instance, many reports (eg. CAMPAIGN_PERFORMANCE_REPORT has a field 
ConversionTypeName and another field Clicks. You cannot use both fields in 
a single request.

On Thursday, May 10, 2018 at 2:34:05 AM UTC+2, Elizabeth Clark wrote:
>
> Hi, 
>
> We are trying to pull in all AdWords API data, however in looking at the 
> API it looks like we'd need to make individual calls by reports. However, 
> if we want to pull ALL reports (i.e., all data from AdWords) is that 
> possible in one call? If so, how do we do this as we couldn't find 
> documentation. 
>
> Thanks! 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/4cd0865e-0281-4506-9ac3-4c3bba1a3d6f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is it possible to pull all AdWords data in one API call?

2018-05-14 Thread Peter Bowen
Hi Elizabeth.

You probably can't get everything you need in one call, but it is possible 
to get quite a lot of data from a single report. For instance, you can use 
get most of an account's structure (campaigns, ad groups, ads etc) from the 
ad performance report by selecting those fields in the report definition.

There are some downsides to this approach though - you might need fewer 
calls to the API to get the data, but processing huuge reports can take 
some time. I'm currently working on a project where we're assembling the 
account structure locally from a big report, and it takes about 10 minutes 
of processing time per account.



On Thursday, 10 May 2018 01:34:05 UTC+1, Elizabeth Clark wrote:
>
> Hi, 
>
> We are trying to pull in all AdWords API data, however in looking at the 
> API it looks like we'd need to make individual calls by reports. However, 
> if we want to pull ALL reports (i.e., all data from AdWords) is that 
> possible in one call? If so, how do we do this as we couldn't find 
> documentation. 
>
> Thanks! 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/ad1891c2-5d26-4cf3-9664-0d08f003aa36%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is it possible to pull all AdWords data in one API call?

2018-05-09 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Elizabeth,

Unfortunately, AdWords API does not generate that kind of report. All 
reports are generated separately by each report type as can be seen here 
. 

Let me know if you have any further concerns.

Regards,
Dannison
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/e9382b81-3a69-4430-9ea0-526850a3cd8e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Is it possible to pull all AdWords data in one API call?

2018-05-09 Thread 'Elizabeth Clark' via AdWords API and Google Ads API Forum
Hi, 

We are trying to pull in all AdWords API data, however in looking at the 
API it looks like we'd need to make individual calls by reports. However, 
if we want to pull ALL reports (i.e., all data from AdWords) is that 
possible in one call? If so, how do we do this as we couldn't find 
documentation. 

Thanks! 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/6edc5c05-2250-4ed5-8b0b-b4b1355b659c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.