Regarding enhanced campaigns and Device preferred field

2013-03-25 Thread ShayBarChen
Hi.
In the new Adwords API V201302 reports -  Ad performance report i'm able to 
select device preferred field,
but i'm getting an empty data (--) in all fields values.

I would like to know if its a bug or whether it is in 
your development  road map.

Thanks in advance ,
Shay.B

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Getting campaign status - Deleted.

2013-02-26 Thread ShayBarChen
Well , it didn't worked.
I have added Predicate to the selector - 

GA.v201209.Predicate statusPredicate = new GA.v201209.Predicate();
statusPredicate.field = CampaignStatus;
statusPredicate.@operator = GA.v201209.PredicateOperator.EQUALS;
statusPredicate.values = new string[] { DELETED };
predicate.Add(statusPredicate);

And i was trying to get ad performance report with deleted campains. 
the report field were - Id, AdGroupId, AdGroupName, AdGroupStatus, 
CampaignId, CampaignName, Impressions,Clicks, Cost,Headline,
   
Description1,Description2, KeywordId, 
DisplayUrl,CreativeDestinationUrl,CampaignStatus,AccountTimeZoneId,
   
AdType,AccountCurrencyCode,Ctr,Status,AveragePosition,Conversions,
   
ConversionRate,ConversionRateManyPerClick,ConversionsManyPerClick,ConversionValue,TotalConvValue

and i'v got zero results.

Please advise ,
Thanks, 
Shay.
 
On Friday, January 18, 2013 2:00:07 PM UTC+2, John Lister wrote:

 Yes, add a predicate of status in [active, paused, deleted], the default 
 is to not return deleted elements in reports

 John

 On Thursday, 17 January 2013 13:43:13 UTC, ShayBarChen wrote:

 Hey ,

 Is it possible to get Campign in status deleted 
 in AD_PERFORMANCE_REPORT with the following fields included : 
 Id, AdGroupId, AdGroupName, AdGroupStatus, CampaignId, 
 CampaignName,CampaignStatus,Status.

 If it's possible , when it will be occurred ? 
 ( Cause now I'm getting only : active or paused status of campaigns ) 

 Thanks in advance. 
 Shay.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.




How to get mobile ad type in ad performance report

2013-02-24 Thread ShayBarChen
Hi,
I would like to know how can i be informed on mobile ad if the ad has been 
marked as Mobile in Adwords UI ( see image attached ) , in ad performance 
report . 
although the following links says this type is available in Ad Type field 
, i'm getting Text Ad instead of  Mobile Ad.

https://developers.google.com/adwords/api/docs/appendix/reports#ad

Thanks in advance,
Shay.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.


attachment: mobile.jpg

Getting campaign status - Deleted.

2013-01-17 Thread ShayBarChen
Hey ,

Is it possible to get Campign in status deleted in AD_PERFORMANCE_REPORT 
with the following fields included : 
Id, AdGroupId, AdGroupName, AdGroupStatus, CampaignId, 
CampaignName,CampaignStatus,Status.

If it's possible , when it will be occurred ? 
( Cause now I'm getting only : active or paused status of campaigns ) 

Thanks in advance. 
Shay.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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





Re: HOW TO GET AUTOMATIC PLACEMENTS PERFORMANCE REPORT WITH CONVERSION TYPE FILEDS

2012-03-01 Thread ShayBarChen
ok , but if i need these conversion types per  automatic-placement , how 
can i do it ?


On Friday, February 24, 2012 4:09:45 AM UTC+2, Eric Koleda wrote:

 Hi,

 It is true that you can't use conversion segmentation fields with click or 
 impression fields in the same report.  This information is listed in the 
 Notes field of the ConvertionTypeName field:


 http://code.google.com/apis/adwords/docs/appendix/reports.html#automatic-placements
  

 Best,
 - Eric Koleda, AdWords API Team


On Friday, February 24, 2012 4:09:45 AM UTC+2, Eric Koleda wrote:

 Hi,

 It is true that you can't use conversion segmentation fields with click or 
 impression fields in the same report.  This information is listed in the 
 Notes field of the ConvertionTypeName field:


 http://code.google.com/apis/adwords/docs/appendix/reports.html#automatic-placements
  

 Best,
 - Eric Koleda, AdWords API Team


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


HOW TO GET AUTOMATIC PLACEMENTS PERFORMANCE REPORT WITH CONVERSION TYPE FILEDS

2012-02-21 Thread ShayBarChen
Is there any way to retrieve *AUTOMATIC PLACEMENTS PERFORMANCE* with 
conversion fields ? 

i have tried to retrieve the same report (   AUTOMATIC PLACEMENTS 
PERFORMANCE ) one only with conversion type field and the other with clicks 
cost and etc'..
but there is no way to combine these two reports to one cause 
it doesn't contains *ad id* field.

Any ways to do that ? 
thanks.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Re: How to retrieve signup and lead conversion using API v 201101

2011-06-22 Thread ShayBarChen
Hey ,
The problem is that i cannot add this field with clicks , cost , imps
and etc.

On Jun 21, 8:36 pm, David Torres davi...@google.com wrote:
 Hi Shay,

 You just need to add ConversionCategoryName as a field to your report
 and it will segment by the type of conversion.

 Best,

 -David Torres - AdWords API Team

 On Jun 16, 10:30 am, ShayBarChen sbarc...@gmail.com wrote:







  Hey ,

  In v13 i was able to retrieve signup and leads conversion Per Ad , how
  can i do it in version 201101 ?
  i know that i can retrieve  conversion fields such as
  Conv. rate (1-per-click)
  Conv. rate (many-per-click)
  Conv. (1-per-click)
  Conv. (many-per-click)
  Total conv. value

  but this is not what i'm looking for.
  the data is available in Adwords interface under Reporting and Tools 
  Conversion
  than you will be able to see all conversion type .
  i want to know how to retrieve this data per Ad ( again, i was able to
  do that in v13 by requesting signup conversion for example ) .

  Thank you for your time .
  Shay.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


cannot retrieve Purchase and Signup per Ad

2011-06-20 Thread ShayBarChen
Hey ,
I have found a way to retrieve the Purchase and Signup per AD,
but why i cannot retrieve this data with the following fields : cost ,
imps , ctr  and etc'  ?
the mining of this change is that in need to create the same report -
Ad performance  Twice.
one without ConversionCategoryName field and second one with
ConversionCategoryName.
than to combine.

 is their any way to avoid this ? in V13 it was possible .
Shay

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


How to retrieve signup and lead conversion using API v 201101

2011-06-16 Thread ShayBarChen
Hey ,

In v13 i was able to retrieve signup and leads conversion Per Ad , how
can i do it in version 201101 ?
i know that i can retrieve  conversion fields such as
Conv. rate (1-per-click)
Conv. rate (many-per-click)
Conv. (1-per-click)
Conv. (many-per-click)
Total conv. value

but this is not what i'm looking for.
the data is available in Adwords interface under Reporting and Tools 
Conversion
than you will be able to see all conversion type .
i want to know how to retrieve this data per Ad ( again, i was able to
do that in v13 by requesting signup conversion for example ) .

Thank you for your time .
Shay.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Re: Migraring V13 Structure Reports to v201101

2011-06-16 Thread ShayBarChen
the following code will fillter your results without zero impressions
- just remove it from your code

(c# )
if (!this.includeZeroImpression)
{
// Create a filter Impressions  0
Predicate predicate = new Predicate();
predicate.field = Impressions;
predicate.@operator = 
PredicateOperator.GREATER_THAN;
predicate.values = new string[] { 0 };
_selector.predicates = new Predicate[] { 
predicate };
}

On Jun 14, 11:04 pm, jstedman jason.sted...@thesearchagency.com
wrote:
 Don't filter on impressions0 and you should get all the records.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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