Re: getting no campaigns using GetService

2019-02-22 Thread lucie . rabochova37
Hi all, I just found solution myself, sorry, let's close this questions - thank you anyways. Lucie -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this mess

Re: Can AdId be reused to copy over ads across adgroup?

2019-02-22 Thread Yang Yang
This code even after correcting part2 , still does not work. Is there possibiliyt to check the syntax from your end and I get it work for one time? That can save me a couple of days going back and forth to try it line by line. On Fri, Feb 22, 2019 at 4:19 PM Yang Yang wrote: > hi Sai, yes, I wa

Re: Can AdId be reused to copy over ads across adgroup?

2019-02-22 Thread Yang Yang
hi Sai, yes, I was trying to follow the example file on git. But still get this error, headlinePart2 is a typo. But looks there is more things here, *the KeyError* starts from ‘headlinePart1’. I will reply you separately with actual code and soap file. Thank you. Traceback (most recent call last)

RE: Inconsistent response in retrieving customers list in Adwords API versus Ads beta API

2019-02-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Darshan, Currently, it is not possible to differentiate if the account is active or inactive via the API. I will let my team know regarding your feedback. Regards, Sai Teja, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion grou

RE: initialize': No such file or directory @ rb_sysopen - /Users/xxxxxxxxxx/adwords_api.yml (Errno::ENOENT)

2019-02-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, The .yml file should be in to your home directory. Could you please confirm if have you put your .yml property file in home directory? Please refer to this github document, to setup the ruby library. Let me know if you are still facing an

How to add API to My Bussines Google

2019-02-22 Thread K S
Hello I have a catering company and would like to Google on the menu where I could have my meals. In the old account, it still works on the new account, not what I need to do to add this api or how can I contact Google to help me add it greetings Karol -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Google Ads API (v0) - Shopping Performance Report

2019-02-22 Thread derek . martin
Hello, I'm reviewing the new Google Ads API documentation and I'm curious about how to replicate the current SHOPPING_PERFORMANCE_REPORT. Can anyone guide me on how to do this? From what I can see, only the PRODUCT_PARTITION_REPORT is available (from the new _product_group_view endpoint). Kin

Re: Updating the minimum required PHP versions for the Google Ads API client library for PHP (AdWords and Ad Manager)

2019-02-22 Thread john . paulin
Hey Josh, Great work on the Google Ads API. Just wondering though how can I get a click performance report for a specific date in the past like January 20, 2019. I tried using date range but it's not working. I'd really appreciate if you can guide me on how to do this in Click Performance Repor

Can't mutate youtube media id with youtubeVideoMediaIdsOps in UAC

2019-02-22 Thread i.tirsky via AdWords API and Google Ads API Forum
Hello! Why I can't change youtubeVideoMediaIds list in my UAC (but this UAC is Video ads only), but for other campaigns in my account I can do this operation This is my code: self.settings = { 'xsi_type': 'UniversalAppCampaignSetting', 'youtubeVideoMediaIdsOps': self.video_ids, } def

Google Ads Api Java Throw exception of Channel was not shutdown properly

2019-02-22 Thread stefan
Hi, I'm trying to use Google Ads Api Beta Java library on Scala - Slick, and this error keeps getting thrown - which is not coming from any of the API calls and I can't tell where it throwing from Here is what the error looks like [error] i.g.i.ManagedChannelOrphanWrapper - *~*~*~ Channel Mana

how to specify a single day in Click Performance Report in Adwords api PHP

2019-02-22 Thread john . paulin
I want to get specific click performance for the past 30 days but Click Performance Report won't accept LAST_30_DAYS as it requires to have a single day report. I tried using date range for a day like 20190222,20190223 which should be a valid 1 day but it didn't work either. So I'm confused how

RE: How get more than 700 results in google targeting idea service ?

2019-02-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, I am afraid that you won't be able to get more than 700 maximum number of results for TargetingIdeaService . For more information, please refer to this

RE: gRPC not installing at Windows-10 WAMP

2019-02-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, If you want to upgrade the AdWords API PHP client library from 201806 version to 201809 version. You could refer to the migration guide mentioned here . You could find the latest AdWords API PHP client library from h

RE: Feed item matching function gives CollectionSizeError.TOO_MANY error

2019-02-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Hitarth, Please find my response below: 1. The error CollectionSizeError.TOO_MANY is thrown when the limit for a particular API request is exceeded. Please note t

RE: Stop automatically the campaign once the budget is used up

2019-02-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Othmar You can pause the campaign using the CampaignService.mutate() operation. But, using the API, it may not be able to possible to identify when your budget is used up in real time. You could take a l

RE: Unexpected internal api error

2019-02-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Sayed, To troubleshoot this issue, could you please share the details given below? Please use reply privately to author while sharing the details. 1. Your API SOAP request 2. The version of PHP client library that is faili

RE: Mensagem particular referente a: AuthenticationError.CUSTOMER_NOT_FOUND returned when calling CustomerService.getCustomers using v201809

2019-02-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Pablo, In the code you have shared, you are performing managedCustomerService.get() without customer id. Instead to get the account details you could use customerService.getCustomers () without s

RE: ParallelReportDownload.java The download report is empty

2019-02-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Could you please share report definition along with the client customer id so that I can troubleshoot the issue? You can use 'Reply privately to author' option while responding. Thanks, Milind

RE: Can AdId be reused to copy over ads across adgroup?

2019-02-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Yang, Looks like on your second screenshot you are passing headlinePart2 a second time with no value which caused the operations to fail. Please note that while adding the ExpandedTextAds headlinePart1, headlinePart2, Description and FinalUrls are mandatory fields. You could refer our clie

getting no campaigns using GetService

2019-02-22 Thread lucie . rabochova37
Hi team, I got developer token yesterday and trying my first call, but cannot get any campaigns using - Get all campaigns using AWQL. May I ask you to help me on this issue? It should work... from googleads import adwords PAGE_SIZE = 10 def main(client): # Initialize appropriate service

Feed item matching function gives CollectionSizeError.TOO_MANY error

2019-02-22 Thread hitarth . k
Hi, I have multiple campaigns with me and I have a large number of feed items in my feed (let's say 1). Now, I know the list of feed items I need to associate with every campaign (let's say 1000 ). This section

gRPC not installing at Windows-10 WAMP

2019-02-22 Thread phedramanager321
I am using *Google Ads API Client Library for PHP *version 201806 from last few months. Now I want go upgrade to v201809. I am facing following issue. Cannot install gRPC extension at Wndows C:\WINDOWS\system32>pecl install grpc > No releases available for package "pecl.php.net/grpc" > install f

How get more than 700 results in google targeting idea service ?

2019-02-22 Thread Александр Михайленко
Is possible to make a few request to get more than 700 different results in targetingidea service ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this mess

Unexpected internal api error

2019-02-22 Thread sayed.hajaj via AdWords API and Google Ads API Forum
Recently, whenever I run code using the mutate method (making create API calls) using the php client library, I almost always get an unexepected internal API error. This has been going on for the past week, and whenever I rollback and run code from before then that didn't throw this error, I st

RE: [0-6530000025359] Accessible customers for MCC account are coming back incorrectly in Google Ads API

2019-02-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Phil, Since this thread has a bit of confusion going on, let me try to clarify. Google Ads allows you to associate a login email to multiple accounts. Most users have only one account per login email. Some users have more than one. If your login email is added to multiple accounts, you will

Stop automatically the campaign once the budget is used up

2019-02-22 Thread Tst Knto
Hi, I'm looking for a possibility that will stop a Google Ads campaign once the budget is used up. I’ve already tried it with Google Ads Script, but due the limited schedule (you can run it only once per hour – if you run a loop, it will be cancelled after 30 minutes) this is not a solutio

ParallelReportDownload.java The download report is empty

2019-02-22 Thread loncent . report
嗨,大家好, 这是XinLangTao(Web程序员 - JAVA)。我正在使用google adwords api来获取广告系列报告。 当我从ParallelReportDownload.java访问报告时,我可以看到报告正在下载到cvs格式。 但下载的CSV文件中没有数据 你能帮我解决这个问题吗? 谢谢 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=

Re: Can AdId be reused to copy over ads across adgroup?

2019-02-22 Thread Yang Yang
hi Sai, *This is the email reply to all, I have another replied to you separately yesterday with company related information.* Ok, now I am constructing a list of operand dictionary, and have a question of uploading it. Demo in git for basica operation works for me. operations_ddgroupad_single

Inconsistent response in retrieving customers list in Adwords API versus Ads beta API

2019-02-22 Thread Darshan Pradhan
I used following Beta API call to fetch the customers list , i get a count of 93. .setQuery("SELECT customer.id, customer.descriptive_name, customer_client.resource_name, customer_client.client_customer, customer_client.level, customer_client.hidden FROM customer_client

Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-02-22 Thread Darshan Pradhan
Update incase someone has similar case to solve as I did, which was I needed to pull all the customer details including name (which is not available in the customer_client call) under a mcc account. The only way to pull htis fro beta (as of today) is to query customer_client but it does not hav

RE: feed status from feed service is 'removed' but from ad group feed service it's 'enabled'

2019-02-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Don, Regret the delay. I was checking this internally with the team. The Feeds created through AdGroupFeedService and FeedServices are two different entities. If you delete a Feed using the FeedService.mutate() operation, then its status becomes REMOVED, the AdGroupFeed/CampaignFeed rem

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-22 Thread peter
Hello Saj, Any progress on this issue? Since 11th Feb I can't use the Java examples anymore even after I added the login api.googleads.loginCustomerId setting as described. Op woensdag 13 februari 2019 17:47:05 UTC+1 schreef googleadsapi-forumadvisor: > > Hello Everyone, > > Thanks for the up