Hello there,

I'm trying to create a performance max campaign through google ads API on 
nodejs, I'm able to create the campaign budget with no problem, but when I 
start the campaign creation with "url_expansion_opt_out: false", I'll get 
errors like the below:
GoogleAdsFailure {
  errors: [
    GoogleAdsError {
      error_code: [ErrorCode],
      message: 'An internal error has occurred.',
      trigger: [Value]
    }
  ],
  request_id: 'xxxx'
}
if I comment out url_expansion_opt_out param, it will return errors like 
below:
GoogleAdsFailure {
  errors: [
    GoogleAdsError {
      error_code: [ErrorCode],
      message: 'The required field was not present.',
      trigger: [Value],
      location: [ErrorLocation]
    }
  ],
  request_id: 'xxx'
}

Please help.

Thanks,
Mia

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0852999b-6f2a-4408-a6c7-de9da874ffa7n%40googlegroups.com.

Reply via email to