Re: Get Campaign Change History

2018-06-13 Thread Jofin Kuriakose
Hi Peter,

Thank you for the information

On Wednesday, June 13, 2018 at 11:02:42 AM UTC+5:30, Peter Oliquino 
(AdWords API Team) wrote:
>
> Hi Jofin,
>
> The method of comparing changes based on the CustomerSyncService against 
> the current campaign data (CampaignService 
> 
>  or 
> possibly through the Campaign Performance Report 
> )
>  
> that you mentioned is already correct. I'm afraid that there is currently 
> no simpler workaround to implement comparison between the current 
> information and the changes made.
>
> Thanks and regards,
> Peter
> 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/f64ec2a8-dcb5-41ef-87a8-e521ea90440a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get Campaign Change History

2018-06-12 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jofin,

The method of comparing changes based on the CustomerSyncService against 
the current campaign data (CampaignService 

 or 
possibly through the Campaign Performance Report 
)
 
that you mentioned is already correct. I'm afraid that there is currently 
no simpler workaround to implement comparison between the current 
information and the changes made.

Thanks and regards,
Peter
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/13b967e8-fb91-4189-aaf1-5624154aa3d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get Campaign Change History

2018-06-12 Thread Jofin Kuriakose
Hello Peter,

Thank you for your reply. In CustomerSyncService we are getting list of 
campaigns, not what exactly got changed. To get values got changed, 
1. I have to get campaign data using campaign id which I got it from  
CustomerSyncService response 
2. then make customerService get method to get campaign data
3. compare this data with existing campaign data which I have, upon 
comparison I will get to know what all data got changed

Is there any better method to achieve this?

Thanks,
On Tuesday, June 12, 2018 at 2:27:05 PM UTC+5:30, Peter Oliquino (AdWords 
API Team) wrote:
>
> Hi Jofin,
>
> In the AdWords API, the service which returns change that were made to 
> your entities is the CustomerSyncService 
> .
>  
> However, the information returned here is limited. For campaign level 
> changes, the supported information can be retrieved through the 
> CampaignChangeData 
> 
>  object.
>
> This being said, the budget information, including the old and new values 
> is currently not available through this service.
>
> Thanks and regards,
> Peter
> 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/452b47c6-df61-458d-8841-0ae8d05b167d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get Campaign Change History

2018-06-12 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jofin,

In the AdWords API, the service which returns change that were made to your 
entities is the CustomerSyncService 
.
 
However, the information returned here is limited. For campaign level 
changes, the supported information can be retrieved through the 
CampaignChangeData 

 object.

This being said, the budget information, including the old and new values 
is currently not available through this service.

Thanks and regards,
Peter
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/700cfb51-be6d-43d4-9443-9ca7da34f62b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.