Re: Is there a way to get is dsa flag in performace report

2017-05-16 Thread 'Joyce Lava' via AdWords API Forum
Hi Tirtha, You can use the Ad Performance Report and its field AdType to identify if it is a Dynamic Search

Re: Fetch campaign mobile app using API

2017-02-22 Thread 'Joyce Lava' via AdWords API Forum
Hello, Apologies for the delayed response and thanks for the additional information. You may use the URL Performance Report using Url

Re: Fetch campaign mobile app using API

2017-02-21 Thread 'Joyce Lava' via AdWords API Forum
Hello, You may try to use the CampaignCriterionService instead, with criterion

Re: Adding/Removing/Adding locations

2017-02-20 Thread 'Joyce Lava' via AdWords API Forum
Hello, Yes, removed items do not count towards the account limits. You may check out this article about the account limits and to this page for AdWords API system

Re: UserPermissionDenied error these days

2017-02-20 Thread 'Joyce Lava' via AdWords API Forum
Hi Caihua, I haven't heard of any recent issues related to this. To better check your concern, could you please confirm if the same credentials are being used from the time that it was working properly and up to this time that you encountered this error? Could you also send to me (*reply

Re: Fetch campaign mobile app using API

2017-02-20 Thread 'Joyce Lava' via AdWords API Forum
Hello, You may use the CampaignService.get with specified advertisingChannelType and

Re: Click report by minute

2017-02-20 Thread 'Joyce Lava' via AdWords API Forum
Hello, I'm afraid that it is not possible as in AdWords API, generating report (e.g. Click Performance Report) at MCC level is not supported. You need to use client accounts when generating the report. Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Как можно останавливать показ обявлений по API AdWords ?

2017-02-20 Thread 'Joyce Lava' via AdWords API Forum
Hi, Apologies as I can only respond in English. Based from what I understood, you need to pause and enable ads. To do this, you need to use AdGroupAdService.mutate operation with *SET* operator to

Re: Downloading click performance report for a day

2017-02-19 Thread 'Joyce Lava' via AdWords API Forum
Hi Nimcy, You are getting this error message (CUSTOMER_SERVING_TYPE_REPORT_MISMATCH ) because it is not possible to run a report at the MCC level in AdWords API. Report

Re: traffic_estimator_service.get() stuck without exception

2017-02-19 Thread 'Joyce Lava' via AdWords API Forum
Hello, To better check the issue, could you please send me (*reply privately to author*) the sample SOAP request and response that took more than an hour? Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: OAuth2 Error

2017-02-13 Thread 'Joyce Lava' via AdWords API Forum
Hello, If you don't require call back URLs, then you should be able to use the installed app flow (recommended). If so, let's try to focus on making it work with the installed app flow (app type = "Other"). Please make sure that you perform these steps

Re: OAuth2 Error

2017-02-12 Thread 'Joyce Lava' via AdWords API Forum
Hello, If you are doing the web app flow, you should follow the steps for the web app flow which includes entering the JavaScript origins, redirect URIs or both. You can use the local

Re: How to set costperconversion for a campaign

2017-02-12 Thread 'Joyce Lava' via AdWords API Forum
Hi Sachin, CostPerConversion field is a metric field. It is computed based on the total cost and the conversions. That said, there is no way that you can manually set this field. Regards, Joyce,

Re: Handling exceptions that occur in the API

2017-02-12 Thread 'Joyce Lava' via AdWords API Forum
Hi, I will provide support to you on behalf of Peter. Could you please confirm if you tried to run the example code to get keyword ideas from the Python client library? I asked this because the

Re: Can I get real-time postbacks of my AdWords ad performance to my server?

2017-02-10 Thread 'Joyce Lava' via AdWords API Forum
Hello, Statistics are not available in real-time. The concept of data freshness explains more about it. Please let me know if this helps. Regards, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: geotargeting: Downloading all locations

2017-02-09 Thread 'Joyce Lava' via AdWords API Forum
Hi Nimcy, Please see my responses below: 1. I would like to download all target locations rather than having to feed in the location names. Is there any other service or a query I could issue? There is no other way I am aware of (using AdWords API services) that you can get geo locations

Re: Multiple bid adjustments - How to Calculate?

2017-02-02 Thread 'Joyce Lava' via AdWords API Forum
Hi Shay, Since this is more of the product-level concern, please post your question to the AdWords Community Forum as they are more equipped with this. Thanks, Joyce, AdWords API Team -- --

Re: How do I identify the feed type when getting feeds created through AdWords UI?

2017-01-22 Thread 'Joyce Lava' via AdWords API Forum
Hi JC, The steps you provided is the only way to get the feeds with their mapped attributes, the same thing you can see in the guide on how to add a sitelink. You can only use the extensionSettingService (e.g

Re: Connect Google Translate URL to 403 Error

2017-01-19 Thread 'Joyce Lava' via AdWords API Forum
Hello, This forum is dedicated for AdWords API-related concerns only. I'm afraid we are not the right channel to help with the above question. Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: AGE_RANGE_PERFORMANCE_REPORT does not aggregate by age range when multiple campaign ids are passed in query.

2017-01-19 Thread 'Joyce Lava' via AdWords API Forum
Hello Dorjee, This happens because Age Range Performance Report is a multiple attribution report which means

Re: More records are added to Click Performance overtime

2017-01-19 Thread 'Joyce Lava' via AdWords API Forum
Hi Chen, I'm not quite sure if I understood your concern properly. Are you asking why the returned data is increasing? It is based on the report definition that you're running each time to get these data. To help me better check it, could you provide more details and the complete report

Re: I want Google Adwords API from SAS

2017-01-19 Thread 'Joyce Lava' via AdWords API Forum
Hello Subba, Could you please provide more details on the help you need with AdWords API? Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: How to get google translate api key ?

2017-01-18 Thread 'Joyce Lava' via AdWords API Forum
Hi, This forum is for AdWords API-related concerns only. You may try posting your question to Google Translate Forum . Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: How to Get Demo for google Translation using C# language ?

2017-01-18 Thread 'Joyce Lava' via AdWords API Forum
Hello, This forum is for AdWords API-related concerns only. Please check the *Support* tab from the link you provided as this is out of scope for our team. Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: can't download "conversion label" field

2017-01-18 Thread 'Joyce Lava' via AdWords API Forum
Hi, I will provide support to you on behalf of Peter. About your recent question, there is no other API service I am aware of that will return conversion label other than ConversionTrackerService.get

Re: Video Performance Report returning 0 views but Video played to 25/50/75/100 % has values greater than 0

2017-01-16 Thread 'Joyce Lava' via AdWords API Forum
Hello Ketaki, I've privately responded to you last January 13. Could you please confirm if you received it? Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: ad customizer with IF functions not working

2017-01-16 Thread 'Joyce Lava' via AdWords API Forum
Hi Ilias, I am responding to this thread on behalf of Sreelakshmi. Since this feature will be rolled out in the coming months, I recommend keeping an eye to our blog to check on announcements regarding this. Thanks, Joyce, AdWords API Team -- --

Re: _utmz not showing in cookies when user analatics.js

2017-01-16 Thread 'Joyce Lava' via AdWords API Forum
Hi Bhupinder, Could you please confirm if you are using AdWords API? I asked this because this forum is dedicated for AdWords API related concerns only. Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Sitelink Feed Services - Retrieve Existing Feeds

2017-01-16 Thread 'Joyce Lava' via AdWords API Forum
Hello, You may refer to the below sample SOAP logs that shows how to check if a feed already exist using its name as the filter: [main] INFO com.google.api.ads.adwords.lib.client.AdWordsServiceClient.soapXmlLogger - SOAP Request: http://schemas.xmlsoap.org/soap/envelope/;

Re: video thumbnail

2017-01-15 Thread 'Joyce Lava' via AdWords API Forum
Hello, If you wish to get the uploaded video url, you may use the example code GetAllImagesAndVideos.php . However, if you're looking for the video url used in the TemplateAd,

Re: INVALID_FIELD_NAME_FOR_REPORT CampaignId

2017-01-15 Thread 'Joyce Lava' via AdWords API Forum
Hello, Could you please send me (*reply privately to author*) the report definition and the clientCustomerId used? You may see here

Re: Access adwords campaign opportunities via google adwords api

2017-01-15 Thread 'Joyce Lava' via AdWords API Forum
Hi Syed, Did you mean access the suggestions from Opportunities tab in the UI through AdWords API? If so, I'm afraid there is currently no way to fetch these suggestions using the AdWords API. However, the AdWords API supports bid landscapes

Re: Check if keyword exists, how to

2017-01-15 Thread 'Joyce Lava' via AdWords API Forum
Hi Simon, Apologies if I was not so clear in my previous response. Campaign-level keywords (CampaignCriterionService ) means NegativeCampaignCriterion

Re: GenerateRefreshToken.php command line error

2017-01-15 Thread 'Joyce Lava' via AdWords API Forum
Hi Chris, I will provide support to you while Sreelakshmi is on OOO. Since your question is more of the client library setup concern, please contact the PHP client library github experts through this link as they are more equipped with

Re: Limit on Bidding Strateguies Per Campaign

2017-01-13 Thread 'Joyce Lava' via AdWords API Forum
Hi Rob, This error occurs when the number of allowed entities has been exceeded in the request. Could you please send to me (*reply privately to author*) the

Re: AdWords API Location Criteria

2017-01-12 Thread 'Joyce Lava' via AdWords API Forum
Hello, Could you please send to me (*reply privately to author*) the clientCustomerId and report definition you're running that returned these id's (276246524771, 276246524531)? Thanks, Joyce,

Re: Documentation on AdWordsSessionBuilder

2017-01-12 Thread 'Joyce Lava' via AdWords API Forum
Hello Minas, Could you please confirm if you're looking for the proper location where the configuration file should be? If so, please refer to this guide which discusses difference in the

Re: Check if keyword exists, how to

2017-01-11 Thread 'Joyce Lava' via AdWords API Forum
Hi Simon, Since keywords are at campaign/adGroup level, and these are specific to each account, there is no way to get the keywords at account level. However, you can identify if a keyword exists in campaign level by using CampaignCriterionService.get

Re: Using AdGroupExtensionSettingService with a user defined feed for CALLOUT extensions - EntityNotFound.INVALID_ID

2017-01-10 Thread 'Joyce Lava' via AdWords API Forum
Hi Matt, Apologies for the delayed response. Upon checking the adGroupId, it has the callout ad extension already with the said feedItemId. Could you please confirm if you happen to have resolved the issue already? If you still encounter this, please send to me (*reply privately to author*)

Re: SSL Cerificate Verify Failed

2017-01-08 Thread 'Joyce Lava' via AdWords API Forum
Hi Neil, Since the samples are working on one of your machines (laptop), I believe the error you are encountering in your desktop should be raised on the github experts through this link . Thanks, Joyce, AdWords API Team -- --

Re: Retrieving Gmail Image Ad through Adwords

2017-01-04 Thread 'Joyce Lava' via AdWords API Forum
Hello, Unfortunately, you could not retrieve the templateElements (like Image ) of the gmail image template ad

Re: ***Announcing the new ads PHP client library***

2017-01-04 Thread 'Joyce Lava' via AdWords API Forum
Hi Dmytro, Could you please open a new thread so we can properly track your concern? Also, if you are referring to setting up the client library in your application, you may want to contact the github experts through the link I shared above. Thanks, Joyce, AdWords API Team -- --

Re: Which field and in which report tells whether an ad group is using dynamic remarketing?

2017-01-01 Thread 'Joyce Lava' via AdWords API Forum
Hello, Apologies for the delay. You could try to use the Placeholder Report with ExtensionPlaceholderType

Re: RUN GetCampaigns.php on web

2017-01-01 Thread 'Joyce Lava' via AdWords API Forum
Hello, The PHP client library example codes should be ran only via command line as described here . Regards, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: How do Ad Customizers associate FeedItems with Ads?

2016-12-28 Thread 'Joyce Lava' via AdWords API Forum
Hi, Glad to hear you found the fix! Best, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Get Targeted Locations with geo radius map against campaign ID

2016-12-28 Thread 'Joyce Lava' via AdWords API Forum
Hi Sohair, Glad to hear that I was able to help! Best, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: FirstPositionCpc - Supports Zero Impressions

2016-12-28 Thread 'Joyce Lava' via AdWords API Forum
Hi, Apologies for the delayed response. To further investigate on the issue, could you please send me (*reply privately to author*) the following? 1. clientCustomerId you are using 2. the report definition or AWQL query

Re: Get Targeted Locations with geo radius map against campaign ID

2016-12-28 Thread 'Joyce Lava' via AdWords API Forum
Hi Sohair, Based on your code, you are using LocationCriterionService instead of CampaignCriterionService .

Re: Get Targeted Locations with geo radius map against campaign ID

2016-12-28 Thread 'Joyce Lava' via AdWords API Forum
Hi Sohair, You may refer to the below example SOAP request and response to get the targeted location and proximity: http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd="http://www.w3.org/2001/XMLSchema; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>

Re: Composer

2016-12-27 Thread 'Joyce Lava' via AdWords API Forum
Hi, Is it for the setup of the PHP client library of AdWords API? If so, depending on which machine you would setup the client library, you need to follow these steps . Thanks, Joyce, AdWords API Team -- --

Re: How do Ad Customizers associate FeedItems with Ads?

2016-12-27 Thread 'Joyce Lava' via AdWords API Forum
Hi, To get the FeedItems with the adGroupTargeting, you may use the FeedItemService.get . Please refer to this sample SOAP request and response: http://schemas.xmlsoap.org/soap/envelope/;

Re: Ad Performance Report - CreativeApprovalStatus for Approved (Limited)

2016-12-27 Thread 'Joyce Lava' via AdWords API Forum
Hi Erwin, You may use the approvalStatus and trademarkDisapproved

Re: AdwordsUserListService and youtube remarketing

2016-12-27 Thread 'Joyce Lava' via AdWords API Forum
Hi Rob, Apologies for the delay. Currently, the API only supports "Visitors of a page" (ExpressionRuleUserList ) and "Visitors of a page during specific dates"

Re: Unable to find "Campaign Type" dimension

2016-12-26 Thread 'Joyce Lava' via AdWords API Forum
Hello Shatank, The Ad Performance Report doesn't have the fields AdvertisingChannelType and AdvertisingChannelSubType

Re: ***Announcing the new ads PHP client library***

2016-12-26 Thread 'Joyce Lava' via AdWords API Forum
Hello Jesús*,* Please create a new github issue with the above concern. Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: FirstPositionCpc - Supports Zero Impressions

2016-12-26 Thread 'Joyce Lava' via AdWords API Forum
Hi Dave, I will be providing support to you while Anthony is OOO. Regarding your recent question, what Anthony meant was the FirstPositionCpc supports zero impressions (as seen in the documentation). Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How to get data from ads by phone number?

2016-12-21 Thread 'Joyce Lava' via AdWords API Forum
Hi, Could you please confirm if you are using our Python client library ? Also, since this is a new question, could you please open a new thread for us to properly track the concerns? Thanks, Joyce, AdWords API Team -- --

Re: AdWords client setup process

2016-12-20 Thread 'Joyce Lava' via AdWords API Forum
Hello, You may refer to this documentation which discusses how you can make the first API call, including the steps for the account creation. Additionally, since this is a very old forum thread, please create a new one

Re: Is the "Products ready to serve" field available via the AdWords API?

2016-12-19 Thread 'Joyce Lava' via AdWords API Forum
Hi Douglas, Since this forum is dedicated for AdWords API, I recommend posting your concern about this field getting through Merchant Center to Content API forum as the people there are more equipped with this. Thanks,

Re: How to get data from ads by phone number?

2016-12-19 Thread 'Joyce Lava' via AdWords API Forum
Hi, Yes, you may use the DownloadReportAsString to get the report data as String. An example code is available here . Regarding the phone numbers, GROUP BY clause is not

Re: Is the "Products ready to serve" field available via the AdWords API?

2016-12-18 Thread 'Joyce Lava' via AdWords API Forum
Hi Douglas, I'm afraid that this field is not available in the AdWords API since reports (e.g. Shopping Performance Report and Product Partition Report

Re: Hi guys; i need my 1º developer token for a Solidarity project

2016-12-18 Thread 'Joyce Lava' via AdWords API Forum
Hi Albert, The AdWords API Center page is available in the Production MCC Account that you created through this link . You might be looking for it in your Test Manager account that's why you can't see the page. Regards, Joyce, AdWords

Re: How to get data from ads by phone number?

2016-12-16 Thread 'Joyce Lava' via AdWords API Forum
Hi, Apologies, I wanted to correct the answer: The Money (e.g. Cost) fields in reports are returned in micro currency units, that is, 1 will be returned as 100. Thanks, Joyce, AdWords API Team --

Re: How to get data from ads by phone number?

2016-12-16 Thread 'Joyce Lava' via AdWords API Forum
Hi, In the docs, there is a field attribute called "Filterable ". If the report field is set to Filterable = True, then you can use this field as a report predicate, otherwise, you can't use it as predicate. The

Re: How to get data from ads by phone number?

2016-12-15 Thread 'Joyce Lava' via AdWords API Forum
Hello, The field CallOnlyPhoneNumber should return the phone number of the call-only ad, however, this field is not filterable. That said, you cannot use it as a predicate. I recommend

Re: AdGroupService - startIndex too high

2016-12-15 Thread 'Joyce Lava' via AdWords API Forum
Hi Alex, Could you please send to me (*reply privately to author*) the complete SOAP request and response and the clientCustomerId used to better check the issue? Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Weird ManagedCustomerServiceError

2016-12-15 Thread 'Joyce Lava' via AdWords API Forum
Hi Vladimir, Could you please send me the complete SOAP request and response including the ID's to better check the issue? Please use *reply privately to author* when responding. Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: Подскажите пожалуйста, как можно получить баланс аккаунта используя API ?

2016-12-15 Thread 'Joyce Lava' via AdWords API Forum
Hi, Apologies as I can only respond in English. There is currently no direct way to get the remaining balance from the API, however, if you know the original budget, you can subtract the Cost

Re: Does the API support campaign groups and performance targets?

2016-12-12 Thread 'Joyce Lava' via AdWords API Forum
Hello David, Campaign Group is currently not supported in AdWords API. Please continue to follow our blog to check on future announcements. Thanks, Joyce, AdWords API Team -- --

Re: Cant push changes from google adwords Editor: internalapierror.unexpected_internal_api_error

2016-12-11 Thread 'Joyce Lava' via AdWords API Forum
Hi Dmitry, Could you please confirm if you are using one of our client libraries ? If yes, please send me the complete SOAP request and response to better check the issue. Please use *reply privately to author* option when

Re: My Google Display image Ads are not showing

2016-12-11 Thread 'Joyce Lava' via AdWords API Forum
Hello Prasanna, Please post your question to AdWords Community Forum as they are more equipped in product-related concerns. This forum is dedicated for AdWords API concerns. Thanks, Joyce, AdWords API Team --

Re: Cant push changes from google adwords Editor: internalapierror.unexpected_internal_api_error

2016-12-11 Thread 'Joyce Lava' via AdWords API Forum
Hi Dmitry, Could you please send to me (*reply privately to author*) the complete SOAP request and response? Also, if it isn't too much trouble, can you please send the complete error message thrown as seen in your screenshot in text format so we could try to translate it in English and

Re: SearchImpressionShare

2016-12-11 Thread 'Joyce Lava' via AdWords API Forum
Hi Roman, It seems your concern is about the calculation of the field in AdWords UI and showing it in the report (UI). If so, please post your question to AdWords Community Forum as they are more equipped in

Re: TEMPLATE_AD AdType in Report

2016-12-11 Thread 'Joyce Lava' via AdWords API Forum
Hi Oliver, Ad Performance Report doesn't return templateId to determine what template ad it is, you would have to use the AdGroupAdService

Re: AD_PERFORMANCE_REPORT dimensions and metrics

2016-12-09 Thread 'Joyce Lava' via AdWords API Forum
Hi Subhash, The fields AdvertisingChannelType and AdvertisingChannelSubType indicate

Re: My AdWords account is suspended I don't know why

2016-12-04 Thread 'Joyce Lava' via AdWords API Forum
Hi Hor, Could you please send to me (*reply privately to author*) the MCC ID that was suspended? Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Pulling LabelID from LabelName AWQL

2016-12-04 Thread 'Joyce Lava' via AdWords API Forum
Hi Ildar, If you wish to use AWQL with reports, you should not use any API service. You would have to generate it using reporting configuration. An example code from PHP client library can be found here

Re: CONTAINS_ANY not working on Name in Adgroupservice

2016-12-02 Thread 'Joyce Lava' via AdWords API Forum
Hello Imran, I'm afraid that the only way I can suggest is to use Label to identify related adGroups. Then use this label to search for those adGroups. IN operator is the closest with CONTAINS_ANY at this time. Regards, Joyce, AdWords API Team -- --

Re: CONTAINS_ANY not working on Name in Adgroupservice

2016-12-02 Thread 'Joyce Lava' via AdWords API Forum
Hello Imran, CONTAINS_ANY works with Labels only at this time. You can use the "IN" operator instead. You may follow our blog to check on future announcements

Re: retrieving negative keywords from shared sets

2016-12-01 Thread 'Joyce Lava' via AdWords API Forum
Hello Daphna, Could you please send me (*reply privately to author*) the complete SOAP request and response to better check the service you're calling? Based on the code snippet above, there are 2 services you are calling, first is the SharedCriterionService in which the selectable fields can

Re: How can to get values all campaign?

2016-12-01 Thread 'Joyce Lava' via AdWords API Forum
Hello, What I am aware of is to get the data in string. For Java client library, you can use the getAsString() method of the ReportDownloadResponse. Since you seemed to be using the PHP client library, you may try to set the filePath as NULL and this should give the report data as string.

Re: How can to get values all campaign?

2016-11-30 Thread 'Joyce Lava' via AdWords API Forum
Hello, Your English is very good so do not worry. :) You may run the Campaign Performance Report using the AdWords API. The sample codes

Re: AdError.CANNOT_USE_AD_SUBCLASS_FOR_OPERATOR

2016-11-29 Thread 'Joyce Lava' via AdWords API Forum
Hello Eshwar, Could you please send to me (*reply privately to author*) the complete SOAP request and response that shows the error message? Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Geographical Targeting Language

2016-11-27 Thread 'Joyce Lava' via AdWords API Forum
Hello, I'm afraid the geo targets names are always returned in English. If you wish to get all available geo targets, you may download the file which is periodically being updated. Through the AdWords API, you can use the

Re: Unable to create a call extension with the Python client

2016-11-27 Thread 'Joyce Lava' via AdWords API Forum
Hi Phil, I've tried this against my test account using the Java client library and here's the sample SOAP request and response that succeeds. You may want to match this with your logs and see if this helps: http://schemas.xmlsoap.org/soap/envelope/; >

Re: GetRefreshToken parse error unexpected {

2016-11-23 Thread 'Joyce Lava' via AdWords API Forum
Hi, I will provide support for you since Anthony is on OOO. Regarding the PHP version, it is required by the client library to use PHP 5.3 or higher. Please let us know the results once upgraded to a higher version. Regards, Joyce, AdWords API

Re: TargetingIdeaService Pagination Limits

2016-11-21 Thread 'Joyce Lava' via AdWords API Forum
Hello Charles, You should be able to fetch the results beyond 700 by using the startIndex. I would recommend trying the query to the Keyword Planner tool in the UI and then do the same query in the API so we can confirm if the query should be getting any results or not. After doing so in both

Re: How to add location in campaign targeting location

2016-11-21 Thread 'Joyce Lava' via AdWords API Forum
Hello, Apologies for the delayed response. Currently, Uttar Pradesh, India is returned in the Geotargets page as State. I will let the rest of the team know about the request to add the city. Thanks, Joyce, AdWords API

Re: An error has occurred: [QuotaCheckError.ACCOUNT_INACTIVE @ ; trigger:'']

2016-11-20 Thread 'Joyce Lava' via AdWords API Forum
Hi Alvaro, Apologies as I can only provide support in English. Could you please send to me the clientCustomerId that you used when you encountered this error? Please use *reply privately to author* when responding. Thanks, Joyce, AdWords API Team -- --

Re: Audience report returns unidentified list

2016-11-14 Thread 'Joyce Lava' via AdWords API Forum
Hi Yosi, It might be probably a SimilarUserList which is being created by Google automatically. You may validate if this is yours by referring to this example code snippet

Re: How to get "Unique Viewers" for a campaign?

2016-11-10 Thread 'Joyce Lava' via AdWords API Forum
Hi Nabeelah, Could you confirm if you wish to get all campaigns in an MCC account? If yes, then unfortunately, you would have to make a separate API call for each client account to get its campaigns and details. Additionally, the field "Unique Viewers (cookies)" is currently not supported in

Re: shopping campaigns - how to assemble Ad Group with bids per item id

2016-11-09 Thread 'Joyce Lava' via AdWords API Forum
Hello, To update the bids of each itemId, you may go through this previous forum discussion and let me know if this helps. You would have to generate the

Re: Issue creating ad with ad customizers via API

2016-11-09 Thread 'Joyce Lava' via AdWords API Forum
Hi Konstantin, I'm afraid we cannot comment on future plans. Please follow our blog to keep posted. Also, if you wish to ask this in the product-level (UI), you may post your question in AdWords Community Forum

Re: [EntityNotFound.INVALID_ID @ operations[0].operand.adGroupId; trigger:'AdGroupId:

2016-11-09 Thread 'Joyce Lava' via AdWords API Forum
Hi Ganesh, Could you please send to me the SOAP request and response that shows the error when trying to add an ad? Please use *reply privately to author*. Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Issue creating ad with ad customizers via API

2016-11-08 Thread 'Joyce Lava' via AdWords API Forum
Hello Konstantin, Thanks for providing the SOAP logs. Upon checking, you used the ad customizer in the field path1 of the Expanded Text Ad . Since ETA uses path1 and path2 to calculate the Display URL and that Ad

Re: Unable to filter "Under Review" Ads

2016-11-07 Thread 'Joyce Lava' via AdWords API Forum
Hello, Could you try to use the example code (GetExpandedTextAds.java , Java client library example code) and add the line:

Re: Issue creating ad with ad customizers via API

2016-11-07 Thread 'Joyce Lava' via AdWords API Forum
Hello John, Konstantin, Apologies for the delayed response. Could you please send to me (*reply privately to author*) a sample SOAP request and response that shows the expanded text ad with ad customizer being returned to have "PH_0" when using AdGroupAdService.get operation? I tried this

Re: Create Ad Error: MUST_USE_TEMP_AD_UNION_ID_ON_ADD / AD_FORMAT_NOT_SPECIFIED

2016-11-07 Thread 'Joyce Lava' via AdWords API Forum
Hi Leonel, Unfortunately, the templateId 377 is currently not supported in AdWords API. The complete list of templates supported are here . Regards, Joyce, AdWords API Team -- --

Re: GetCampaigns.php is not showing all the campaigns of client account

2016-11-06 Thread 'Joyce Lava' via AdWords API Forum
Hello Navneet, Video campaigns are currently not supported by any API services (e.g. CampaignService). You can only get information about video campaigns by running a report . However,

Re: Issue creating ad with ad customizers via API

2016-11-06 Thread 'Joyce Lava' via AdWords API Forum
Hello John, Could you please confirm if you tried to use AdGroupAdService.get operation to see the newly created expanded text ad (ETA) with ad customizer? If not, you may want to use the example code

  1   2   3   4   >