Re: LocationCriterionService returns wrong reach parameter

2014-01-05 Thread Ittai Chorev
Great, Thanks!
We haven't found any other discrepancies between the UI and API - I'll let 
you know if we do.

On Friday, January 3, 2014 6:30:08 PM UTC+2, Josh Radcliff (AdWords API 
Team) wrote:

 Hi,

 I have confirmed the behavior you described.  We're aware of this and 
 looking into it on our side, and I'll post an update once I have more 
 information.

 If you have any other locations where you see a *Reach* of zero, please 
 pass those along so I can investigate those as well.

 Cheers,
 Josh, AdWords API Team

 On Sunday, December 29, 2013 8:30:47 AM UTC-5, Ittai Chorev wrote:

 For criteria ID: 1019250 (Detroit,Michigan,United States)
 API returns reach 0 instead of reach 295,000 that you see in the UI.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Data Mismatch Between GEO_PERFORMANCE_REPORT and CLICK_PERFORMANCE_REPORT

2014-01-04 Thread Ittai Chorev
Hi,

We've also seen this problem and have posted about it a few months ago:
https://groups.google.com/d/msg/adwords-api/faoaijq2xjo/9lmhrWiYoUAJ

The Click Performance Report reports incorrect Geos and incorred 
AdGroupCreativeId.

I think it would be a good idea to note the bug in the documentation if 
there's no plan on fixing it soon. It's a pity that we're all wasting time 
on known bugs.
(Of course actually fixing it would be a lot more preferable!)

Ittai

On Friday, January 3, 2014 5:33:28 PM UTC+2, Josh Radcliff (AdWords API 
Team) wrote:

 Hi,

 Could you send over the reporting requests you are using for each of the 
 reports (please make sure to remove any sensitive data such as refresh or 
 access tokens, client secret, etc.).  It would also help to know the 
 customer ID of the accounts you are querying.  You can send this *only to 
 me* by clicking *Reply to author*.

 Thanks,
 Josh, AdWords API Team

 On Thursday, December 26, 2013 5:30:25 AM UTC-5, Hazar Hayat wrote:

 I am using GoogleClickID from CLICK_PERFORMANCE_REPORT to get my user 
 locations against the revenue.

 I am using GEO_PERFORMANCE_REPORT to get clicks and cost data on user 
 locations.

 I am using the following query to join both the reports.

 select 
  
 a.ClientID,a.CampaignID,a.AdGroupID,a.Country,a.Metro,a.Region,a.City,b.Country,b.Metro,b.Region,b.City
  
 from GEO_PERFORMANCE_REPORT a
 join CLICK_PERFORMANCE_REPORT b on a.ClientID=b.ClientID and 
 a.CampaignID=b.CampaignID and a.AdGroupID=b.AdGroupID
 and a.Country=b.Country and a.Metro=b.Metro and a.Region=b.Region and 
 a.City=b.City
 where Clicks0

 After reviewing the results i see that some clicks data from 
 GEO_PERFORMANCE_REPORT is missing in the CLICK_PERFORMANCE_REPORT.

 For example for ClientId=xxx and CampaignId=yyy and AdgroupId=zzz we 
 have the following data in the GEO_PERFORMANCE_REPORT

  
   
 Day
  
 ClientId
  
 CampaignId
  
 AdgroupId
  
 Country
  
 Metro
  
 Region
  
 City
  
 Clicks
   
 12/10/2013 0:00
  
 xxx
  
 yyy
  
 zzz
  
 United States
  
  Arizona
  
 Tucson
  
 1
   
  

 And for the same ad group we have the following data in the 
 CLICK_PERFORMANCE_REPORT.


   Day
  
 ClientId
  
 CampaignId
  
 AdgroupId
  
 Country
  
 Metro
  
 Region
  
 City
   
 12/10/2013 0:00
  
 xxx
  
 yyy
  
 zzz
  
 United States
  
  Minnesota
  
 Unspecified

 Is there any reason why all clicks data is not present in the 
 CLICK_PERFORMANCE_REPORT or there is any mismatch in the location data of 
 the both the reports.

 Thanks
 Regards



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


LocationCriterionService returns wrong reach parameter

2013-12-29 Thread Ittai Chorev
For criteria ID: 1019250 (Detroit,Michigan,United States)
API returns reach 0 instead of reach 295,000 that you see in the UI.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: AdGroupCreativeId in Click Performance Report doesn't match Id in Ad Performance Report

2013-12-04 Thread Ittai Chorev
Hi,

Is there any update/timeline for this issue? 

Since you introduced the Click Performance Report we've been advising our 
customers to start using the GclId for attributing revenue data , as it's a 
much simpler and easier way than manual tagging (Google Analytics 
recommends this as well!). However, we are still unable to attribute the 
revenue data to creatives or locations.

Thanks!
Ittai

On Tuesday, November 5, 2013 11:33:16 PM UTC+2, Ittai Chorev wrote:

 Hi David,

 Happy to see you reproduced the problem and thanks for the help! 

 Just to verify - did you reproduce both problems? the AdGroupCreativeId 
 and the CountryCriteriaId? (Both of them don't match the expected value).

 Best Regards,
 Ittai

 On Tuesday, November 5, 2013 5:48:27 PM UTC+2, David Torres (AdWords API 
 Team) wrote:

 Hi Ittai,

 Sorry for the delay, I was able to reproduce the problem on my side and 
 talking with my team to figure out a solution. Please bear with me for a 
 bit more.

 Best,

 - David Torres - AdWords API Team

 On Thursday, October 31, 2013 3:00:15 PM UTC-4, Ittai Chorev wrote:

  I forgot to send the GclId from the Click report in case that can help 
 you in any way. It's:
 CNO6z663p7oCFTF04god4DcAjA

 So the full reply is:
 {'GclId': 'CNO6z663p7oCFTF04god4DcAjA', 'AdGroupId': '7882977711', 
 'CriteriaId': '16812450713',  'AdGroupCreativeId': '38257569231', 
  'CountryCriteriaId': 'Germany', Date': '2013-10-21' }


 On Tuesday, October 29, 2013 9:20:35 PM UTC-7, Ittai Chorev wrote:

 Hi David,

 Sure - This is the reply I get:
 {'AdGroupId': '7882977711', 'CriteriaId': '16812450713', 
  'AdGroupCreativeId': '38257569231',  'CountryCriteriaId': 'Germany', 
 Date': '2013-10-21' }

 There is only one click on that Adgroup that day which comes from Ad 
 ID: 38134791951 which doesn't match the AdGroupCreativeId (as it should)
 We've noticed that there's an almost-constant offset between the two 
 numbers - the difference of 122777280 (=AdGroupCreativeId - Ad ID) tends 
 to 
 repeat itself in some other samples we did along with a few other close 
 numbers.
 The returned CriteriaId does match the expected KeywordId.

 One more thing is that the CountryCriteriaId doesn't match the 
 GeoPerformanceReport, which returns the following:
 {'AdGroupId': '7882977711', 'CountryCriteriaId': 'Sri Lanka', 'Date': 
 '2013-10-21', 'Clicks': '1'}

 Thanks!
 Ittai

 On Friday, October 25, 2013 10:15:51 AM UTC-7, David Torres (AdWords 
 API Team) wrote:

 Hi Ittai,

 Do you mind sharing the Ad Group ID and date for which you are pulling 
 these reports?

 Best,

 - David Torres - AdWords API Team

 On Monday, October 21, 2013 9:26:34 AM UTC-4, Ittai Chorev wrote:

 Hi,

 I pulled a Click Performance Report with the AdGroupCreativeId 
 attribute on an adgroup with only one click that date.
 Then I pulled an Ad Performance Report on the same adgroup/date and 
 the ID field in the Ad report (which should match the Ad ID) doesn't 
 match the AdGroupCreativeId from the Click Performance Report.

 When I added the other attributes they all matched - Slot, Device 
 and KeywordID (called CriterionID in the Click Performance Report).

 Thanks,
 Ittai



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Destination Auto-tagging

2013-12-04 Thread Ittai Chorev
Hi,

Is there any plan to implement this feature in the API?

Since you introduced the Click Performance Report through the API a few 
months ago auto-tagging has become a very useful feature for API 
developers. 
In the current situation we can't even verify that the auto-tagging is 
enabled and alert the user if not!

Many Thanks!
Ittai

On Tuesday, October 18, 2011 10:41:19 PM UTC+3, Eric Koleda wrote:

 Hi,

 No, unfortunately the API doesn't expose the auto-tagging functionality.

 Best,
 - Eric Koleda, AdWords API Team


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: AdGroupCreativeId in Click Performance Report doesn't match Id in Ad Performance Report

2013-11-05 Thread Ittai Chorev
Hi David,

Happy to see you reproduced the problem and thanks for the help! 

Just to verify - did you reproduce both problems? the AdGroupCreativeId and 
the CountryCriteriaId? (Both of them don't match the expected value).

Best Regards,
Ittai

On Tuesday, November 5, 2013 5:48:27 PM UTC+2, David Torres (AdWords API 
Team) wrote:

 Hi Ittai,

 Sorry for the delay, I was able to reproduce the problem on my side and 
 talking with my team to figure out a solution. Please bear with me for a 
 bit more.

 Best,

 - David Torres - AdWords API Team

 On Thursday, October 31, 2013 3:00:15 PM UTC-4, Ittai Chorev wrote:

  I forgot to send the GclId from the Click report in case that can help 
 you in any way. It's:
 CNO6z663p7oCFTF04god4DcAjA

 So the full reply is:
 {'GclId': 'CNO6z663p7oCFTF04god4DcAjA', 'AdGroupId': '7882977711', 
 'CriteriaId': '16812450713',  'AdGroupCreativeId': '38257569231', 
  'CountryCriteriaId': 'Germany', Date': '2013-10-21' }


 On Tuesday, October 29, 2013 9:20:35 PM UTC-7, Ittai Chorev wrote:

 Hi David,

 Sure - This is the reply I get:
 {'AdGroupId': '7882977711', 'CriteriaId': '16812450713', 
  'AdGroupCreativeId': '38257569231',  'CountryCriteriaId': 'Germany', 
 Date': '2013-10-21' }

 There is only one click on that Adgroup that day which comes from Ad 
 ID: 38134791951 which doesn't match the AdGroupCreativeId (as it should)
 We've noticed that there's an almost-constant offset between the two 
 numbers - the difference of 122777280 (=AdGroupCreativeId - Ad ID) tends to 
 repeat itself in some other samples we did along with a few other close 
 numbers.
 The returned CriteriaId does match the expected KeywordId.

 One more thing is that the CountryCriteriaId doesn't match the 
 GeoPerformanceReport, which returns the following:
 {'AdGroupId': '7882977711', 'CountryCriteriaId': 'Sri Lanka', 'Date': 
 '2013-10-21', 'Clicks': '1'}

 Thanks!
 Ittai

 On Friday, October 25, 2013 10:15:51 AM UTC-7, David Torres (AdWords API 
 Team) wrote:

 Hi Ittai,

 Do you mind sharing the Ad Group ID and date for which you are pulling 
 these reports?

 Best,

 - David Torres - AdWords API Team

 On Monday, October 21, 2013 9:26:34 AM UTC-4, Ittai Chorev wrote:

 Hi,

 I pulled a Click Performance Report with the AdGroupCreativeId 
 attribute on an adgroup with only one click that date.
 Then I pulled an Ad Performance Report on the same adgroup/date and 
 the ID field in the Ad report (which should match the Ad ID) doesn't 
 match the AdGroupCreativeId from the Click Performance Report.

 When I added the other attributes they all matched - Slot, Device 
 and KeywordID (called CriterionID in the Click Performance Report).

 Thanks,
 Ittai



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: AdGroupCreativeId in Click Performance Report doesn't match Id in Ad Performance Report

2013-10-31 Thread Ittai Chorev
 I forgot to send the GclId from the Click report in case that can help you 
in any way. It's:
CNO6z663p7oCFTF04god4DcAjA

So the full reply is:
{'GclId': 'CNO6z663p7oCFTF04god4DcAjA', 'AdGroupId': '7882977711', 
'CriteriaId': '16812450713',  'AdGroupCreativeId': '38257569231', 
 'CountryCriteriaId': 'Germany', Date': '2013-10-21' }


On Tuesday, October 29, 2013 9:20:35 PM UTC-7, Ittai Chorev wrote:

 Hi David,

 Sure - This is the reply I get:
 {'AdGroupId': '7882977711', 'CriteriaId': '16812450713', 
  'AdGroupCreativeId': '38257569231',  'CountryCriteriaId': 'Germany', 
 Date': '2013-10-21' }

 There is only one click on that Adgroup that day which comes from Ad 
 ID: 38134791951 which doesn't match the AdGroupCreativeId (as it should)
 We've noticed that there's an almost-constant offset between the two 
 numbers - the difference of 122777280 (=AdGroupCreativeId - Ad ID) tends to 
 repeat itself in some other samples we did along with a few other close 
 numbers.
 The returned CriteriaId does match the expected KeywordId.

 One more thing is that the CountryCriteriaId doesn't match the 
 GeoPerformanceReport, which returns the following:
 {'AdGroupId': '7882977711', 'CountryCriteriaId': 'Sri Lanka', 'Date': 
 '2013-10-21', 'Clicks': '1'}

 Thanks!
 Ittai

 On Friday, October 25, 2013 10:15:51 AM UTC-7, David Torres (AdWords API 
 Team) wrote:

 Hi Ittai,

 Do you mind sharing the Ad Group ID and date for which you are pulling 
 these reports?

 Best,

 - David Torres - AdWords API Team

 On Monday, October 21, 2013 9:26:34 AM UTC-4, Ittai Chorev wrote:

 Hi,

 I pulled a Click Performance Report with the AdGroupCreativeId 
 attribute on an adgroup with only one click that date.
 Then I pulled an Ad Performance Report on the same adgroup/date and the 
 ID field in the Ad report (which should match the Ad ID) doesn't match 
 the AdGroupCreativeId from the Click Performance Report.

 When I added the other attributes they all matched - Slot, Device 
 and KeywordID (called CriterionID in the Click Performance Report).

 Thanks,
 Ittai



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: AdGroupCreativeId in Click Performance Report doesn't match Id in Ad Performance Report

2013-10-29 Thread Ittai Chorev
Hi David,

Sure - This is the reply I get:
{'AdGroupId': '7882977711', 'CriteriaId': '16812450713', 
 'AdGroupCreativeId': '38257569231',  'CountryCriteriaId': 'Germany', 
Date': '2013-10-21' }

There is only one click on that Adgroup that day which comes from Ad 
ID: 38134791951 which doesn't match the AdGroupCreativeId (as it should)
We've noticed that there's an almost-constant offset between the two 
numbers - the difference of 122777280 (=AdGroupCreativeId - Ad ID) tends to 
repeat itself in some other samples we did along with a few other close 
numbers.
The returned CriteriaId does match the expected KeywordId.

One more thing is that the CountryCriteriaId doesn't match the 
GeoPerformanceReport, which returns the following:
{'AdGroupId': '7882977711', 'CountryCriteriaId': 'Sri Lanka', 'Date': 
'2013-10-21', 'Clicks': '1'}

Thanks!
Ittai

On Friday, October 25, 2013 10:15:51 AM UTC-7, David Torres (AdWords API 
Team) wrote:

 Hi Ittai,

 Do you mind sharing the Ad Group ID and date for which you are pulling 
 these reports?

 Best,

 - David Torres - AdWords API Team

 On Monday, October 21, 2013 9:26:34 AM UTC-4, Ittai Chorev wrote:

 Hi,

 I pulled a Click Performance Report with the AdGroupCreativeId 
 attribute on an adgroup with only one click that date.
 Then I pulled an Ad Performance Report on the same adgroup/date and the 
 ID field in the Ad report (which should match the Ad ID) doesn't match 
 the AdGroupCreativeId from the Click Performance Report.

 When I added the other attributes they all matched - Slot, Device and 
 KeywordID (called CriterionID in the Click Performance Report).

 Thanks,
 Ittai



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


AdGroupCreativeId in Click Performance Report doesn't match Id in Ad Performance Report

2013-10-21 Thread Ittai Chorev
Hi,

I pulled a Click Performance Report with the AdGroupCreativeId attribute 
on an adgroup with only one click that date.
Then I pulled an Ad Performance Report on the same adgroup/date and the 
ID field in the Ad report (which should match the Ad ID) doesn't match 
the AdGroupCreativeId from the Click Performance Report.

When I added the other attributes they all matched - Slot, Device and 
KeywordID (called CriterionID in the Click Performance Report).

Thanks,
Ittai

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Beta Feature not available

2013-10-06 Thread Ittai Chorev
Which feature are you referring to? 
If it's the promotedImpressions field in the BidLandscape service then I 
second that!

It's a very important metric for optimization which has been in Beta for 2 
years and is only available through the UI!

On Friday, October 4, 2013 8:08:44 PM UTC+3, Chirag wrote:

 Hello All,

 When i can expect beta feature to available for development.
 Its so long beta feature is not available.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Upgrading ad extensions using feeds causes account limit

2013-09-16 Thread Ittai Chorev
Hi,

We are trying to upgrade ad extensions for an account that has around 8000 
campaigns. All of the campaigns have sitelinks.
In order to that we need to write 8000 CampaignFeeds (one for each 
campaign). When writing we get an ACCOUNT_LIMIT error after ~1920 campaign 
feeds are written.

What is the limit on number of CampaignFeeds per account (it seems that api 
documentation doesn't state this explicitly)?
Is there some way to use single CampaignFeed for multiple campaigns? 
Any other workarounds for this problem? 

Thanks!

Ittai

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.