Re: Universal App campaign bid strategy

2020-10-07 Thread Google Ads API Forum Advisor Prod
Hello,

Can you confirm where you have obtained your setconversionTypeIds? 
Additionally, can you please provide complete detailed logs to our support 
alias at googleadsapi-supp...@google.com?

Regards,

Danica
Google Ads API Team
ref:_00D1U1174p._5004Q25ZWEd: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/7QHf80QHUJAP003WlxHgb6Qc6FmesvB3jfzQ%40sfdc.net.


Re: Universal App campaign bid strategy

2020-10-07 Thread denma test
Hi
Have tested but produces below error, 

CampaignError.SELECTIVE_OPTIMIZATION_CONVERSION_TYPE_INVALID @ 
operations[0].operand.selectiveOptimization.conversionTypeIds; 
trigger:'ConversionTypeId: 469825417', 
CampaignError.SELECTIVE_OPTIMIZATION_CONVERSION_TYPE_INVALID @ 
operations[0].operand.selectiveOptimization.conversionTypeIds; 
trigger:'ConversionTypeId: 469821067

Sample code:
case 'OPTIMIZE_FOR_IN_APP_CONVERSION_VOLUME':

$universalAppSetting->setBiddingStrategyGoalType(UniversalAppBiddingStrategyGoalType::OPTIMIZE_FOR_IN_APP_CONVERSION_VOLUME);
// If you select bidding strategy goal type 
as
// OPTIMIZE_FOR_IN_APP_CONVERSION_VOLUME, 
then you may specify a set of
// conversion types for in-app actions to 
optimize the campaign towards.
$selectiveOptimization = new 
SelectiveOptimization();

$selectiveOptimization->setconversionTypeIds([
'469821067',
'469825417'
]);


$campaign->setSelectiveOptimization($selectiveOptimization);
break;

On Wednesday, October 7, 2020 at 1:28:38 AM UTC+5:30 adsapiforumadvisor 
wrote:

> Hello,
>
> If you are looking to focus bidding on In-app actions, you can select your 
> bidding strategy goal type as OPTIMIZE_FOR_INSTALL_CONVERSION_VOLUME as 
> mentioned in this 
> 
>  documentation. 
> You can then optimize for a set of in-app conversion types using the 
> campaign's selectiveOptimization 
> 
>  field.
>
> Regards,
> [image: Google Logo] 
> Danica 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q25ZWEd: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/c0eff2b2-1bb5-4ed8-ae89-aa8700dbeb5en%40googlegroups.com.


Re: Universal App campaign bid strategy

2020-10-07 Thread denma test
Okay, thanks. Will check.

On Wednesday, October 7, 2020 at 1:28:38 AM UTC+5:30 adsapiforumadvisor 
wrote:

> Hello,
>
> If you are looking to focus bidding on In-app actions, you can select your 
> bidding strategy goal type as OPTIMIZE_FOR_INSTALL_CONVERSION_VOLUME as 
> mentioned in this 
> 
>  documentation. 
> You can then optimize for a set of in-app conversion types using the 
> campaign's selectiveOptimization 
> 
>  field.
>
> Regards,
> [image: Google Logo] 
> Danica 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q25ZWEd: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/e6b3652e-979f-4a32-8618-c2c0bb56c1afn%40googlegroups.com.


RE: Universal App campaign bid strategy

2020-10-06 Thread Google Ads API Forum Advisor Prod
Hello,

If you are looking to focus bidding on In-app actions, you can select your 
bidding strategy goal type as OPTIMIZE_FOR_INSTALL_CONVERSION_VOLUME as 
mentioned in this documentation. You can then optimize for a set of in-app 
conversion types using the campaign's selectiveOptimization field.

Regards,

Danica
Google Ads API Team
ref:_00D1U1174p._5004Q25ZWEd: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/Fo7q30QHSQ4X00yWG1AKEuR0W2HrYBCQIvqQ%40sfdc.net.


Universal App campaign bid strategy

2020-10-06 Thread denma test
Hi
I have created App campaign using API, how can i setup input for API call 
for the feature in attached screenshot. Am using PHP v201809 AdWords 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/71f4234e-d848-4e63-9ce9-b269d7ac05d5n%40googlegroups.com.