Re: BatchJobService get 0 BatchJobPage emtries for bid modifier operations

2017-03-09 Thread 'Peter Oliquino' via AdWords API Forum
Hi Zhao, Could you provide more information such as your clientCustomerId and the SOAP request and response of the batch job operations that worked when using the .get() method? Best regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: I would like to know how to set Device through adwords API.

2017-03-08 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Regarding the targeting options you mentioned, I believe it is currently not possible. The network where your ads will show will depend on the AdvertisingChannelType and

Re: Python: get_keyword_ideas.py exception: NoneType is not iterable

2017-03-08 Thread 'Peter Oliquino' via AdWords API Forum
Hi Steve, Glad to know you've found the solution. As for enabling your SOAP, you can refer to this section of the Python library setup guide .

Re: I would like to know how to set Device through adwords API.

2017-03-08 Thread 'Peter Oliquino' via AdWords API Forum
Hello there, Are you asking how to target devices for your campaigns? If so, you may use Mobile Device Criterion to target specific type of devices for your campaigns via

Re: Python: get_keyword_ideas.py exception: NoneType is not iterable

2017-03-08 Thread 'Peter Oliquino' via AdWords API Forum
Hi Steve, Have you made any changes in the get_keyword_ideas.py file or did you run it as is? To help us narrow down the root cause of the issue, could you provide us SOAP request and response for when you encountered the error? Please reply using reply privately to author. Thanks and

Re: Testing BudgetOrder API calls with a Test MCC

2017-03-08 Thread 'Peter Oliquino' via AdWords API Forum
Hi Rachel, Could you provide the clientCustomerId you used when you executed the BudgetOrder.getBillingAccounts? If possible, could you also include the SOAP request and response so I can look into this further? You may reply privately when sending the requested information. Thanks and

Re: Failed to refresh access token

2017-03-08 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ran, The error you experienced was a temporary issue and is very unusual to occur. Even so, catching the error is possible once implemented at your end, however, automatically recreating the refresh token is currently not possible as it is only generated manually. Additionally, could you

Re: Testing BudgetOrder API calls with a Test MCC

2017-03-07 Thread 'Peter Oliquino' via AdWords API Forum
Hi Rachel, As per documentation , I'm afraid you can't use the BudgetOrderService to create BudgetOrders for test accounts. Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How to add more then one predicates in selector

2017-03-06 Thread 'Peter Oliquino' via AdWords API Forum
Hi Eshwar, Could you confirm if you are using the Java client library? If yes, you may try using something like the code below : Predicate idsPredicate = new Predicate(); idsPredicate.setField("Id"); idsPredicate.setOperator(PredicateOperator.IN); idsPredicate.setValues(seIds); Predicate

Re: "This product group does not contain any products."

2017-03-06 Thread 'Peter Oliquino' via AdWords API Forum
Hi David, Could you confirm if the issue is encountered in the AdWords UI? If so, it will be best if you redirect your concern to the AdWords Community forum as we only cater to AdWords API-related concerns.

Re: Developer console fo

2017-03-05 Thread 'Peter Oliquino' via AdWords API Forum
Hi Iai, There is currently no available feature in the AdWords API for retrieving its usage information. However, you may use our rate sheet for reference on the operational limits allowed in the AdWords API that you can monitor at

Re: What is "Category" for location extension? It does not when filter in UI

2017-03-05 Thread 'Peter Oliquino' via AdWords API Forum
Hi Dongliang, To help us investigate further, could you provide us a screenshot from your AdWords UI page where issue is reproducible as well as the equivalent SOAP request and response logs using the AdWords API? You may also want to look into this AdWords guide

Re: Transfer API permissions from one account to another

2017-03-05 Thread 'Peter Oliquino' via AdWords API Forum
Hi Shany, You may share access of your AdWords account to other users using the AdWords UI. However, similar feature is not available via the AdWords API. Let me know if this is the information you need. Thanks and regards, Peter AdWords API

Re: SET and ADD for Operator

2017-03-05 Thread 'Peter Oliquino' via AdWords API Forum
Hi Dan, As stated in the AdWords API guide , ADD operator is used for creating new object so you should use SET operator, instead, for updating existing objects. Cheers, Peter AdWords API Team -- --

Re: Auto CANCELED jobs / BatchJobProcessingError.INTERNAL_ERROR

2017-03-05 Thread 'Peter Oliquino' via AdWords API Forum
Hi Julien, Could you provide more information as to which operation you are passing your BatchJobService request and your clientCustomerId? You may reply using reply privately to author. Best regards,

Re: Programmatically accessing the custom reports built using the AW Report Editor?

2017-03-05 Thread 'Peter Oliquino' via AdWords API Forum
Hi Graham, Earned metrics are currently not supported in the AdWords API. You may follow our blog for any future announcements regarding this feature. Additionally, for any future concerns, I would recommend that you create a

Re: How does one query the API to get accounts connected to a client?

2017-03-03 Thread 'Peter Oliquino' via AdWords API Forum
Hi Johan, In a recent announcement , AdWords now allows the user to associate one login email to up to 5 other AdWords accounts (not necessarily in the same managerial hierarchy) and they may then be

Re: Get campaign performance report with API

2017-03-02 Thread 'Peter Oliquino' via AdWords API Forum
Hi Jimmy, You will need to login using your production MCC account and not your test accounts to get your developer token via the AdWords API Center. Once you get your developer token, you will need to include it in your configuration file to fix the issue, as the error you encountered

Re: Invite User to existing Adwords a/c by email address using AdWords API

2017-03-01 Thread 'Peter Oliquino' via AdWords API Forum
Hi Akash, Currently, sending linking invitations across accounts using email address is only supported in the AdWords UI but not in the AdWords API. However, using the ManagedCustomerService.mutateLink

Re: Request manual review of a keyword (is it possible?)

2017-03-01 Thread 'Peter Oliquino' via AdWords API Forum
Hi David, Reviewing of keywords and any other entities from the AdWords account are not handled by the AdWords API team. It will be best if you raise your product-related concern to the AdWords Community Forum .

Re: Google API AddAdGroups error

2017-02-28 Thread 'Peter Oliquino' via AdWords API Forum
Hi Dan, The RangeError.TOO_LOW could sometimes be caused by missing Id specification. For us to further investigate on your issue, could you *reply privately* and provide us your sample SOAP request logs where the error

Re: Abnormally high number of cancelled/failed batch jobs

2017-02-27 Thread 'Peter Oliquino' via AdWords API Forum
Hello Greg, To help us investigate further, could you please provide us the SOAP logs for both request and response of one of your failed BatchJobService if you were able to capture them. Please reply using *Reply privately to author *when sending the requested information. Additionally, you

Re: AdWords API compatible for TrueView for Shopping campaigns?

2017-02-27 Thread 'Peter Oliquino' via AdWords API Forum
Hello there, Currently, it is not possible to create video campaigns via the AdWords API. However, you may set up a TrueView for shopping campaign using the AdWords UI. Best regards, Peter AdWords API Team -- --

Re: Looking for a Developer to Exports Adwords reports ASAP

2017-02-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi, While we cannot provide the exact codes, we are very much available to provide assistance to your team in generating AdWords API reports. You may also find our reporting guide and the sample reports

Re: Downlaod last four years monthly report

2017-02-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi Subin, As for the farthest date that you can use, it depends primarily on the date wherein the object in question has first generated statistics. You may use custom date ranges or you could also use the

Re: CustomerService.GetCustomers(): Internal Server Error: RequestError.UNKNOWN [v201609]

2017-02-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi Caihua, I would not be able to determine the exact cause of the *RequestError.UNKNOWN* right now. To do so, I would require the complete SOAP request and response as it usually provides a more in depth detail as to which caused the error. Should you encounter the issue once again, you may

Re: CustomerService throws exception "Error reason is unknown.. (Error: RequestError.UNKNOWN, FieldPath: , Trigger: "

2017-02-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi Dongliang, To further investigate your concern, could you provide the complete SOAP request and response generated when the error occurred? Kindly reply using *Reply privately to author*. Best regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Estimate Expanded Text Ads traffic

2017-02-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi Mohammed, There is currently no feature in the AdWords API service that estimates traffic for ads. The TrafficEstimatorService currently estimates traffic for campaigns, ad groups and keywords as

Re: Estimate Expanded Text Ads traffic

2017-02-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi Mohammed, There is currently no feature in the AdWords API service that estimates traffic for ads. The TrafficEstimatorService currently estimates traffic for campaigns, ad groups and keywords as

Re: CustomerService.GetCustomers(): Internal Server Error: RequestError.UNKNOWN [v201609]

2017-02-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi Doron, That's great news! Glad to hear that it's working again at your end. I had to If the issue persists, please let us know. Also, please avoid sending your entire SOAP request and response as it may contain sensitive information regarding your account. You may refer to our forum posting

Re: Ruby On Rails: AdsCommon::Errors::AuthError - OAuth2 token refresh failed:

2017-02-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi Sohair, Could you confirm if you are still experiencing the error? The OAuth issue should be resolved by now, however, if you are still getting the error, kindly send us any logs or SOAP request and response. You may reply using *Reply privately to author*. Cheers, Peter AdWords API Team

Re: GDN responsive ads with 2 images - how to add square image?

2017-02-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Square images are currently not available in any of the services of the AdWords API and is only currently available via the AdWords UI. You may follow our blog for any future updates or announcements regarding this feature.

Re: RequiredError.REQUIRED @ operations[0].operand.biddingStrategyConfiguration

2017-02-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi Prashant, To better investigate your concern, I would like to request if you could provide the complete SOAP request and response generated when you encountered this issue. Please reply using *Reply privately to author*. Cheers, Peter AdWords API Team -- --

Re: RATE_EXCEEDED from CampaignService

2017-02-23 Thread 'Peter Oliquino' via AdWords API Forum
Hi Caihua, To better look into the issue you are facing, could you send the SOAP request and response? You may reply using *Reply privately to author*. Cheers, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: TargetingIdeaService Criterion in Selector

2017-02-22 Thread 'Peter Oliquino' via AdWords API Forum
Hi Sergio, Since this is already an old thread, I suggest that you open a new one with your questions and from there, we can continue with our investigation. Best regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: How to handle close variants with TargetingIdeaService monthly search volumes

2017-02-22 Thread 'Peter Oliquino' via AdWords API Forum
Hi Carl, To better answer your questions, could you provide the SOAP request and response generated when you made the call using the TargetingIdeaService? Could you also provide the exact screenshot of your Keyword Planner query? This will allow me to find out more about the issue you are

Re: Which service is used to set / change AdGroup Bids?

2017-02-21 Thread 'Peter Oliquino' via AdWords API Forum
Hi Jarad, Glad to hear that you've found the solution to your concern. Please feel free to contact our team if you encounter any other issues. Cheers, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Limits on the number of paused ad groups

2017-02-16 Thread 'Peter Oliquino' via AdWords API Forum
Hi JP, Yes, they are counted as part of the limits and as mentioned in the near bottom of the document, only REMOVED items are not included in the count. I hope this helps. Best regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: How do I get related keywords monthly search volume?

2017-02-15 Thread 'Peter Oliquino' via AdWords API Forum
Hi Abe, There is currently no way that I am aware of that you can set the matchType of a keyword as a filter in the TargetingIdeaService or in the AdWords UI (via the Keyword Planner tool). Keyword results can be retrieved or filtered based on their RequestTypes, being IDEAS (to retrieve

Re: NuGet Google.AdWords.dll not strong name signed? v19.0.0

2017-02-14 Thread 'Peter Oliquino' via AdWords API Forum
Hi Bejan, Could you confirm if you are using one of the AdWords API client libraries, specifically the .NET client library? If yes, and if you are experiencing issue with the configuration, I would recommend that you get in touch with the .NET client library owners via this link

Re: we could receive campaign data by object.

2017-02-13 Thread 'Peter Oliquino' via AdWords API Forum
Hi, To get campaign objects information, you may try using the CampaignService of the AdWords API and you may refer to our GetCampaigns

Re: Product Partition Report - Trying to get all products

2017-02-13 Thread 'Peter Oliquino' via AdWords API Forum
Hi Rafa, The Product Partition Performance report aggregates at the product partition level and not at the product level. The product groups report of the AdWords UI maps to the Product Partition report of the AdWords API as seen here

Re: Need access to API, but don't work for a company, how?

2017-02-09 Thread 'Peter Oliquino' via AdWords API Forum
Hi, You may still use the AdWords API through test accounts. You may refer here for the steps on how to setup your test accounts and to this guide

Re: Programmatically accessing the custom reports built using the AW Report Editor?

2017-02-09 Thread 'Peter Oliquino' via AdWords API Forum
Hi Pete, There is currently no way to access the custom reports of the AdWords Report Editor via the AdWords API and also no available feature to integrate reporting via email or Google Drive. However, if you need to send API reports via email or save in Google Drive, you may use AdWords

Re: PHP API v201609 - How to refresh token?

2017-02-09 Thread 'Peter Oliquino' via AdWords API Forum
Hi Adam, Refreshing of expired access tokens happens when the Credential object is instantiated in the client libraries. To better give you an idea of the process, first you will need to have a refresh token that is generated manually. Please note that due to a number of reasons, the refresh

Re: Ad performance report metrics

2017-02-09 Thread 'Peter Oliquino' via AdWords API Forum
Hi, The fields you mentioned are not available for the 201605 version of the Ad Performance Report. Additionally the v201605 version has been deprecated

Re: Criteria Performance Report Only Returns Keywords

2017-02-08 Thread 'Peter Oliquino' via AdWords API Forum
Hi Adam, To better investigate your concern, could you also provide your customer ID? Please reply using *Reply privately to author*. Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Handling exceptions that occur in the API

2017-02-08 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Based on the error message, you are experiencing a rate limit error at the account level . One possible cause is that you are making too many requests per second on a single account. This said, you may

Re: googleads php lib 25.1.0 Linking customerid to MCC help

2017-02-08 Thread 'Peter Oliquino' via AdWords API Forum
Hi Andras, Could you provide the SOAP request and response when you encountered this issue? This help me better look into your concern. Please reply using *Reply privately to author*. Best regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: #Impressions > 0 and Average Position undefined?

2017-02-07 Thread 'Peter Oliquino' via AdWords API Forum
Hi David, In order to better look at your concern, could you confirm if you are generating one of the report types of the AdWords API? If yes, could you provide your customer ID, the complete report definition

Re: Can I get my ad performance data as a postback to my server?

2017-02-06 Thread 'Peter Oliquino' via AdWords API Forum
Hi, The NetworkSetting of the CampaignService is only available in the AdWords API. For AdWords Scripts concerns, I would recommend that you get in contact with their team via this forum

Re: Can I get my ad performance data as a postback to my server?

2017-02-05 Thread 'Peter Oliquino' via AdWords API Forum
Hi, There is currently no 1-1 mapping in the reports where you can determine whether they are Search only or Search and Display. You can, however, use the CampaignService to distinguish your campaigns : 1.

Re: Can I get my ad performance data as a postback to my server?

2017-02-05 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Could you confirm if you are already using the AdWords API? For campaign types supported by the AdWords API, we currently have the Search Network and Search Network with Display Select

Re: Ad Performance Report only has one image MediaID EnhancedDisplayCreativeMarketingImageMediaId

2017-02-05 Thread 'Peter Oliquino' via AdWords API Forum
Hi TJ, The Ad Performance Report currently only supports media IDs of marketing images and logos. For more information, you may refer here . I will file a request for team to include the square image in the report, as of

Re: Filter the ShoppingContent.Products.list

2017-02-05 Thread 'Peter Oliquino' via AdWords API Forum
Hi Avkeren, Thank you for providing the link. I would recommend that you contact the Google Apps Scripts support via this link as they are more equipped to handle your concern. Thanks and regards, Peter AdWords API Team -- --

Re: Filter the ShoppingContent.Products.list

2017-02-03 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Our team provides support for AdWords API related concerns only. It seems that your concern is already out of scope for our team. I would suggest that you get in contact with the AdWords Merchant Center community forum

Re: Possible to retrieve invoices through API?

2017-02-02 Thread 'Peter Oliquino' via AdWords API Forum
Hi, This seems to be a very old thread, I would strongly recommend that you create a new thread for any future concerns. However, to address your question, downloading invoices is currently not supported in the AdWords API. I would recommend that you follow our blog

Re: API Limits for Large Client with 100 million products

2017-02-02 Thread 'Peter Oliquino' via AdWords API Forum
Hi, This seems to be out of scope for our team. Regarding the limits of the AdWords product in general, you may get in contact with the AdWords Community Forum . Thanks and regards, Peter AdWords API Team -- --

Re: Upgraded to v201609 now receiving InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2017-02-01 Thread 'Peter Oliquino' via AdWords API Forum
Hi Carl, The error you are encountering could be due to a temporary issue in the servers or could be due to a bug. Could you retry your request and see if the issue persists?

Re: Historic Keyword basket search volumes changing

2017-02-01 Thread 'Peter Oliquino' via AdWords API Forum
Hi Carl, Using deprecated/sunset versions of the AdWords API will usually result in issues with its services. Also, could you confirm if you have used the Keywords Planner in the AdWords UI and compared its results with the information you received via the AdWords API and was there also any

Re: Как получить статистику и информацию о видео-кампании через API ADWORDS?

2017-02-01 Thread 'Peter Oliquino' via AdWords API Forum
Hi, The GetCampaigns example cannot retrieve video campaigns information because video campaigns are currently supported only in the reports as mentioned here . We have no definite

Re: Как получить статистику и информацию о видео-кампании через API ADWORDS?

2017-01-31 Thread 'Peter Oliquino' via AdWords API Forum
Hi, My apologies as I can only provide support in English. If you wish to retrieve campaign and video statistics via the AdWords API, you could try the Campaign Perfomance Report and the Video

Re: How to schedule adwords api ?

2017-01-29 Thread 'Peter Oliquino' via AdWords API Forum
Hi Bhavya, Scheduling of adding crm based user lists is currently not supported in the AdWords API. However, you may refer to this guide for more information on remarketing and audience targeting and here

Re: EstimateKeywordTraffic with parameter

2017-01-29 Thread 'Peter Oliquino' via AdWords API Forum
Hi, You may refer to our estimating traffic guide for more information and to our sample code in the PHP

Re: Need help please with API error after uploading a campaign

2017-01-29 Thread 'Peter Oliquino' via AdWords API Forum
Hi Aaron, In order to get a better look at your concern, could you send the SOAP request and response generated when you encountered this error while using the AdWords API? Please reply using *Reply privately to author*. Thanks and regards, Peter AdWords API Team -- --

Re: ssl fail

2017-01-29 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ali, You may refer to the setup guide in Github for the PHP client library and retry your configuration. If the issue persists, you may directly get in touch with the library owner through here

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-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

Re: Operator Greater Than does not work as expected

2017-01-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi Iai, If it isn't too much trouble, could you provide your customer ID and the generated report where you encountered this issue so I can have a better look? You may reply using *Reply privately to author*. Best regards, Peter AdWords API Team -- --

Re: CUSTOM_DATE Api AdWords.

2017-01-25 Thread 'Peter Oliquino' via AdWords API Forum
Hi, My apologies as I can only provide support in English. To set the date range, you could try adding the below code to your report definition : $selector->dateRange = new DateRange('20170101', '20170110'); $reportDefinition->dateRangeType = 'CUSTOM_DATE'; The date range should be MIN then

Re: Date in Google Click Performance

2017-01-25 Thread 'Peter Oliquino' via AdWords API Forum
Hi Shay, The Date field pertains now to the time when the impression was made. You may refer to this blog post

Re: Does the API allow linking of YouTubes?

2017-01-24 Thread 'Peter Oliquino' via AdWords API Forum
Hi Lucas, This is a duplicate forum case and you may refer to its parent thread for more information. Thanks and regards, Peter AdWords API Team -- --

Re: Failed to refresh access token

2017-01-23 Thread 'Peter Oliquino' via AdWords API Forum
Hi Guy, I would recommend that you recreate your refreshToken by following this guide . Please let me know if this works. Thanks and regards, Peter AdWords API Team -- --

Re: Not getting all Negative Keywords in KeywordPerfomanceReport

2017-01-22 Thread 'Peter Oliquino' via AdWords API Forum
Hi VJ, In order to have a better look at your concern, could you provide your customer ID and the complete report definition you used when you generated the Keywords Performance Report? Please reply

Re: We chage contact email, but adwords team sends a letter to the old email

2017-01-20 Thread 'Peter Oliquino' via AdWords API Forum
Hi, I deleted your post as it contained sensitive information. Kindly refer to our forum posting guidelines for future posts. Moving forward, I could see that your concern is access related and

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: Adding millons of ads per day using adwords api

2017-01-19 Thread 'Peter Oliquino' via AdWords API Forum
Hi VJ, I would recommend that you take a look at our batch processing guide for more information as to how to create ads in bulk. Please note, however, that it is also subject to limitations

Re: ACTION_NOT_PERMITTED on BudgetOrderService

2017-01-19 Thread 'Peter Oliquino' via AdWords API Forum
Hi Deepak, In order to have a better look at your concern, could you please send your customer ID and the SOAP request and response generated when you encountered this error? Please reply using *Reply privately to author*. Thanks and regards, Peter AdWords API Team -- --

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: Does the API support YouTube linking?

2017-01-19 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ben, Linking your AdWords account with YouTube via the AdWords API is currently not supported. There had also been no information as to if and when this feature will be available. I would recommend that you follow our blog

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 '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 and use the CampaignId

Re: CriterionID 3000000

2017-01-17 Thread 'Peter Oliquino' via AdWords API Forum
Hi Tommy, The CriterionID field represents the ID of a criterion

Re: can't download "conversion label" field

2017-01-17 Thread 'Peter Oliquino' via AdWords API Forum
Hi, The snippet field containing the "conversion label" is currently not supported in any of the reports in the AdWords API. Although there is no definite information whether it will be available anytime soon, you may, in the meantime, follow our blog

Re: can't download "conversion label" field

2017-01-16 Thread 'Peter Oliquino' via AdWords API Forum
Hi, You may try and use the ConversionTrackerSerivce.get to retrieve the ConverstionTrackers

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

2017-01-12 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ketaki, If it isn't too much trouble, could you provide more information such as your customer ID, the complete report definition , and if possible the report file generated where you encountered

Re: Add Custom Parameters on Keyword Level

2017-01-11 Thread 'Peter Oliquino' via AdWords API Forum
Hi Sam, Yes, much like the urlCustomParameters, you may set the finalUrls field of your BiddableAdGroupCriterion using the AdGroupCriterionService. You may find the

Re: Differentiating Between Existing and New Campaigns/AdGroups

2017-01-11 Thread 'Peter Oliquino' via AdWords API Forum
Hi Sam, One possible solution would be to use the StartDate field of your new Campaigns as predicate to separate them from your old campaigns. Additionally, when retrieving your new AdGroups

Re: Adwards API giving me SoapClient with version v201603

2017-01-10 Thread 'Peter Oliquino' via AdWords API Forum
Hi Naresh, The structures and path should not be an issue once you downloaded the updated client library . Your IDE should be able to point to the correct packages/paths of the new versions of the AdWords API client library files. You may also

Re: Adwards API giving me SoapClient with version v201603

2017-01-10 Thread 'Peter Oliquino' via AdWords API Forum
Hi Naresh, The v201603 of the AdWords API has already been sunset. I would strongly recommend that you migrate to our latest version (v201609) to avoid the error you have encountered. You may also refer to this guide

Re: Add Custom Parameters on Keyword Level

2017-01-10 Thread 'Peter Oliquino' via AdWords API Forum
Hi, You can set CustomParameters for your keyword via the AdGroupCriterionService . The

Re: Please help me with Adwords API.

2017-01-09 Thread 'Peter Oliquino' via AdWords API Forum
Hi, You will still need a developer token when using test accounts. For more information as to how you can get a developer token and the rest of the steps in setting up your AdWords account, kindly refer here . Additionally, you

Re: How to get active keywords via. API?

2017-01-08 Thread 'Peter Oliquino' via AdWords API Forum
Hi Simon, You will need to use a different AdWords API service for your Keywords since the CampaignService will return campaign specific information. You may use the AdGroupCriterionService and refer

Re: Download campaigns - Not included in report

2017-01-08 Thread 'Peter Oliquino' via AdWords API Forum
Hi Vikram, Could you try removing the "DURING YESTERDAY" filter in your query for the Campaign Performance Report? This will allow you to retrieve all campaigns in your account, since the "YESTERDAY" date range will only retrieve campaigns that performed during that period. Let me know if this

Re: Unable to Install Library with Composer due to guzzlehttp/psr7 conflict

2017-01-05 Thread 'Peter Oliquino' via AdWords API Forum
Hi Nick, Could you confirm if you have followed this guide in setting up your PHP client library? If yes, and if the issue persists, you may get in touch directly with the library owner through here

Re: Download campaigns - Not included in report

2017-01-05 Thread 'Peter Oliquino' via AdWords API Forum
Hi Vikram, You may first get the CampaignIds of your UACs through the Campaign Performance Report and then generate the AdGroup Performance Report

Re: Download campaigns - Not included in report

2017-01-05 Thread 'Peter Oliquino' via AdWords API Forum
Hi Vikram, The campaign type you are referring to are the Universal App Campaigns (UAC). For reporting, UAC statistics can be found in the following reports mentioned here . Currently, however, the

Re: Managing AdWords Scripts from the API?

2017-01-04 Thread 'Peter Oliquino' via AdWords API Forum
Hi Andrew, The AdWords API currently does not support this feature with the AdWords Scripts. You may also refer to our guides and client libraries

Re: What sort of Status changes are permitted to TextAds effective January 31, 2017?

2017-01-04 Thread 'Peter Oliquino' via AdWords API Forum
Hi, My apologies for the delay. The AdWords API will still allow that operation for the Status field since the plan is for Standard Text Ads to still continue to serve as mentioned in the blog .

Re: What sort of Status changes are permitted to TextAds effective January 31, 2017?

2017-01-03 Thread 'Peter Oliquino' via AdWords API Forum
Hi, There had been no mentioned restrictions as to which AdGroupAd.Status value can be passed to the SET operator for the Text Ads. You may continue to update the Text Ad's status with any

<    3   4   5   6   7   8   9   10   11   >