Re: EntityNotFound.INVALID_ID. Associate an uploaded extension with campaigns.

2020-09-29 Thread Google Ads API Forum Advisor Prod
Hi, We took a closer look this issue. The issue here is that ExtensionSetting Services can only work with a system-created feed. However, you can also create user-defined feeds and use them for creating sitelinks. If you use CampaignFeedService to work with these sitelinks, the calls should

Re: EntityNotFound.INVALID_ID. Associate an uploaded extension with campaigns.

2020-09-18 Thread anatolii_z
Hi, Yes. This problem manifests itself randomly. On random campaigns, on random extensions. One and the same extension is associated with some campaigns successfully with others, I get this error. One more live example: http://schemas.xmlsoap.org/soap/envelope/;

Re: EntityNotFound.INVALID_ID. Associate an uploaded extension with campaigns.

2020-09-17 Thread Google Ads API Forum Advisor Prod
Hi, I don't have an update yet, the team is investigating. Meanwhile, is this issue replicable every time, or is this intermittent in nature? Any additional information would be most helpful. Cheers Anash ref:_00D1U1174p._5004Q23waV2:ref -- --

Re: EntityNotFound.INVALID_ID. Associate an uploaded extension with campaigns.

2020-09-16 Thread anatolii_z
Hello! Any updates on this? вторник, 8 сентября 2020 г. в 14:31:53 UTC+3, adsapiforumadvisor: > Hi, > > I looked up the entities in our database and cross-checked against the > logs I pulled based on the information you shared. I can't spot anything > wrong, so I have asked the relevant teams

Re: EntityNotFound.INVALID_ID. Associate an uploaded extension with campaigns.

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi, I looked up the entities in our database and cross-checked against the logs I pulled based on the information you shared. I can't spot anything wrong, so I have asked the relevant teams to investigate. I'll keep you posted as I hear from them. Cheers Anash P. Oommen, Google Ads API Team.

Re: EntityNotFound.INVALID_ID. Associate an uploaded extension with campaigns.

2020-09-04 Thread anatolii_z
Thank a lot for the answer! I did that you said but unfortunately, it hasn't helped. Live example: 1. Sending operation: object(Google\AdsApi\AdWords\v201809\cm\CampaignExtensionSettingOperation)#1114 (4) { ["operand":protected]=>

RE: EntityNotFound.INVALID_ID. Associate an uploaded extension with campaigns.

2020-09-03 Thread Google Ads API Forum Advisor Prod
Hi, >From what I can tell, you are only providing feedItemId on the >SitelinkFeedItem. Try providing the feedId as well. Cheers Anash ref:_00D1U1174p._5004Q23waV2:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

EntityNotFound.INVALID_ID. Associate an uploaded extension with campaigns.

2020-09-02 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