RE: Bug in CampaignFeedService

2019-07-26 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for posting your concern. Upon checking the provided SOAP logs, I can see that you've set 4 constant operands in the functionString field of matchingFunction. However, according to this documentation, the maximum constant operands that you can set for CONTAINS_ANY operator is three

Bug in CampaignFeedService

2019-07-25 Thread FW API
Hello, we have encountered a probable bug in CampaignFeedService. We have send a request with a CONTAINS_ANY clause according to this documentation: https://developers.google.com/adwords/api/docs/guides/feed-services-locations#filtering_location_extensions - The operation apparently worked

Re: Adwords UI shows 9 sitelinks for a campaign . but using CampaignFeedService , I am getting only 7 sitelinks. Same problem for other extensions also.

2017-01-29 Thread 'Peter Oliquino' via AdWords API Forum
Hi Deepa, My apologies for the delay. To better look into your issue, could you send the sample screenshot of the extensions view you are referring to in the AdWords UI? You may reply using *Reply privately to author*. Thanks and regards, Peter AdWords API Team -- --

Re: Adwords UI shows 9 sitelinks for a campaign . but using CampaignFeedService , I am getting only 7 sitelinks. Same problem for other extensions also.

2017-01-28 Thread Deepa Varma
Hi Peter, Thank you for the reply. I have tried CampaignExtensionSettingsService.get to get my extensions. But It really didn't help me. Can you suggest something else ? I am not

Re: Adwords UI shows 9 sitelinks for a campaign . but using CampaignFeedService , I am getting only 7 sitelinks. Same problem for other extensions also.

2017-01-28 Thread Deepa Varma
Hi Peter, Thank you for the reply. I have tried CampaignExtensionSettingsService.get to get my extensions. But It really didn't help me. Can you suggest something else ? I am not

Re: Adwords UI shows 9 sitelinks for a campaign . but using CampaignFeedService , I am getting only 7 sitelinks. Same problem for other extensions also.

2017-01-27 Thread 'Peter Oliquino' via AdWords API Forum
Hi Deepa, I would recommend that you try the CampaignExtensionSettingsService.get to retrieve the extensions / feed items specific to your campaigns. Please note that this is for the

Adwords UI shows 9 sitelinks for a campaign . but using CampaignFeedService , I am getting only 7 sitelinks. Same problem for other extensions also.

2017-01-26 Thread Deepa Varma
Hi, I want to get number of sitelinks , callouts , structured snippets and prices extensions in my campaigns. I am using CampaignFeedService for the same. But the api does not retrieves all the sitelinks (feeditemids) . Adwords UI shows 9 sitelinks for a campaign. But I am getting

Re: How do I get extensions for a campaign that are set via CampaignFeedService?

2017-01-20 Thread 'Peter Oliquino' via AdWords API Forum
Hi JC, For your question regarding adding feed items to feeds created via the AdWords UI, you can do so using the FeedItemService. The CampaignExtensionSettingService and CampaignFeedService are services that associate your feeds/feed items to campaigns. For campaign extensions created via

Re: How do I get extensions for a campaign that are set via CampaignFeedService?

2017-01-19 Thread JC Lee
Thanks, I was able to get the active extensions using CampaignExtensionSettingService. For feeds created via the AdWords API, you will have to make use of the > different feed services > . Just to clarify, as this is

Re: How do I get extensions for a campaign that are set via CampaignFeedService?

2017-01-19 Thread 'Peter Oliquino' via AdWords API Forum
Hi JC, Could you confirm if you created the Callout1 feed item using the AdWords UI? If yes, then what you need to use will be the CampaignExtensionSettingService . For feeds created via the

Re: How do I get extensions for a campaign that are set via CampaignFeedService?

2017-01-19 Thread JC Lee
Hi Peter, By doing that, I was able to get all the feed items in the feed but I am unable to filter the specific items that are associated with the campaign. To illustrate FeedItems in Feed: 1. Callout1 2. Callout2 FeedItem that is active in Campaign A: 1. Callout1 I need to

Re: How do I get extensions for a campaign that are set via CampaignFeedService?

2017-01-19 Thread 'Peter Oliquino' via AdWords API Forum
Hi JC, Apologies as I should have included this in my previous reply. Once you get the list of FeedIds associated to your campaign, you can then use the FeedItemService.get

Re: How do I get extensions for a campaign that are set via CampaignFeedService?

2017-01-19 Thread JC Lee
tps://developers.google.com/adwords/api/docs/reference/v201609/CampaignFeedService#get> > and > use the CampaignId > <https://developers.google.com/adwords/api/docs/reference/v201609/CampaignFeedService.CampaignFeed#campaignid> > field > and Status > <https:/

Re: How do I get extensions for a campaign that are set via CampaignFeedService?

2017-01-19 Thread 'Peter Oliquino' via AdWords API Forum
Hi JC, To get the list of active feeds (currently serving) that were added to a specific campaign, you could use the CampaignFeedService.get <https://developers.google.com/adwords/api/docs/reference/v201609/CampaignFeedService#get> and use the CampaignId <https://developers.g

How do I get extensions for a campaign that are set via CampaignFeedService?

2017-01-19 Thread JC Lee
Hi, I am using the latest PHP library (v25) but this question should be about the API itself. Say I have created a feed using the API or AdWords, and added them to a campaign using CampaignFeedService *or via the AdWords interface*, how do I get the extensions that are currently active

Re: How do I filter on PlaceholderTypes in CampaignFeedService?

2014-08-20 Thread Ray Tsang (AdWords API Team)
, Ray Tsang (AdWords API Team) wrote: Peng, Just to follow up, have you tried the IN operator Thanks, Ray On Wednesday, May 21, 2014 3:40:37 AM UTC-4, Peng Taug wrote: Is that means we can't filter multiple placeholder types with CampaignFeedService? On Thursday, June 6, 2013 2:51

Re: How do I filter on PlaceholderTypes in CampaignFeedService?

2014-07-16 Thread Giles Bodger
, have you tried the IN operator Thanks, Ray On Wednesday, May 21, 2014 3:40:37 AM UTC-4, Peng Taug wrote: Is that means we can't filter multiple placeholder types with CampaignFeedService? On Thursday, June 6, 2013 2:51:16 PM UTC+8, Takeshi Hagikura (AdWords API Team) wrote: Hi, Looks

Re: How do I filter on PlaceholderTypes in CampaignFeedService?

2014-07-16 Thread Ray Tsang (AdWords API Team)
with CampaignFeedService? On Thursday, June 6, 2013 2:51:16 PM UTC+8, Takeshi Hagikura (AdWords API Team) wrote: Hi, Looks like you can use EQUALS operator. I'll get back to you as for IN operator. (CONTAINS operator is targeted for String values. So it shouldn't be allowed) Best, - Takeshi

Re: How do I filter on PlaceholderTypes in CampaignFeedService?

2014-07-09 Thread Ray Tsang (AdWords API Team)
Peng, Just to follow up, have you tried the IN operator Thanks, Ray On Wednesday, May 21, 2014 3:40:37 AM UTC-4, Peng Taug wrote: Is that means we can't filter multiple placeholder types with CampaignFeedService? On Thursday, June 6, 2013 2:51:16 PM UTC+8, Takeshi Hagikura (AdWords API

Re: How do I filter on PlaceholderTypes in CampaignFeedService?

2014-05-21 Thread Peng Taug
Is that means we can't filter multiple placeholder types with CampaignFeedService? On Thursday, June 6, 2013 2:51:16 PM UTC+8, Takeshi Hagikura (AdWords API Team) wrote: Hi, Looks like you can use EQUALS operator. I'll get back to you as for IN operator. (CONTAINS operator is targeted

Re: CampaignFeedService

2013-09-23 Thread Paul Matthews (AdWords API Team)
types. I'm trying to avoid putting the FeedItem code into the feed/feedmapping creation code like the example here: https://developers.google.com/adwords/api/docs/guides/feed-services Using campaignfeedservice i'm struggling to write a lhs/rhs function that will work to do campaignid

CampaignFeedService

2013-09-20 Thread Glyph
into the feed/feedmapping creation code like the example here: https://developers.google.com/adwords/api/docs/guides/feed-services Using campaignfeedservice i'm struggling to write a lhs/rhs function that will work to do campaignid == feed.campaignid. I'm trying to use RequestContextOperand

Re: CampaignFeedService

2013-09-20 Thread Glyph
trying to avoid putting the FeedItem code into the feed/feedmapping creation code like the example here: https://developers.google.com/adwords/api/docs/guides/feed-services Using campaignfeedservice i'm struggling to write a lhs/rhs function that will work to do campaignid == feed.campaignid. I'm