RE: bid strategies

2019-07-29 Thread Google Ads API Forum Advisor Prod
Hi Alex,

Thank you for proving more details about your concern. Unfortunately, however, 
there is currently no service or feature in the AdWords API that you can use to 
retrieve/predict which bidding strategies are or would be suitable for your 
campaigns. You can refer to our bidding guide instead, to learn more about 
which bidding strategies you can use and which you are eligible to use on your 
campaigns.

Additionally, you may refer to our bid landscapes guide to learn more on how to 
get estimates on your campaigns, ad groups, and criteria performances based on 
different bidding scenarios. I hope this helps.

Best regards,
Peter
Google Ads API Team
ref:_00D1U1174p._5001UEGU0x:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/SKB0D0PVFNO100LzVO3y4RTm-tIbqt8dvS3Q%40sfdc.net.


Re: bid strategies

2019-07-29 Thread Alex Junior
Hello Peter, how are you?
'xpto' would be a generic strategy, I'm sorry for the confusion.

I would like to retrieve the strategies available for each type of campaign.

For example, I have two campaigns:
The examplo1 campaign is a search network type, you can use metrica1 and 
metrica2 metrics.
The examplo2 campaign, which is a shopping campaign, can only use metrica2 
metrics.

In this scenario, I would like to consult api the strategies available for 
the campaign
example1 and she would only return me the metrica1 and metrica2 options.
And when I check the examplo2 campaign metrics, it returns me just the 
metrica2 option.

Note: metrica1 and metrica2, are generic examples.

Thank you for your help.

Em sexta-feira, 26 de julho de 2019 05:07:46 UTC-3, Alex Junior escreveu:
>
> Hello, I would like to know if it is possible to retrieve the bid 
> strategies available for each campaign type through the api?
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ebb78021-44a0-4100-a7d1-f70ed0ff86c1%40googlegroups.com.


Re: bid strategies

2019-07-28 Thread Google Ads API Forum Advisor Prod
Hi Alex,

My apologies if I don't seem to follow. Could you further elaborate as to what 
it is you wish to retrieve? Additionally, could you also describe what you 
meant by 'xpto'?

Thanks and regards,
Peter
Google Ads API Team
ref:_00D1U1174p._5001UEGU0x:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/D0-DQ0PVE2P800wqafzMXuTS-ZjOIpFTgVWA%40sfdc.net.


Re: bid strategies

2019-07-26 Thread Alex Junior
Hello Peter, thanks for the reply.
But that's not quite it, which I would like to know if the following is 
possible.

For example, I have two campaigns.
The campaign example1 is of the search network type, it is possible to use 
cpc metrics and clicks only.
The campaign example2, is of the shopping type, it is possible to use only 
the metrics xpto.

I was wondering if you can make this kind of request.

Em sexta-feira, 26 de julho de 2019 05:14:54 UTC-3, adsapiforumadvisor 
escreveu:
>
> Hi Alex,
>
> You can generate the Campaign Performance Report 
> 
>  
> as this should return the (AdWords API supported) campaigns under your 
> client account and you can include the BiddingStrategyType 
> 
>  
> field in your request to determine what your campaigns' bidding strategies 
> are.
>
> Another alternative is to use the CampaignService.get() 
> 
>  
> and include the BiddingStrategyType field in your SELECTOR. You can refer 
> to this sample code 
> 
>  (also 
> available in other langauges) as to how. I hope this helps.
>
> Thanks and regards,
> Peter
> Google Ads API Team
>
> ref:_00D1U1174p._5001UEGU0x:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e6146498-174d-4861-9ff2-4a34103f7622%40googlegroups.com.


RE: bid strategies

2019-07-26 Thread Google Ads API Forum Advisor Prod
Hi Alex,

You can generate the Campaign Performance Report as this should return the 
(AdWords API supported) campaigns under your client account and you can include 
the BiddingStrategyType field in your request to determine what your campaigns' 
bidding strategies are.

Another alternative is to use the CampaignService.get() and include the 
BiddingStrategyType field in your SELECTOR. You can refer to this sample code 
(also available in other langauges) as to how. I hope this helps.

Thanks and regards,
Peter
Google Ads API Team
ref:_00D1U1174p._5001UEGU0x:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/zFeta0PV8PKE00bYVZJn8rRJWg3b6QgjF4xw%40sfdc.net.