Re: Performance Report with Proximity

2019-01-14 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Florian, I understand that you have tried generating the Criteria Performance report and have filtered it by CriteriaType

Re: Is there any way to get location criterion id based on address or postal code ?

2019-01-14 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Ramanajee, Could you clarify if you want the list of Criterion Ids for all available geo targets? If so, then kindly refer to the "open table" button of this guide (also filterable by postal code). The guide also include

Re: Creating new Smart Display Campaign under test account is not possible.

2019-01-14 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Unfortunately, no updates yet. I'm following this issue. Best, Thanet, AdWords API Team On Tuesday, January 15, 2019 at 10:45:52 AM UTC+9, adsense...@bykd.com wrote: > > Hello, > > do you have any update regarding this case? > > Thank you. > > On Friday, January 11, 2019 at 5:13:38 AM UT

Re: Create a UniversalAppCampaign draft failed

2019-01-14 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The operation might not be permitted to UniversalAppCampaign. In order to further investigate the issue, could you provide your clientCustomerId and the complete SOAP request and response logs generated after the API request? Kindly reply via the *Reply privately to author*. Best regards,

how to create an ad variation with systemManagedEntitySource?

2019-01-14 Thread Chiwan Leung
If I create an new ad and set systemManagedEntitySource to ad_variation.Which is this ad's parent ad? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this mes

Re: Correct Usage of the ExtensionFeedItem Class

2019-01-14 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Peter, You may use the FeedItemTargetService.get() method instead to retrieve the details of your FeedItemAdGroupTarget

Re: TargetIdeaService.get is not returning the results more than 700 in the subsequent calls

2019-01-14 Thread narender . bana
On Monday, January 14, 2019 at 4:43:26 PM UTC+5:30, narend...@idc.bedbath.com wrote: > > Hi, > > I am using TargetIdeaService.get to get the keywords suggestions.But for > any particular keyword this is not returning the result after 700 count. > The startIndex and numberResults of paging filt

Performance Report with Proximity

2019-01-14 Thread Florian
Hello, is there a way to get a performance report which includes the proximity to a location? I know geo performance provides the exact location but I would rather have an area around it. My question basically duplicates : https://groups.google.com/forum/#!topic/adwords-api/rHVxUbOj7t0 I too d

Create a UniversalAppCampaign draft failed

2019-01-14 Thread JW7
Hello, when I try to create a draft base on an UniversalAppCampaign, the api throw [DraftError.CAMPAIGN_CANNOT_CREATE_DRAFT @ operations[0].operand.baseCampaignId; trigger:'CampaignId: 1677229146', OperationAccessDenied.MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT @ operations[0]] I have enough pe

Correct Usage of the ExtensionFeedItem Class

2019-01-14 Thread Peter A
Hi there, I am currently in the process of updating a PHP script I use to manage my AdWords Campaigns from v201802 to v201809. I have however run in to slight issue due to changes to the FeedItem Class. I currently have a function that looks as follows, built for v201802: function getFeedItems

Re: Creating new Smart Display Campaign under test account is not possible.

2019-01-14 Thread adsense-us
Hello, do you have any update regarding this case? Thank you. On Friday, January 11, 2019 at 5:13:38 AM UTC+1, Thanet Knack Praneenararat (AdWords API Team) wrote: > > Hello, > > Let me confirm this requirement with Engineering and get back to you. > > Best, > Thanet, AdWords API Team > > On Th

Is there any way to get location criterion id based on address or postal code ?

2019-01-14 Thread Ramanajee Kandregula
Hi, i need to criterion id for add/edit/remove campaign target locations through api i am having postal code and address Thanks, Ramanajee -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

ExtensionFeedItem Usage

2019-01-14 Thread Peter A
Hi there, I am in the process of updating a script that I am currently using to manage parts of my adwords campaign. My script was built in v201802 and I am upgrading to v201809. I have the following function in my script: function getFeedItems(AdWordsServices $adWordsServices, AdWordsSession

Re: UserListError.ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA on Test Account

2019-01-14 Thread Michael Carter
Hi Milind, thanks for the response. Are there any plans to allow test accounts to access this feature? It will be a bit hard to develop functionality that depends on this feature and the requirements are quite a lot considering that we only need it for testing purposes at the moment. Are there

Re: UserListError.ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA on Test Account

2019-01-14 Thread Lorena Santana
Hi, Thanks for your reply but this restrict what we can develop, if we can't test this feature. I wonder if is there any other list type that we can create and upload Mobile Advertiser Ids? Reading all the documentation here

Re: Get readout from AdGroupCriterionService selector

2019-01-14 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, The bids can be set at the adgroup level or the adgroup criterion levels. If you're setting the bids at the AdGroup level, you may use the AdGroupService.mutate() operation by selecting the BiddingStrategyConfiguration

Re: How to pull images for responsive ads

2019-01-14 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Luis, You could use those fields and make a MediaServie.get call to get the respective Urls of those media and

Re: How do I create an audience using the new Google Ads API?

2019-01-14 Thread Jon Oler
Thanks again for the response, Dhanya. I now have my answer. I realize that the new API is in beta and that the full API that includes all the functionality of the old SOAP API is supposed to be released this quarter. That said, I feel like both the API docs and the release notes could be clea

Re: Get readout from AdGroupCriterionService selector

2019-01-14 Thread Yang Yang
Ops, I forget to attach how output looks like. Also need to ask, this trial campaign is set with campaign tcpa why the biddingStrategyId and biddingStrategyName are both none? [image: image.png] On Mon, Jan 14, 2019 at 12:38 PM Stella wrote: > Hi, I am using 201809 version of adwords. trying to

Get readout from AdGroupCriterionService selector

2019-01-14 Thread Stella
Hi, I am using 201809 version of adwords. trying to first get and then modify bidding at adgroup level. My CAMPAIGN_ID=1647087544 is one with tcpa set with biddingStrategySource=CAMPAIGN level. I believe in that way I can see the bidsCPA value. however, the ‘bids’ field is returned as empty. I

Re: Adwords API doesn't show recommend keyword like Keyword Planner does

2019-01-14 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Alps, The UI may correct the keyword to the specific one and give its stats. API, however, will not modify the keyword but it may give the stats of the corrected keyword. Please refer to this post

Re: php Dynamic Namespaces to handle new versions of API

2019-01-14 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Mike, Unfortunately, you may need to do that for pointing to the latest version at your end. I will let other users share their inputs if they are handling it differently. Thanks, Milind, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: htt

Re: How can I set 'Google Ads conversion account' and 'Remarketing account' values via API?

2019-01-14 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, It is currently not possible to set the Remarketing and Conversion settings at the account level. You will be able set them through the Google Ads UI (Conversion settings , Remartketing settings

Re: How to retrieve mobile search volume through the API

2019-01-14 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Alps, You can use the platformEstimateRequested property to segment the estimates segmented by platform as elaborated in this section

Re: UserListError.ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA on Test Account

2019-01-14 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Lorena, Due to the recent update of policy of Customer Match, your request for mutating CrmBasedUserList will fail if the advertiser account hasn't been whitelisted for using the feature. Currently, it is not possib

Re: Successful Offline Conversion uploads not showing?

2019-01-14 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Kyle, Looks like you are following the right steps. However, when you are uploading the click conversions via API you need to refer this guide . Also you could refer to the Validation r

Re: HeadlinePart3 missing in Ad Performance Report? And confusing Descriptions

2019-01-14 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, We only handle AdWords API related concerns on this forum. For any Scripts related issues, could you please post your concern on the Google Ads Scripts Forum so they can take a look and assist you on this? Thanks, Bharani

Re: TargetIdeaService.get is not returning the results more than 700 in the subsequent calls

2019-01-14 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Narender, The maximum number of results for TargetingIdeaService.get() is 700. That said, for stats, you can request maximum 700 seed keywords at a time. For more information please refer to the guide

How to pull images for responsive ads

2019-01-14 Thread Luis
Hi there, We are trying to pull the images for responsive ads using the fields EnhancedDisplayCreativeLandscapeLogoImageMediaId and EnhancedDisplayCreativeMarketingImageSquareMediaId available at AD_PERFORMANCE_REPORT, but we are not sure how these two ids should be used to get the actual imag

php Dynamic Namespaces to handle new versions of API

2019-01-14 Thread Mike Enos
I have hundreds of php scripts much like /examples/Adwords/v201809/BasicOperations/GetCampaignsWithAwql.php Each time there is an API version update I need to go and manually EVERY file to use the new version, and make sure NONE are missed. Yuck! For example: namespace Google\AdsApi\Exampl

Re: HeadlinePart3 missing in Ad Performance Report? And confusing Descriptions

2019-01-14 Thread Frederick Vallaeys
Is there an estimated date when scripts will start using reports v201809? On Friday, December 7, 2018 at 7:49:56 PM UTC-8, Jason Lowry wrote: > > Here's the response from the AdWords Scripts team: > With regards to your question about the '*ExpandedTextAdDescription2*' > and the '*ExpandedTextAdH

Re: Keywords Performance Report device blank???

2019-01-14 Thread SP
im waiting for this fix as well, thanks for add the question, and thanks the Adwords team to work on it El viernes, 11 de enero de 2019, 1:41:01 (UTC+1), emnet escribió: > > > ** Note: CONNECTED_TV will be available on January 8, 2019. See our > blog >

Re: Logging issue for Adwords

2019-01-14 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, This seems to be specific to the client library and the client library owners are better equipped in assisting you on this. This said, and in order to provide you the right link where you can post your concern, could you provide the name of the client library you are using? Best regards, P

TargetIdeaService.get is not returning the results more than 700 in the subsequent calls

2019-01-14 Thread narender . bana
Hi, I am using TargetIdeaService.get to get the keywords suggestions.But for any particular keyword this is not returning the result after 700 count. The startIndex and numberResults of paging filter are also set appropriately. e.g. I am setting startIndex=700 and NumberResults =700 in the sec

How can I set 'Google Ads conversion account' and 'Remarketing account' values via API?

2019-01-14 Thread White K
Hello, How can I set 'Google Ads conversion account' and 'Remarketing account' using API? Like screenshot below, I want to set 'None' and 'Client' values to 'This manager'. [image: screenshot_190114.PNG] If there is a way, let me know.. Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~

TargetIdeaService.get returning less result as compared to keyword planner even though the search parameters are same

2019-01-14 Thread narender . bana
Hi, I am using TargetIdeaService.get to retrieve the ideas keyword related to the keywords passed in the input. For any given keyword the results returned are always less when compared to keyword planner even though search parameters are same. And also is there any field/attribute which gives

How to retrieve mobile search volume through the API

2019-01-14 Thread Alps Wang
Hi There Looks like mobile search volume is available in keyword planner , how can i retrieve it through adwords API? Thanks Alps -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Adwords API doesn't show recommend keyword like Keyword Planner does

2019-01-14 Thread Alps Wang
Hi There Here is keyword that i use the adwords api(v201809) to query search volume *uggs clearance women* And api return the same keyword KEYWORD_TEXT http://www.w3.org/2001/XMLSchema-instance"; xsi:type="StringAttribute"

Successful Offline Conversion uploads not showing?

2019-01-14 Thread Kyle Reagle
I've been trying to upload offline conversions from clicks for quite a while now. First I tried manual uploads from a CSV. I made sure that the click associated with the gclid was at least a day apart from the conversion time. I also made sure that the time format was correct, and the conversio

Logging issue for Adwords

2019-01-14 Thread shweta . sontakke . tc
Hi, I am using logback.xml to wite the logs. I am able to write the logs to console but not able to write it to files while using adwords api. Below is my logback.xml file: %d{-MM-dd HH:mm:ss.SSS} %d[%thread] %-5level %logger{36} - %msg%n adwords.log adwords.%d{-MM-dd-HH}.lo

Re: How to get the keyword which triggered the phone call?

2019-01-14 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, You can use the Placeholder Feed Item Report and filter using the Criteria and the Placeh

Re: Impressions number is less than clicks number in Search Query Performance report.

2019-01-14 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Zhang, Yes, this is an expected behavior. Impression is counted each time your ad appears on Google or the Google Network, it's counted as one impression, while a Click