Re: How to query the history change record of the advertising campaigns with API?

2018-03-30 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi,

I am afraid that it is not possible to get specific details from each 
account using the AdWords API. The CustomerSyncService.get() 

 is 
closest service available to change history in the UI. If you need to get 
the historic values, you may have to store them in your application when 
you make an update.

Thanks,
Milind, 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/39c56ae2-c4c7-4638-9afd-5b0d3bcdd6e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to query the history change record of the advertising campaigns with API?

2018-03-29 Thread mengjunzhu837



I used this method, but the test results were not ideal.What I want is the 
change of each series under each account, such as the budget.

在 2018年3月28日星期三 UTC+8上午3:52:42,Milind Sankeshware (AdWords API Team)写道:
>
> Hi,
>
> In AdWords API, you could use CustomerSyncService.get() 
> 
>  
> service, but this will not get all the changed history, this is the closest 
> service available in AdWords API. Please check this 
> 
>  
> sample example in java. Samples in other languages can also be found here 
> . 
> CustomerSyncService 
> 
>  
> only supports queries for dates within the last 90 days. In AdWords UI, you 
> could lists the changes during the past two years and it will give you 
> specific details to what changed. Let me know if you have further 
> questions. 
>
> Thanks,
> Milind, 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/a0d39b6f-bc21-4e6d-a884-83daf1a3693f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to query the history change record of the advertising campaigns with API?

2018-03-27 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi,

In AdWords API, you could use CustomerSyncService.get() 

 
service, but this will not get all the changed history, this is the closest 
service available in AdWords API. Please check this 

 
sample example in java. Samples in other languages can also be found here 
. 
CustomerSyncService 

 
only supports queries for dates within the last 90 days. In AdWords UI, you 
could lists the changes during the past two years and it will give you 
specific details to what changed. Let me know if you have further 
questions. 

Thanks,
Milind, 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/0def88f5-8216-4fb8-9e1f-7217c900c311%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to query the history change record of the advertising campaigns with API?

2018-03-27 Thread mengjunzhu837
How to query the history change record of the advertising campaigns with 
API?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/dd5eda0f-15cd-466b-aa79-88b32fb86fbb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.