Re: AddKeywords issue

2021-11-09 Thread Oleg Disrupt
E:\xec\Test\google-ads-php>php examples/BasicOperations/AddKeywords.php 
--customerId 9641267633 --adGroupId 129982595255

ApiException was thrown with message '{
"message": "Request contains an invalid argument.",
"code": 3,
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": 0,
"data": 
"type.googleapis.com\/google.ads.googleads.v8.errors.GoogleAdsFailure"
},
{
"@type": 0,
"data": [
{
"errorCode": {
"criterionError": 
"BROAD_MATCH_MODIFIER_KEYWORD_NOT_ALLOWED"
},
"message": "Broad match modifier (BMM) keywords can no 
longer be created. Please see 
https:\/\/ads-developers.googleblog.com\/2021\/06\/broad-match-modifier-upcoming-changes.html.",
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": 0
},
{
"fieldName": "create"
},
{
"fieldName": "keyword"
}
]
}
}
]
},
{
"@type": 0,
"data": "EQp1rV10lmsgffm9l_jPXQ"
}
]
}'.

On Wednesday, November 10, 2021 at 1:35:34 PM UTC+9 adsapi wrote:

> Hi Oleg,
>
> Thank you for reaching out to us.
>
> With regard to your concern, are you getting an error upon submitting your 
> keywords request with special characters? If so, could you provide the full 
> error message, which is usually included in the complete logs (request 
> 
>  and response 
> 
>  with request-id 
> )?
>  
> This will greatly help us identifying the error so we could provide 
> guidance accordingly. Logging can be enabled by navigating to the Client 
> libraries > Your client library (ex. Java) > Logging documentation, which 
> you can access from this link 
> .
>
> Kindly send the requested information via *Reply privately to author* 
> option. If this option is not available, then send it instead on this email 
> address googleadsa...@google.com.
>
> Regards,
>
> Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 
> 2021 
> Google Ads API and AdWords API Annual Survey 
> 
>   
> [image: Google Logo] 
> Teejay Wennie Pimentel 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2R7l4Q: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/84b5f456-b467-44f9-9c28-d41c7ca2c2f8n%40googlegroups.com.


RE: AddKeywords issue

2021-11-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Oleg,

Thank you for reaching out to us.

With regard to your concern, are you getting an error upon submitting your 
keywords request with special characters? If so, could you provide the full 
error message, which is usually included in the complete logs (request and 
response with request-id)? This will greatly help us identifying the error so 
we could provide guidance accordingly. Logging can be enabled by navigating to 
the Client libraries > Your client library (ex. Java) > Logging documentation, 
which you can access from this link.

Kindly send the requested information via Reply privately to author option. If 
this option is not available, then send it instead on this email address 
googleadsapi-supp...@google.com.

Regards,

Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

Teejay Wennie Pimentel
Google Ads API Team
ref:_00D1U1174p._5004Q2R7l4Q: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/fvbHs0R2CA2W00vb71lGWMS6SGCKWjPZLiHw%40sfdc.net.


AddKeywords issue

2021-11-09 Thread Oleg Disrupt
Hello
I want to add keyword "+a +b+c" using google api.
It doesn't work well with above keyword because of "+" sign.
It works well for general words.

$keywordText="+a+b+c";
$keywordInfo = new KeywordInfo([
'text' => $keywordText,
'match_type' => KeywordMatchType::BROAD
]);
How can i fix that?
How can I do for keywords with special characters?
Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c95c0483-9226-470f-804e-b245a1593848n%40googlegroups.com.