Re: Noob-Question: Make a simple API Call in Browser for Testing

2018-07-09 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Philipp, I'm afraid that is not possible as the AdWords API report needs a report definition which is an XML or AWQL fragment that defi

Re: Empty Click Performance Report

2018-07-09 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, If you are using the Basic access , there is a limit of 1000 reports download per day. However, as for the issue of getting empty reports, could you clarify if you set the includeZeroImpressions

Re: Renaming a Report

2018-07-09 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sean, I believe you are referring to the unique ID that was being set in your report name. You could rename your report based on what you've set in the below code snippet in your PHP client library. You could remove the *uniqid() *function to be able to remove those unique ID. $reportDefini

Noob-Question: Make a simple API Call in Browser for Testing

2018-07-09 Thread Philipp Jäckle
Hi all, this might be a stupid question, BUT can I do a simple API call as follows in order to retrieve performance Data? https://adwords.google.com/api/adwords/ # my_account # / # my_report # / # my_access_token And then get something like JSON or XML result in my Browser: { "Data": [

Re: Cannot find AdWords API Center

2018-07-09 Thread vodosoft . furia
Really, Adwords API is the most confusing API I've ever seen in my entire life. I made a manager account .. then when I test it says that (AuthorizationError.USER_PERMISSION_DENIED) .. when searched online found that that's because I'm testing on non-test account .. I created a test account th

Empty Click Performance Report

2018-07-09 Thread rambler . potok . mcc
Good day! We are experiencing some problems problems when trying to download the Click Performance report. We download it every hour, but sometimes the report is empty. Are there any limits for downloading? Can there be another reasons? Thank you in advance -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Callouts not returned using CampaignExtensionSettingService (feed is named "AdWords Express Callouts feed")

2018-07-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, I'm Nadine's colleague assisting you on her behalf. The AdWords Express Campaigns are included only in the UI Reports. These Campaigns can only appear in the Campaign Performance Report. Please refer to this blog post

Re: Failed to exchange authorization code for access token

2018-07-09 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Are you using one of our client libraries ? If so, could you please ensure that you are following the setup steps specified under the web application in this section

Re: Retrieval of Conversion Code on Page Load

2018-07-09 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Krishna, In AdWords API, you can use ConversionTrackerService.get() to get googleeventsnippet

Re: BatchJobError.DISK_QUOTA_EXCEEDED with no apparent reason

2018-07-09 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sam, The quota for your account has been reset. Please try creating batch jobs again and let me know if you encounter any issues. Thanks, Josh, AdWords API Team On Friday, July 6, 2018 at 9:51:52 AM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi Sam, > > I've raised this issue with t

Renaming a Report

2018-07-09 Thread szusi
Hello, Currently, When a report is downloaded, the report file comes with a random tag at the end. Is there any way to remove this random tag? Thanks, Sean -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=

Re: Bidding on Shopping Showcase AdGroups

2018-07-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Charlie, The CPE Bidding strategy is currently not supported through the API. For campaign channel type SHOPPING with ad group type as SHOPPING_SHOWCASE_ADS, you will be able to use MANUAL_CPC, NONE bidding strategy. Please check this reference guide

Re: batch job max memory limit

2018-07-09 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Manu, At any given time, an AdWords account can have up to 1 GB of uploaded operations across all of its batch jobs that have not yet completed. Means the limit is applicable for each account that you are making calls on(leaf account). You could refer to this guide

Re: Ad errors in russian language

2018-07-09 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Vladimir, It's been a couple of months, so I'm going to answer privately to verify that all the details have stayed the same. Cheers, Nadine, AdWords API Team On Monday, July 9, 2018 at 3:53:43 AM UTC-4, Vladimir Tatarsky wrote: > > Hi guys, we're still experiencing this problem. > > --

Re: ImageAd name fetching problem

2018-07-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Vladimir, I was able to perform an AdGroupAdService.get() operation and pull the name information through the API. Could you share the API SOAP logs for the AdGroupAdService.get() operation, so I can take a look? Please refer to this guide

Re: Estimated bids not showing in interface when created via api

2018-07-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, You're right. These attributes are estimates based on historical stats. These are read only fields and will be ignored when sent to the API. To verify this, could you try creating the same keyword from the API and the UI to see if you see any difference with the Estimated stats? If yes,

Re: Expression Rule User List Error

2018-07-09 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Danny, I'm back from the holidays! Woohoo! Thank you for letting me get the chance to take a break, and thank you for sending me the request ID. That makes it s much easier for me. So, here's your request and response that I've found on our servers for that request ID. You should

Re: Failed to exchange authorization code for access token

2018-07-09 Thread Kieran Hewitson
I'm seeing this exact same issue when upgrading from v201710 of the API to v201806. I have tried using other authorisation flows to get around it, but the web application flow doesn't allow for a non-public domain in the oauth callback, and our application is completely internal (no public faci

Bidding on Shopping Showcase AdGroups

2018-07-09 Thread Charlie
Hi, Shopping Showcase AdGroups use CPE bidding -- https://support.google.com/adwords/answer/7316325 but in the API documentation (201802) I cannot find any reference to this. The types of Bids available are CpaBid, CpcBid, CpmBid: https://developers.google.com/adwords/api/docs/reference

Retrieval of Conversion Code on Page Load

2018-07-09 Thread Krishna Kishore
I'm trying to retrieve the *Google Event Snippet*, the conversion for a customer from Adwords API, but the format is different from what is being shown in the Adwords UI, for example in the Adwords UI for a particular customer the *Page Load * Conversion code looks like /*

Estimated bids not showing in interface when created via api

2018-07-09 Thread abztest0
Hi All, We are happily using adword api, but having a issue which is: when a user start working on a adgroup's keyword he/she uses the estimated bid columns *(Est. first page bid, Est. top page bid, Est. first position bid) *to start with, it help them to get idea about criteria worth. when t

Re: PHP pass credentials dynamically (not through adsapi_php.ini)

2018-07-09 Thread Suraj Nayak
Thanks Shwetha , its been a great help. On Monday, August 28, 2017 at 10:01:27 PM UTC+5:30, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Tim, > > You need to use OAuth2TokenBuilder >

batch job max memory limit

2018-07-09 Thread manu.reddy via AdWords API and Google Ads API Forum
Hi, I have a question about the memory limits of batch processing. When you say, 1GB per account , Is it for the parent account or is it 1gb per leaf accounts(the actual account id i use to make requests) ? thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our b

ImageAd name fetching problem

2018-07-09 Thread Vladimir Tatarsky
Hi! I'm trying to get name of image from ImageAd object: https://developers.google.com/adwords/api/docs/reference/v201802/AdGroupAdService.ImageAd I've added "ImageCreativeName" field to the selector, but "Name" property of Image object is still empty. What's wrong? I'm using API v201802 and PHP

Re: Ad errors in russian language

2018-07-09 Thread Vladimir Tatarsky
Hi guys, we're still experiencing this problem. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "A

Re: Setting ID and Product Group Bids through the API

2018-07-09 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sam, Bids can be set only on ad groups and ad group criteria. Since ProductPartition (product group) is a criterion, you could set the bids for your product group by setting the bid

Re: GetKeywordIdeas + Exact Phrase

2018-07-09 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, I was able to test on my end using multiple search keyword and also, I used the *STATS* RequestType and it resulted to each keywords that I search. However, to further investigate t