Re: How to load Campaign location and language settings to keyword targeting idea service function

2018-12-04 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Yuechen, If you're specifying the AdGroup Id as the search parameter, the AdGroup would be used as a seed for generating new ideas. For example, an AdGroup's keywords would be used to generate new and related keywords. Please check this reference guide

Re: How to load Campaign location and language settings to keyword targeting idea service function

2018-12-04 Thread 'Yuechen Zhang' via AdWords API and Google Ads API Forum
Hi Bharani, For the 'seeding with adgroup ID', it uses keywords in adgroups, rather than given keywords from the parameter settings as the seed keywords right? Also, does it load the targeting criteria of the given adgroup? Bests, Yuechen On Monday, December 3, 2018 at 8:30:33 PM UTC+1, Bhara

Re: How to load Campaign location and language settings to keyword targeting idea service function

2018-12-03 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Yuechen, I'm afraid, it is currently not possible to pull the Targeting ideas based on the campaign Id and its targeting criteria. The closest we have is giving the Ad Group ID and retrieve the targeting ideas. You may refer to this guide

Re: How to load Campaign location and language settings to keyword targeting idea service function

2018-12-01 Thread 'Yuechen Zhang' via AdWords API and Google Ads API Forum
Hi Bharani, Thanks for your reply. Yea, I looked into these parameters yesterday, they are awesome, but is there something like, feeding the campaign id to the call, and it will automatically load the location parameter and language parameter from the campaign's setting? Bests, Yuechen On F

Re: How to load Campaign location and language settings to keyword targeting idea service function

2018-11-30 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Yuechen, Welcome to AdWords!! You will be able to use the TargetingIdeaService based on a number of inputs listed here

How to load Campaign location and language settings to keyword targeting idea service function

2018-11-30 Thread 'Yuechen Zhang' via AdWords API and Google Ads API Forum
Hello Guys, I am very new to Google AdWords API. Currently, I am trying to get new related SQs from seed keywords. However, for each seed keyword, I want to load different Language and location targetings, which is very trivial is I do it manually by feeding Location IDs and language IDs. The

Re: Keyword Targeting With Multiple Ads Per AdGroup

2018-10-29 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sam, My apologies as I am unsure what you meant by associating your keyword with your Ad Cusomtizers. However, you can have multiple feed items for your ad customizers as seen in this guide . Th

Keyword Targeting With Multiple Ads Per AdGroup

2018-10-26 Thread sam
Just to confirm, when we have a keyword in our AdCustomizer (FeedItem) feed target an AdGroup, can we have two FeedItems in the AdCustomizer feed with the same keyword, but inserting different values (headline1 headline2 etc) into a single ad within the targeted AdGroup? Or could/should we have

Re: FeedItem Keyword Targeting for Multiple Keywords

2017-06-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi Sam, Currently, only one keyword can be targeted per feedItem. Please follow our blog for any updates or announceme

FeedItem Keyword Targeting for Multiple Keywords

2017-06-26 Thread sam
We set a target keyword for FeedItems using: $feed_item->keywordTargeting = $target_keyword_object; Is it possible to, and if it is, how do we... target multiple keywords for a single FeedItem? Thanks! -- Feedonomics just launched *FeedSPIā„¢*, an innovative technology that allows you to crea

FeedItem Keyword Targeting with AdGroup Targeting

2017-06-19 Thread sam
I have an issue with FeedItem targeting. When we use keyword targeting in addition to AdGroup targeting with: $adgroup_targeting = new FeedItemAdGroupTargeting(); $adgroup_targeting->TargetingAdGroupId = $adgroup_id; $item->adGroupTargeting = $adgroup_targeting; $item->keyword

Re: Keyword Targeting

2017-06-16 Thread sam
It worked! Thank you. On Thursday, June 15, 2017 at 8:27:10 PM UTC-7, Peter Oliquino wrote: > > Hi Sam, > > You can use the AdGroupCriterionService > > to > pause the BiddableAdGroupCriterion >

Re: Keyword Targeting

2017-06-15 Thread 'Peter Oliquino' via AdWords API Forum
Hi Sam, You can use the AdGroupCriterionService to pause the BiddableAdGroupCriterion

Re: Keyword Targeting

2017-06-15 Thread sam
Hi Peter, That helps a lot. One more thing came to mind about keyword targeting... If a product associated with a FeedItem goes out of stock, how can we pause the ad for that specific product? Do we just pause the keyword that FeedItem targets? Thanks! On Thursday, June 15, 2017 at 12:49:28

Re: Keyword Targeting

2017-06-15 Thread sam
Hi Peter, That helps a lot, thanks. Could you give me more details on how to set up FinalUrl at the AdGroupCriterion level? Are there any examples available? Also, one more thing came to mind about keyword targeting... If a product associated with a FeedItem goes out of stock, how can we pause

Re: Keyword Targeting

2017-06-15 Thread 'Peter Oliquino' via AdWords API Forum
Hi Sam, Dynamic replacements using Ad customizers can occur in ad titles and description lines, but *not* in display or final URLs . You'll not be able to use FeedItems to fill in the FinalUrl of an Ad. You could consider setting up the Final

Keyword Targeting

2017-06-14 Thread sam
My first question regards to using keyword targeting for AdCustomizer FeedItems. Usually an ad is created given a final URL. It seems the way keyword targeting works is the FeedItem with the matching keyword will be applied to a *single* ad, as opposed to each ad being associated with a

Re: How do I get the MaxCpc Amount for a Content AdGroup that only uses Placement targeting (not Keyword targeting) ??

2011-12-20 Thread Eric Koleda
Hi Michael, It is my understanding that keywordContentMaxCpc will be null whenever there isn't a separate Display Network bid set, irregardless of if the ad group contains keywords or not. If you see otherwise please provide the relevant SOAP request and response. Best, - Eric -- =~=~=~=~=~

Re: How do I get the MaxCpc Amount for a Content AdGroup that only uses Placement targeting (not Keyword targeting) ??

2011-12-19 Thread Michael Caldwell
Eric, Please see my original post: "ManualCPCAdGroupBids.getKeywordContentMaxCpc() seems to only return a value when keyword targeting is being used for a Display campaign adgroup. But if the adgroup does not use keyword targeting, but rather, targets only specific placements regardle

Re: How do I get the MaxCpc Amount for a Content AdGroup that only uses Placement targeting (not Keyword targeting) ??

2011-12-19 Thread Eric Koleda
Hi Michael, The field names are a little misleading, but essentially: keywordMaxCpc = default bid keywordContentMaxCpc = default display network bid (optional) Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion grou

Re: How do I get the MaxCpc Amount for a Content AdGroup that only uses Placement targeting (not Keyword targeting) ??

2011-12-11 Thread Michael Caldwell
Hi David. Thanks for your reply. I'm not using the Reporting API for the application we're having this issue with, but rather the AdGroupServiceInterface, calling get(), which returns an AdGroupPage, which returns an AdGroup array when you call getEntries(). Then I cast the getBids() object (after

Re: How do I get the MaxCpc Amount for a Content AdGroup that only uses Placement targeting (not Keyword targeting) ??

2011-12-09 Thread David Torres
Hi Michael, In this case either keywordMaxCpc or keywordContentMaxCpc should return you the value (I just tried it on my side), it depends if the ad group is using the default bidding or has a display network specific bidding. What is the adgroup id you are querying? Are you sure you are includ

How do I get the MaxCpc Amount for a Content AdGroup that only uses Placement targeting (not Keyword targeting) ??

2011-12-05 Thread Michael Caldwell
ManualCPCAdGroupBids.getKeywordContentMaxCpc() seems to only return a value when keyword targeting is being used for a Display campaign adgroup. But if the adgroup does not use keyword targeting, but rather, targets only specific placements regardless of keyword, getKeywordContentMaxCpc