Re: automatic placement performance report

2013-07-21 Thread Tomer Peled
Seems like the problem is fixed now...

On Friday, July 19, 2013 8:26:15 AM UTC+3, Tomer Peled wrote:


 Hi,

 Is there an issue with the automatic placement report?
 I used to download it with no problem using the adhoc reports but in the 
 last 2 days the reports are always with no data - I only get the columns 
 names...

 Thanks,
 Tomer


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Setting Content Bid Dimension with contentBidCriterionTypeGroup

2013-07-21 Thread Takeshi Hagikura (AdWords API Team)
Hi alex,

For the first question, As in this 
threadhttps://groups.google.com/d/msg/adwords-api/E3RZ0bFiTro/Lqwd8n7uoHEJ, 
You can reset the keyword level bid (use the bid at adgroup level) by like 
following code.

BiddingStrategyConfiguration biddingStrategyConfiguration = new 
BiddingStrategyConfiguration();
CpcBid bid = newCpcBid();
bid.setBid(new Money(null, null)); // DO setBid 
biddingStrategyConfiguration.setBids(new Bids[]{bid});

For the second question, 
I don't think setting contentBidCriterionTypeGroup will be mandatory. 
As in the blog post, setting contentBidCriterionTypeGroup explicitly will 
be needed for 
advertisers wanting to override the ad group default bid with 
criteria-level bids.

Best,
- Takeshi, AdWords API Team


On Thursday, July 18, 2013 3:53:49 AM UTC+9, alx wrote:

 Hello,

 With the API I can set/pick content bid dimension by using 
 AdGroup.contentBidCriterionTypeGroup field. Obviously, I can set this field 
 to KEYWORD, USER_INTEREST_AND_LIST, VERTICAL, GENDER, AGE_RANGE, PLACEMENT. 
 In the AdWords UI I can do the same, but I can also choose Use default 
 bids' option, which resets AdGroup.contentBidCriterionTypeGroup field to 
 null. Is there a way to do the same in the API (reset 
 AdGroup.contentBidCriterionTypeGroup to null, so that group level default 
 bid would be used)?

 Also, currently when creating ad group with API without setting 
 contentBidCriterionTypeGroup field, Google automatically picks the content 
 bid dimension and assigns it to contentBidCriterionTypeGroup field. 
 According to this post 
 http://googleadsdeveloper.blogspot.com/2013/07/managing-content-bid-dimensions-in.html,
  
 after July 22 Google will stop doing it. However, it's not clear to me if 
 it would become mandatory to provide contentBidCriterionTypeGroup in the 
 request to create a new group. I'd like to think that if I don't set it, 
 group would be still created and default group level bids would be used, 
 but I am not so sure. Could you clarify it?

 Thank you,
 --Alex



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Search Funnels in Adwords API

2013-07-21 Thread Takeshi Hagikura (AdWords API Team)
Hi, 

As you say we're trying to offer all features from the AdWords web 
interface. 
But currently search funnels are not supported through the API. 

Best,
- Takeshi, AdWords API Team

On Thursday, July 18, 2013 11:41:00 PM UTC+9, Alex wrote:

 Hi,
 are there any plans to implement search funnels in the API? At the Google 
 Adwords API Workshops was said that you try to offer all features from the 
 Adwords Interface in the API. Search funnels are available in the Adwords 
 Interface for some time now, but there is no way to get the data over API.
 It seems like analytics API (which does return search funnel data) doesnt 
 return any IDs. Hence we can not match the data to Adwords-Data

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