RE: The effectivetargetcpamicros field of the modified adgroup is invalid

2022-01-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello,

Thanks for reaching out. Can you please privately reply to us with the complete 
request and response logs, and more detailed explanation of the issue that you 
have come across? If you have already sent us a private email to 
googleadsapi-supp...@google.com, please use that thread instead of this one.

Thanks,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2UjbWu: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 
"Google Ads API and AdWords 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/BUfvs0R5NXMS003aTSjxutQISeYMG9LbQpIA%40sfdc.net.


The effectivetargetcpamicros field of the modified adgroup is invalid

2022-01-13 Thread 张钰杰
 AdGroup adGroup = AdGroup.newBuilder() 
.setResourceName(ResourceNames.adGroup(googleAdsClient.getLoginCustomerId(), 
***)) .setEffectiveTargetCpaMicros(2) .build(); List 
adGroupOperationList = new ArrayList<>() List 
adGroupOperationList = new ArrayList<>(); 
adGroupOperationList.add(AdGroupOperation.newBuilder() .setUpdate(adGroup) 
.setUpdateMask(FieldMasks.allSetFieldsOf(adGroup)) .build()); 
MutateAdGroupsResponse response = adGroupServiceClient.mutateAdGroups( 
String.valueOf(googleAdsClient.getLoginCustomerId()), adGroupOperationList) 
mutateAdGroupResult is resource_name: "customers/***/adGroups/**" The 
effectivetargetcpamicros field is still the original value

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/2f5176ed-26a6-407c-85a5-848959810524n%40googlegroups.com.


The effectivetargetcpamicros field of the modified adgroup is invalid

2022-01-13 Thread 张钰杰
AdGroup adGroup = AdGroup.newBuilder() 
.setResourceName(ResourceNames.adGroup(googleAdsClient.getLoginCustomerId(), 
**)) .setEffectiveTargetCpaMicros(2) .build(); List 
adGroupOperationList = new ArrayList<>() List 
adGroupOperationList = new ArrayList<>(); 
adGroupOperationList.add(AdGroupOperation.newBuilder() .setUpdate(adGroup) 
.setUpdateMask(FieldMasks.allSetFieldsOf(adGroup)) .build()); 
MutateAdGroupsResponse response = adGroupServiceClient.mutateAdGroups( 
String.valueOf(googleAdsClient.getLoginCustomerId()), adGroupOperationList) 
mutateAdGroupResult is resource_name: "customers/**/adGroups/**" The 
effectivetargetcpamicros field is still the original value

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/d6181d71-ff56-4838-bd37-96bc0f5819cbn%40googlegroups.com.