Re: How to get campaign budget on given date

2014-11-25 Thread seo . alliancetekinc
Hi Josh,

Thanks a lot for your response. as said in your response, i tried 
CustomerSyncService to get account history changes. in that i tried 
fetching history for Date Range 7-July-2014 00:00 AM to 7-July-2014 23:59 
PM only for single Campaign but i got response as TOO_MANY_CHANGES. when i 
logged in to adwords account and checked for changes, the only change done 
was End Date of campaign was modified. There were only 3 rows of changes 
done on 7th July.

On Thursday, November 20, 2014 1:27:35 AM UTC+5:30, Josh Radcliff (AdWords 
API Team) wrote:

 Hi,

 The report behavior is by design -- note that the *Amount* field in that 
 report is labeled as type *Attribute*. Per the *Behavior* description in 
 the Reporting documentation 
 https://developers.google.com/adwords/api/docs/appendix/reports:


 *Attribute*The field contains settings or other fixed data. The values 
 returned will always reflect the current state of the account, ignoring the 
 timespan of the report. The field is generally compatible with 
 zero-impression reports.


 The API doesn't provide budget amount history. If you want to track this 
 type of history you can either:

1. Run reports on a daily/weekly/monthly basis and store the results, 
then compare the changes over time.
2. Use CustomerSyncService to detect when a campaign has changed (see this 
post on CustomerSyncService 
https://groups.google.com/d/msg/adwords-api/pJxPuD1IKOQ/Mb2yPnjmYFwJ
).

 Cheers,
 Josh, AdWords API Team

 On Tuesday, November 18, 2014 9:32:21 AM UTC-5, seo.allia...@gmail.com 
 wrote:

 Hello all, 
   
 Is there any way to get history of budget updates on campaign 
 along with date of update. for ex. Campaign#1 has budget of $100 in 
 Oct-2014. now i changed that budget to $250 in Nov-2014 and when i am 
 trying to get Campaign Performance Report, in Budget i am getting $250 for 
 Oct and Nov. Actually, it should be $100 for Oct and $250 for Nov. in 
 short we are getting latest updated budget for particular campaign instead 
 of history wise?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4c60daf5-ba49-43c4-bbb8-2db25a56cc7b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get campaign budget on given date

2014-11-25 Thread seo . alliancetekinc
Hey,

  Campaign ID is 90391873 for which i am trying to get 
CustomerSyncService Response for 7th July 2014.

On Tuesday, November 25, 2014 9:06:24 PM UTC+5:30, Josh Radcliff (AdWords 
API Team) wrote:

 Hi,

 Could you provide me with the campaign ID in your request?

 Thanks,
 Josh, AdWords API Team

 On Tuesday, November 25, 2014 8:40:21 AM UTC-5, seo.allia...@gmail.com 
 wrote:

 Hi Josh,

 Thanks a lot for your response. as said in your response, i tried 
 CustomerSyncService to get account history changes. in that i tried 
 fetching history for Date Range 7-July-2014 00:00 AM to 7-July-2014 23:59 
 PM only for single Campaign but i got response as TOO_MANY_CHANGES. when i 
 logged in to adwords account and checked for changes, the only change done 
 was End Date of campaign was modified. There were only 3 rows of changes 
 done on 7th July.

 On Thursday, November 20, 2014 1:27:35 AM UTC+5:30, Josh Radcliff 
 (AdWords API Team) wrote:

 Hi,

 The report behavior is by design -- note that the *Amount* field in 
 that report is labeled as type *Attribute*. Per the *Behavior* description 
 in the Reporting documentation 
 https://developers.google.com/adwords/api/docs/appendix/reports:


 *Attribute*The field contains settings or other fixed data. The values 
 returned will always reflect the current state of the account, ignoring 
 the 
 timespan of the report. The field is generally compatible with 
 zero-impression reports.


 The API doesn't provide budget amount history. If you want to track this 
 type of history you can either:

1. Run reports on a daily/weekly/monthly basis and store the 
results, then compare the changes over time.
2. Use CustomerSyncService to detect when a campaign has changed 
(see this post on CustomerSyncService 
https://groups.google.com/d/msg/adwords-api/pJxPuD1IKOQ/Mb2yPnjmYFwJ
).

 Cheers,
 Josh, AdWords API Team

 On Tuesday, November 18, 2014 9:32:21 AM UTC-5, seo.allia...@gmail.com 
 wrote:

 Hello all, 
   
 Is there any way to get history of budget updates on campaign 
 along with date of update. for ex. Campaign#1 has budget of $100 in 
 Oct-2014. now i changed that budget to $250 in Nov-2014 and when i am 
 trying to get Campaign Performance Report, in Budget i am getting $250 for 
 Oct and Nov. Actually, it should be $100 for Oct and $250 for Nov. in 
 short we are getting latest updated budget for particular campaign instead 
 of history wise?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3a6bf366-17df-4bc0-a247-60b91d3e8ab6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Google AdWords Campaign Budget History

2014-11-24 Thread seo . alliancetekinc
 

Hello,

 We are using Google AdWords API to retrieve current Campaigns, Allocated 
Cost, Budget Used and Conversions.

 The problem is, Google always returns current Allocated Cost but I need to 
retrieve it date wise.

 As an example, If I run a campaign on date 1 to 10 with Allocated Cost 
$100 and then on 11-20 with Allocated Cost $200. It returns me Allocated 
Cost as $200 however I need it as $100 for 1-10 and $200 for 11-20.

 Any advice will be greatly helpful.

 Thanks,

Chirag
 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d23feb3d-f0de-45c3-8caa-c60f8212c916%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to get campaign budget on given date

2014-11-18 Thread seo . alliancetekinc
Hello all, 
  
Is there any way to get history of budget updates on campaign along 
with date of update. for ex. Campaign#1 has budget of $100 in Oct-2014. now 
i changed that budget to $250 in Nov-2014 and when i am trying to get 
Campaign Performance Report, in Budget i am getting $250 for Oct and Nov. 
Actually, it should be $100 for Oct and $250 for Nov. in short we are 
getting latest updated budget for particular campaign instead of history 
wise?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ce6af28f-f8fb-4c14-b450-086751d9ccc1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.