Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-10-21 Thread anatolii_z
Hi again, Your explanation helped to resolve the problem. Thanks a lot! суббота, 10 октября 2020 г. в 01:20:55 UTC+3, adsapiforumadvisor: > Hi again, > > I got more information from our Engineering team that explains the > behavior: > 1. The CampaignExtensionSettingService can link a user feed

Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-10-09 Thread Google Ads API Forum Advisor Prod
Hi again, I got more information from our Engineering team that explains the behavior: 1. The CampaignExtensionSettingService can link a user feed only if it is already linked to the campaign. If it is not the case, the user feed needs to be linked using the CampaignFeedService. 2. A campaign ca

Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-10-09 Thread Google Ads API Forum Advisor Prod
Hi Anatolii, Thank you for the logs. I noticed that the campaign for which it failed (1392626831) already has extensions with removed statuses and one of these extensions is pretty similar to the one that you are trying to add (same name, type, level) even though it does not have the same ID. I

Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-10-08 Thread anatolii_z
Hi, http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201809"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>8368097737REDACTEDkeywordsconnect.sample.com:ReportDownloader:V1.1 (AwApi-PHP, googleads-php-lib/42.0.0, PHP/7.3.21-1+ubuntu18

Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-10-08 Thread Google Ads API Forum Advisor Prod
Hi Anatolii, We could not find any reason why this happened but, unfortunately, we cannot go further into the investigation without request IDs. Please come back to us with request IDs the next time you experience a similar issue and we will take another look. Thanks, Pierrick - Google Ads API

Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-10-08 Thread anatolii_z
For this example unfortunately I can't. среда, 7 октября 2020 г. в 23:53:40 UTC+3, adsapiforumadvisor: > Hi Anatoli, > > Could you provide one request ID of a call that was successful and one > that was unsuccessful? > > > Thanks, > Pierrick - Google Ads API Team > > ref:_00D1U1174p._5004Q24ZHiM

Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-10-07 Thread Google Ads API Forum Advisor Prod
Hi Anatoli, Could you provide one request ID of a call that was successful and one that was unsuccessful? Thanks, Pierrick - Google Ads API Team ref:_00D1U1174p._5004Q24ZHiM:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspo

Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-10-07 Thread anatolii_z
Hi, A new example: The extension (feedItemId:140711516699) was uploaded and was successfully associated with campaigns: Campaign IDs: 627245657, 627409908, 627245693, 627203215, 627410811 ... e.t. But during associating with other campaigns I get the error 'EntityNotFound.INVALID_ID', for exampl

Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-10-06 Thread Google Ads API Forum Advisor Prod
Hi Anatolii, I dug a bit more and found that the feed with the ID 55366938 for the campaign 869504848 was deleted. Could you confirm if this is expected? If it is, do you expect this to be reactivated when using this operation? If you do, could you provide examples for which it worked in the pa

Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-10-05 Thread anatolii_z
Hi, But I didn't use user-defined feeds. I create all extensions using ExtensionSetting. At first, I upload an extension to some campaigns and then using stored FeedItemId to associate the extension with other campaigns. In this case, I got success when associating the extension with some campai

Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-10-02 Thread Google Ads API Forum Advisor Prod
Hi, We took a closer look and the issue is that the ExtensionSetting Services can only work with system-created feeds which is not the case here. To use user-defined feeds like the one you use here, you will need to use the CampaignFeedService instead. Thanks, Pierrick - Google Ads API Team re

Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-10-01 Thread Google Ads API Forum Advisor Prod
Hi, This looks like a bug to me, I am contacting our Eng team and will let you know as progress is made. Thanks, Pierrick - Google Ads API Team ref:_00D1U1174p._5004Q24ZHiM:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot

Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-10-01 Thread Google Ads API Forum Advisor Prod
Hi, Ok, I'll need to take a closer look at this and see if there's an issue on our side. Regards, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q24ZHiM:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevelop

Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-10-01 Thread anatolii_z
Hello, I use this 'Reusing feed items' https://developers.google.com/adwords/api/docs/guides/extension-settings#reusing_feed_items среда, 30 сентября 2020 г. в 23:40:02 UTC+3, adsapiforumadvisor: > Hello, > > Are there any issues with trying it with the method I mentioned? It looks > like when

Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-09-30 Thread Google Ads API Forum Advisor Prod
Hello, Are there any issues with trying it with the method I mentioned? It looks like when removing ad extensions, the feed and feed item Ids are required. Regards, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q24ZHiM:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-09-30 Thread anatolii_z
Hello, But I try to associate the already uploaded extension to the account with the campaign. In this case, we need to set only feedItemId and feedId. понедельник, 28 сентября 2020 г. в 16:17:06 UTC+3, adsapiforumadvisor: > Hello, > > It looks like you are missing a few fields. Here is an examp

Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-09-27 Thread anatolii_z
Hi, http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201809"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>6288686727REDACTEDkeywordsconnect.sample.com:ReportDownloader:V1.1 (AwApi-PHP, googleads-php-lib/42.0.0, PHP/7.3.21-1+ubuntu18.

Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-09-24 Thread Google Ads API Forum Advisor Prod
Hi, Please share the SOAP logs where you were getting errors when using the ADD operator. I only see the ones from the SET operator. Thanks, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q24ZHiM:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fi

Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-09-24 Thread Анатолій Закаблук
Hello, Any updates? пт, 18 сент. 2020 г. в 17:42, Анатолій Закаблук : > One more live example: > > > http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns1=" > https://adwords.google.com/api/adwords/cm/v201809"; xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance > ">6288686727REDACTEDkeyword

Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-09-24 Thread anatolii_z
Hello, I tried to use ADD operation and got the same result. But I use SET for any operation. I mean whether its first extension in a campaign or not. Also, I used this operator for other campaigns and it works correctly. пятница, 18 сентября 2020 г. в 23:28:20 UTC+3, adsapiforumadvisor: > Hel

RE: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-09-18 Thread Google Ads API Forum Advisor Prod
Hello, I had replied to you privately with the following: There are no sitelinks in the campaign from the request. If you want to add sitelinks to your campaign, you will need to use the ADD operation, not SET. Regards, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5

Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-09-18 Thread Анатолій Закаблук
One more live example: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201809"; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance ">6288686727REDACTEDkeywordsconnect.sample.com:ReportDownloader:V1.1 (AwApi-PHP, googleads-php-lib/42.0.0, PHP/7.

Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-09-16 Thread Анатолій Закаблук
Hello! Any updates on this? ср, 9 сент. 2020 г. в 11:59, Анатолій Закаблук : > Done. I tried to reload extensions but again got failed. It is a new live > example: > > http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns1=" > https://adwords.google.com/api/adwords/cm/v201809"; xmlns:xsi=" > http

Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-09-09 Thread Анатолій Закаблук
Done. I tried to reload extensions but again got failed. It is a new live example: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201809"; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance ">2402205906REDACTEDkeywordsconnect.sample.com:ReportD

RE: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hello, Can you please reply privately to author the full SOAP request and response for these API calls so I can take a closer look? Thanks, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q24ZHiM:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fin

Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-09-05 Thread anatolii_z
I try to associate an uploaded extension with a campaign and each time get this error: "EntityNotFound.INVALID_ID". But for other campaigns, everything went well. The extension exists in AdWords account and I can get it through the API and it has the status 'ENABLED'. Could you give me some adv