Re: Unable to differentiate between Search Network with Display Select and Search Display Networks - Standard

2014-03-11 Thread Anash P. Oommen (AdWords API Team)
Hi,

v201402 exposes 
advertisingChannelTypehttps://developers.google.com/adwords/api/docs/reference/v201402/CampaignService.Campaign#advertisingChannelType,
 
that exposes the necessary details.

Cheers,
Anash P. Oommen,
AdWords API Advisor. 

On Monday, March 10, 2014 3:43:47 PM UTC-4, mm wrote:

 Thanks Zweite  Florian -
 I hadn't considered the possibility of using validateOnly in this case, 
 but since these calls are generally made in large volume, I opted for using 
 Florian's suggestion and getting displaySelect from the Campaign 
 Performance report instead. I suspect that with the release of 201402 this 
 is now moot, though. Appreciate the help guys!

 On Tuesday, March 4, 2014 4:46:39 AM UTC-6, Zweitze wrote:

 If you want to determine whether you can set a content bid in a given 
 group:

 Just set a content bid for that group, and include SOAP header 
 validateOnly to true on the call.
 If the call got no errors, the group may get new content bids.
 If the call did get errors, it is not possible to set a content bid.

 Note: Due to validateOnly the current bid should not change. However, I 
 did not check whether it works as advertized.



 On Monday, March 3, 2014 11:51:15 PM UTC+1, mm wrote:

 Thanks Anash -
 I'm afraid I don't understand how I can properly determine in my code 
 when I can set a content bid for an ad group. Given that the deadline is 
 today for that change to take effect, you guys must have expected us to 
 accommodate this restriction somehow. Is there another way for me to 
 determine when it is acceptable to set the content bid for an adgroup?

 Thanks -
 mm

 On Monday, March 3, 2014 4:44:12 PM UTC-6, Anash P. Oommen (AdWords API 
 Team) wrote:

 Hi Margaret,

 Campaign type is not exposed in AdWords API yet, that's why you are 
 unable to distinguish these two campaign types. You need to wait for this 
 feature to be available in the next AdWords API version.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Friday, February 28, 2014 5:37:31 PM UTC-5, mm wrote:

 Hey Guys -
 I was making revisions to our code to accommodate the new rules for 
 setting content bids for adgroups. However, when testing this I ran into 
 a 
 dilemma. I wanted to test a case where it was valid to set the content 
 bid, 
 so I went into my test account and created a campaign with Search 
 Network 
 with Display Select. I then tried to create an adgroup within that 
 campaign, giving it a content bid, and got 
 BiddingErrors.CANNOT_SET_CONTENT_BID_IN_SEARCH_PLUS_CAMPAIGNS. I then 
 found 
 an old campaign with Search  Display Networks - Standard and was able 
 to 
 create the adgroups in it. The problem is that I can't see any way to 
 differentiate between these 2 variants of a Search  Display campaign 
 as 
 the networkTargeting for both are the same. So what is the intended 
 way to determine that it is valid to set the content bid for an adgroup? 
 FWIW, I am using the java client...

 Thanks a bunch!
 Margaret



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


Re: Unable to differentiate between Search Network with Display Select and Search Display Networks - Standard

2014-03-10 Thread mm
Thanks Zweite  Florian -
I hadn't considered the possibility of using validateOnly in this case, but 
since these calls are generally made in large volume, I opted for using 
Florian's suggestion and getting displaySelect from the Campaign 
Performance report instead. I suspect that with the release of 201402 this 
is now moot, though. Appreciate the help guys!

On Tuesday, March 4, 2014 4:46:39 AM UTC-6, Zweitze wrote:

 If you want to determine whether you can set a content bid in a given 
 group:

 Just set a content bid for that group, and include SOAP header 
 validateOnly to true on the call.
 If the call got no errors, the group may get new content bids.
 If the call did get errors, it is not possible to set a content bid.

 Note: Due to validateOnly the current bid should not change. However, I 
 did not check whether it works as advertized.



 On Monday, March 3, 2014 11:51:15 PM UTC+1, mm wrote:

 Thanks Anash -
 I'm afraid I don't understand how I can properly determine in my code 
 when I can set a content bid for an ad group. Given that the deadline is 
 today for that change to take effect, you guys must have expected us to 
 accommodate this restriction somehow. Is there another way for me to 
 determine when it is acceptable to set the content bid for an adgroup?

 Thanks -
 mm

 On Monday, March 3, 2014 4:44:12 PM UTC-6, Anash P. Oommen (AdWords API 
 Team) wrote:

 Hi Margaret,

 Campaign type is not exposed in AdWords API yet, that's why you are 
 unable to distinguish these two campaign types. You need to wait for this 
 feature to be available in the next AdWords API version.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Friday, February 28, 2014 5:37:31 PM UTC-5, mm wrote:

 Hey Guys -
 I was making revisions to our code to accommodate the new rules for 
 setting content bids for adgroups. However, when testing this I ran into a 
 dilemma. I wanted to test a case where it was valid to set the content 
 bid, 
 so I went into my test account and created a campaign with Search Network 
 with Display Select. I then tried to create an adgroup within that 
 campaign, giving it a content bid, and got 
 BiddingErrors.CANNOT_SET_CONTENT_BID_IN_SEARCH_PLUS_CAMPAIGNS. I then 
 found 
 an old campaign with Search  Display Networks - Standard and was able 
 to 
 create the adgroups in it. The problem is that I can't see any way to 
 differentiate between these 2 variants of a Search  Display campaign as 
 the networkTargeting for both are the same. So what is the intended 
 way to determine that it is valid to set the content bid for an adgroup? 
 FWIW, I am using the java client...

 Thanks a bunch!
 Margaret



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


Re: Unable to differentiate between Search Network with Display Select and Search Display Networks - Standard

2014-03-04 Thread Zweitze
If you want to determine whether you can set a content bid in a given group:

Just set a content bid for that group, and include SOAP header 
validateOnly to true on the call.
If the call got no errors, the group may get new content bids.
If the call did get errors, it is not possible to set a content bid.

Note: Due to validateOnly the current bid should not change. However, I did 
not check whether it works as advertized.



On Monday, March 3, 2014 11:51:15 PM UTC+1, mm wrote:

 Thanks Anash -
 I'm afraid I don't understand how I can properly determine in my code when 
 I can set a content bid for an ad group. Given that the deadline is today 
 for that change to take effect, you guys must have expected us to 
 accommodate this restriction somehow. Is there another way for me to 
 determine when it is acceptable to set the content bid for an adgroup?

 Thanks -
 mm

 On Monday, March 3, 2014 4:44:12 PM UTC-6, Anash P. Oommen (AdWords API 
 Team) wrote:

 Hi Margaret,

 Campaign type is not exposed in AdWords API yet, that's why you are 
 unable to distinguish these two campaign types. You need to wait for this 
 feature to be available in the next AdWords API version.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Friday, February 28, 2014 5:37:31 PM UTC-5, mm wrote:

 Hey Guys -
 I was making revisions to our code to accommodate the new rules for 
 setting content bids for adgroups. However, when testing this I ran into a 
 dilemma. I wanted to test a case where it was valid to set the content bid, 
 so I went into my test account and created a campaign with Search Network 
 with Display Select. I then tried to create an adgroup within that 
 campaign, giving it a content bid, and got 
 BiddingErrors.CANNOT_SET_CONTENT_BID_IN_SEARCH_PLUS_CAMPAIGNS. I then found 
 an old campaign with Search  Display Networks - Standard and was able to 
 create the adgroups in it. The problem is that I can't see any way to 
 differentiate between these 2 variants of a Search  Display campaign as 
 the networkTargeting for both are the same. So what is the intended way 
 to determine that it is valid to set the content bid for an adgroup? FWIW, 
 I am using the java client...

 Thanks a bunch!
 Margaret



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


Re: Unable to differentiate between Search Network with Display Select and Search Display Networks - Standard

2014-03-03 Thread Anash P. Oommen (AdWords API Team)
Hi Margaret,

Campaign type is not exposed in AdWords API yet, that's why you are unable 
to distinguish these two campaign types. You need to wait for this feature 
to be available in the next AdWords API version.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Friday, February 28, 2014 5:37:31 PM UTC-5, mm wrote:

 Hey Guys -
 I was making revisions to our code to accommodate the new rules for 
 setting content bids for adgroups. However, when testing this I ran into a 
 dilemma. I wanted to test a case where it was valid to set the content bid, 
 so I went into my test account and created a campaign with Search Network 
 with Display Select. I then tried to create an adgroup within that 
 campaign, giving it a content bid, and got 
 BiddingErrors.CANNOT_SET_CONTENT_BID_IN_SEARCH_PLUS_CAMPAIGNS. I then found 
 an old campaign with Search  Display Networks - Standard and was able to 
 create the adgroups in it. The problem is that I can't see any way to 
 differentiate between these 2 variants of a Search  Display campaign as 
 the networkTargeting for both are the same. So what is the intended way 
 to determine that it is valid to set the content bid for an adgroup? FWIW, 
 I am using the java client...

 Thanks a bunch!
 Margaret


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


Re: Unable to differentiate between Search Network with Display Select and Search Display Networks - Standard

2014-03-03 Thread mm
Thanks Anash -
I'm afraid I don't understand how I can properly determine in my code when 
I can set a content bid for an ad group. Given that the deadline is today 
for that change to take effect, you guys must have expected us to 
accommodate this restriction somehow. Is there another way for me to 
determine when it is acceptable to set the content bid for an adgroup?

Thanks -
mm

On Monday, March 3, 2014 4:44:12 PM UTC-6, Anash P. Oommen (AdWords API 
Team) wrote:

 Hi Margaret,

 Campaign type is not exposed in AdWords API yet, that's why you are unable 
 to distinguish these two campaign types. You need to wait for this feature 
 to be available in the next AdWords API version.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Friday, February 28, 2014 5:37:31 PM UTC-5, mm wrote:

 Hey Guys -
 I was making revisions to our code to accommodate the new rules for 
 setting content bids for adgroups. However, when testing this I ran into a 
 dilemma. I wanted to test a case where it was valid to set the content bid, 
 so I went into my test account and created a campaign with Search Network 
 with Display Select. I then tried to create an adgroup within that 
 campaign, giving it a content bid, and got 
 BiddingErrors.CANNOT_SET_CONTENT_BID_IN_SEARCH_PLUS_CAMPAIGNS. I then found 
 an old campaign with Search  Display Networks - Standard and was able to 
 create the adgroups in it. The problem is that I can't see any way to 
 differentiate between these 2 variants of a Search  Display campaign as 
 the networkTargeting for both are the same. So what is the intended way 
 to determine that it is valid to set the content bid for an adgroup? FWIW, 
 I am using the java client...

 Thanks a bunch!
 Margaret



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


Unable to differentiate between Search Network with Display Select and Search Display Networks - Standard

2014-02-28 Thread mm
Hey Guys -
I was making revisions to our code to accommodate the new rules for setting 
content bids for adgroups. However, when testing this I ran into a dilemma. 
I wanted to test a case where it was valid to set the content bid, so I 
went into my test account and created a campaign with Search Network with 
Display Select. I then tried to create an adgroup within that campaign, 
giving it a content bid, and got 
BiddingErrors.CANNOT_SET_CONTENT_BID_IN_SEARCH_PLUS_CAMPAIGNS. I then found 
an old campaign with Search  Display Networks - Standard and was able to 
create the adgroups in it. The problem is that I can't see any way to 
differentiate between these 2 variants of a Search  Display campaign as 
the networkTargeting for both are the same. So what is the intended way to 
determine that it is valid to set the content bid for an adgroup? FWIW, I 
am using the java client...

Thanks a bunch!
Margaret

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