Re: Ended/Removed Campaigns

2017-05-12 Thread Nimcy Sucheendran
Hi Ivan
I am not using a MCC account. 
I tried using Status and ServingStatus alternately to list the ended 
campaigns. I do not see any results from the API. However I see one 
campaign ended on the UI.

On Thursday, May 11, 2017 at 10:10:34 PM UTC-7, Ivan Bautista wrote:
>
> Hi Nimcy,
>
> Make sure that the clientCustomerId request header set when executing the 
> request is for a client account and not an MCC account.
>
> Also, by default, the CampaignService.get() 
> 
>  doesn't 
> include removed campaigns. However, you may filter down the request to show 
> all removed campaigns by adding a predicate 
> 
>  of 
> REMOVED status 
> 
>  only. 
>
> Let me know if this helps.
>
> Regards,
> Ivan
> 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/12d8029e-1ebd-47e4-99ad-4edd09521f42%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Ended/Removed Campaigns

2017-05-11 Thread Nimcy Sucheendran
Hi

I am trying to list removed/ended campaigns from Adwords by using this 
code. I do not see any results. 
https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201702/basic_operations/get_campaigns.py

Is there any other settings to be enabled to list removed/ended campaigns?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/29a9d05c-2e9d-4c38-812f-98d43176a758%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


AD_PERFORMANCE_REPORT: AccountTimeZone Issue

2017-03-28 Thread Nimcy Sucheendran
Hi

AccountTimeZone is listed as a field that can be downloaded. 
https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report#accounttimezone

However, I hit this error when I try to download the field. 
('%s', AdWordsReportBadRequestError('Type: 
ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT\nTrigger: None\nField 
Path: AccountTimeZone',))

Please do let me know if this field available or not for downloads? 

Thanks
Nimcy

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b3cf8097-5226-4881-b7ee-b5b5103e0a78%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Downloading click performance report for a day

2017-02-17 Thread Nimcy Sucheendran
Hi

I am working on downloading click performance report for about 420 accounts 
for a day. All these 420 accounts are attached to a single parent account.

Question - Can i download the clicks for a day from all the accounts under 
a Manager Account through a single API call?
I get this error - googleads.errors.AdWordsReportBadRequestError: Type: 
ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

Thanks in advance
Nimcy

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3c3c757d-3eb5-426b-aef5-65ac6d64bb67%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


geotargeting: Downloading all locations

2017-02-09 Thread Nimcy Sucheendran
Hi

I have a requirement where I want to download the report seen here on a 
daily basis.

https://developers.google.com/adwords/api/docs/appendix/geotargeting

I did manage to use the LocationCriterionService and download some data. 
However, here are a few issues. 

1. I would like to download all target locations rather than having to feed 
in the location names. Is there any other service or a query I could issue?
2. How frequently is the data on the UI updated?

Thanks
Nimcy

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/df4055de-bc29-48e5-87d1-2a3f6f72fbbb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.