Re: I have two settings and I can't find the corresponding adword api service object. Here is my screenshot. Which of the two objects are used separately?

2018-06-12 Thread jia zheng

Very good, it worked. thank you very much
在 2018年6月12日星期二 UTC+8上午11:30:51,Vincent Racaza (AdWords API Team)写道:
>
> HI Jia,
>
> For the bidding option in your screenshot, you may set the 
> biddingStrategyType 
> 
>  as 
> MANUAL_CPC, and then in your ManualCpcBiddingScheme 
> 
>  object, 
> you can set the enhancedCpcEnabled 
> 
>  field 
> to true. You can check this Java example 
> 
>  on 
> how to add campaigns which is also available to other languages that 
> AdWords API supports. There is a campaign in the example with MANUAL_CPC 
> and what you need to add in the code is the enhancedCpcEnabled field which 
> is being set to true.
>
> Let me know if you have further clarifications.
>
> Thanks,
> Vincent
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e9b91855-f1c2-4fa4-9302-f680407163d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: I have two settings and I can't find the corresponding adword api service object. Here is my screenshot. Which of the two objects are used separately?

2018-06-11 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API and Google Ads API Forum
HI Jia,

For the bidding option in your screenshot, you may set the 
biddingStrategyType 

 as 
MANUAL_CPC, and then in your ManualCpcBiddingScheme 

 object, 
you can set the enhancedCpcEnabled 

 field 
to true. You can check this Java example 

 on 
how to add campaigns which is also available to other languages that 
AdWords API supports. There is a campaign in the example with MANUAL_CPC 
and what you need to add in the code is the enhancedCpcEnabled field which 
is being set to true.

Let me know if you have further clarifications.

Thanks,
Vincent
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7de44f6a-752b-4afb-b218-386b2ef8cbf7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: I have two settings and I can't find the corresponding adword api service object. Here is my screenshot. Which of the two objects are used separately?

2018-06-11 Thread jia zheng

I would like to specify whether the Enable Enhanced CPC function can be 
enabled during manual cost-per-click bidding under Manual bidding using 
adword api
在 2018年6月11日星期一 UTC+8下午2:15:37,Vincent Racaza (AdWords API Team)写道:
>
> Hi Jia,
>
> Both of your screenshots regarding conservative targeting as well as about 
> marketing goals of display campaigns are not yet supported in the AdWords 
> API. There is currently no way to set up or retrieve them via the AdWords 
> API. Please follow our blog 
>  to 
> receive any future updates like new releases.
>
> You may use the AdWords UI instead if you want to set these fields.
>
> Thanks,
> Vincent
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/612b31a3-764c-437e-ad35-67f130e1231f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: I have two settings and I can't find the corresponding adword api service object. Here is my screenshot. Which of the two objects are used separately?

2018-06-11 Thread jia zheng




OK, I understand. Thank you very much. I also have a question about bid 
settings. As shown in the screenshot. When I only select Manual 
cost-per-click bidding under Manual bidding option instead of Enable 
Enhanced CPC. Which bid type should I use? MANUAL_CPC or ENHANCED_CPC? And 
when I also select Manual cost-per-click bidding and Enable Enhanced CPC 
for the Manual bidding option, should I select MANUAL_CPC or ENHANCED_CPC? 
I use the Adword API to check if Enable Enhanced CPC is checked and return 
to the settings of campaign. I can't observe the difference between them.
在 2018年6月11日星期一 UTC+8下午2:15:37,Vincent Racaza (AdWords API Team)写道:
>
> Hi Jia,
>
> Both of your screenshots regarding conservative targeting as well as about 
> marketing goals of display campaigns are not yet supported in the AdWords 
> API. There is currently no way to set up or retrieve them via the AdWords 
> API. Please follow our blog 
>  to 
> receive any future updates like new releases.
>
> You may use the AdWords UI instead if you want to set these fields.
>
> Thanks,
> Vincent
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/79f95401-5e66-4ea4-bb60-e2b4d75de361%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: I have two settings and I can't find the corresponding adword api service object. Here is my screenshot. Which of the two objects are used separately?

2018-06-11 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jia,

Both of your screenshots regarding conservative targeting as well as about 
marketing goals of display campaigns are not yet supported in the AdWords 
API. There is currently no way to set up or retrieve them via the AdWords 
API. Please follow our blog 
 to receive 
any future updates like new releases.

You may use the AdWords UI instead if you want to set these fields.

Thanks,
Vincent
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a248f582-6dec-4811-93cc-e13f4ef6a332%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.