RE: product link error

2023-11-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ritika,

Thank you for reaching out to the Google Ads API support team.

Upon checking, I understand you have provided the error logs but kindly note 
that error logs are not sufficient to investigate the issue so please provide 
us complete API logs (request and response with request-id and request header) 
generated at your end.

You may check these guides on how to Link your Merchant Center and Google Ads 
accounts.

If you are using a client library and haven't enabled the logging yet, I would 
request you to enable logging for the specific client library that you are 
using. You can refer to the guides Java, .Net, PHP, Python, Ruby or Perl to 
enable logging at your end. For REST interface requests, you can enable logging 
via the curl command by using the -i flag.

​​You can send the details via Reply privately to the author option, or 
direct private reply to this email.
This message is in relation to case "ref:!00D1U01174p.!5004Q02qA27j:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4xdPS0S3IKRF00hhqeiTfFSdCV1wREWae-OA%40sfdc.net.


Product Link Error

2023-11-02 Thread Tanish Gupta
Hi 

Can you please look when i am linking the merchant center account to 
adwords account then i am getting the following error:
com.google.ads.googleads.v15.errors.GoogleAdsException: errors {
  error_code {
field_error: REQUIRED
  }
  message: "The required field was not present."
  location {
  }
}
request_id: "SepTt0b-e-akbtnMX6g4uA"

My code for reference 
try (ProductLinkServiceClient service = 
remote.getLatestVersion().createProductLinkServiceClient()) 
{
ProductLink productLink = ProductLink.newBuilder().setResourceName(
ResourceNames.productLink(Long.parseLong(customerId), merchantAccountId
)).build();
CreateProductLinkResponse response = service.createProductLink(customerId, 
productLink);
return null;
}

Thanks
Tanish

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c48fe3c9-246d-4e98-8146-f5a317bdcee3n%40googlegroups.com.