Re: Notice: Failed to load response into DOM... AdsSoapClient.php

2017-07-10 Thread 'Peter Oliquino' via AdWords API Forum
Hi Sam, I could see that the issue you are encountering is more specific to the PHP client library rather than the AdWords API. This said, you may get in touch with the PHP library owners via this link as they are better equipped to assis

Re: How to Remove Account Access from MCC

2017-07-10 Thread Ronak Shah
Hello Shwetha, Yes but this is to terminate link between client and MCC manager if client has its own adwords account, but lets say suppose I have created an adwords account via ManagedCustomerOperation

Re: Using Adwords API to link Ad group to remarketing list created in Google Analytics

2017-07-10 Thread 'Peter Oliquino' via AdWords API Forum
Hi, As mentioned in this guide , remarketing in the AdWords API is independent of the remarketing done via the Google Analytics and AdWords accounts in the AdWords UI. This said, getting these remarketing lists is cur

Re: How to download an extremely large set of audiences?

2017-07-10 Thread 'Peter Oliquino' via AdWords API Forum
Hello Yi, My apologies for the mistake. Another solution or workaround would be to further break down the results by adding predicates and further grouping your queries by campaign or ad group. You may also resort to gene

Re: Zero Impressions Issue: dateRange is expected

2017-07-10 Thread 'Peter Oliquino' via AdWords API Forum
Hi Danny, Being that you mentioned you are getting blank files when you download, could you confirm if this issue still persists? If yes, please send your complete report definition, the generated blank report file, your clientCustomerId and any error messages if available so I can further inv

Re: Expanded Dynamic Search Ads using AdGroupAdService V201705

2017-07-10 Thread Oliver
Hi Anthony, We assumed this ad type is not supported in reports because there is no mention of it in the Ad Type section of the reports documentation. The documentation needs to be updated in this case. Oliver On Monday, 10 July 2017 21:21:02 UTC+1, Anthony Madrigal wrote: > > Hi Oliver, > >

Re: How to download an extremely large set of audiences?

2017-07-10 Thread yhuang
Hi Peter, The dilemma here is the number of audience is more than 220,000 which could lead to a start index larger than 100,000. Then comes SelectorError.START_INDEX_IS_TOO_HIGH. This is the reason we cant use Paging. On Monday, July 10, 2017 at 4:39:47 PM UTC+8, Peter Oliquino wrote: > > He

Notice: Failed to load response into DOM... AdsSoapClient.php

2017-07-10 Thread sam
Hello, Our script runs fine through numerous batches of operations, but we eventually and get this error every time. Do you have any idea as to what might be the cause? Thank you! Notice: Failed to load response into DOM: DOMDocument::loadXML(): Empty string supplied as input in /var/www/html

Re: Expanded Dynamic Search Ads using AdGroupAdService V201705

2017-07-10 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Oliver, There is an issue with the AdGroupAdService returning this ad type. However, you should be able to get this ad type when using the Ad Performance Report. The AdType will be equal to EXPANDED_DYNAMIC_SEARCH_AD. Are you getting an error when trying to filter by these ads? If so, what

Re: Expanded Dynamic Search Ads using AdGroupAdService V201705

2017-07-10 Thread Oliver
Are you referring to getting them returned in the AD_PERFORMANCE_REPORT? or from the service object? There is no equivalent to Expanded DSA ad type for the report. On Monday, 10 July 2017 14:18:54 UTC+1, Anthony Madrigal wrote: > > Hi Oliver, > > I was able to get these ads returned when I tri

Re: Zero Impressions Issue: dateRange is expected

2017-07-10 Thread Danny
Ok thanks. Whenever the report is downloaded, for some reason it always generates an empty text file, along with the csv file. I'm using the *saveToFile* method. What's the purpose of this file and is there a way to prevent it from downloading? Also looking at the Placeholder Feed Item

Pause Adwords Express campaign via API

2017-07-10 Thread Diego
Hi, is it possible to pause an Adwords Express campaign via API? If not, is there any workaround we might do to do so? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAd

Re: ReportSettingsBuilder fromFile

2017-07-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Thanks for bringing this to our notice. You can find the up-to-date examples here . Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

ReportSettingsBuilder fromFile

2017-07-10 Thread Aliko
Hello, with v201705 ReportSettingsBuilder->fromFile() removed. But still it is existing in samples. https://developers.google.com/adwords/api/docs/samples/php/reporting Best regards -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleads

Re: Regarding remarketing list users

2017-07-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, On this forum, we address technical questions related to AdWords API. I would suggest that you post your questions on the AdWords community forum for any questions related to AdWords in general. Regards, Shwetha, A

Re: Unexpected output when running the TargetIdeaService.

2017-07-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Nichlas, It looks like you are making the TargetingIdeaService request against a test AdWords account. When using test accounts

Unexpected output when running the TargetIdeaService.

2017-07-10 Thread Nichlas Rasmussen
When using the google adwords api keyword generator given in this example https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201705/optimization/get_keyword_ideas.py I assumed i would get some keyword related to the query i made (space cruise) instead i get the foll

Unexpected output when running the TargetIdeaService.

2017-07-10 Thread Nichlas Rasmussen
When using the google adwords api keyword generator given in this example https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201705/optimization/get_keyword_ideas.py I assumed i would get some keyword related to the query i made (space cruise) instead i get the foll

Re: Incorrect CPC. Money attribute

2017-07-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Vaibhav, Fields of type Money are returned in micro currency units (micros). You need to divide this value by 100 to get the actual amount in the account's local currency. Regards, Shwetha, A

Re: How to Remove Account Access from MCC

2017-07-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Ronak, You need to use ManagedCustomerService.mutateLink() to unlink an AdWords client account from an AdWords MCC account. The code snippet provided here

Re: Main shopping interface vs. product group editor vs. AWQL confusion

2017-07-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Roy, Could you provide the clientCustomerId along with the date on which you generated the report so I can take a look? Please note that the Product Partition Report will reflect the current set of

Incorrect CPC. Money attribute

2017-07-10 Thread vaibhav Yadav
I am using TargetingIdeaService to find data for keywords such as bid value, search volume, cpc, etc. I am getting correct search volume and ideas but i am getting incorrect cpc. The output data for the keyword 'car' looks as follows : cars for sale : Google\AdsApi\AdWords\v201702\cm\Money Objec

Re: Expanded Dynamic Search Ads using AdGroupAdService V201705

2017-07-10 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Oliver, I was able to get these ads returned when I tried it out. If you are still facing issues for this report, let me know. I will have our team look into this as well. Regards, Anthony AdWords Scripts Team On Saturday, July 8, 2017 at 2:46:55 AM UTC-4, Oliver wrote: > > Hi Anthony, > >

Regarding remarketing list users

2017-07-10 Thread Vasile Archeri
Hi, I was wondering if there is any way (as a user) to find out whether you're part of a remarketing list? Say if you hit a page with the remarketing tag on and you become part of a list, then you navigate away and see remarketing ads. In this scenario, can you check in some way whether you ar

Re: Is it possible to generate additional graphs using TARGETED_MONTHLY_SEARCHES (similar to what we see in the Keyword Planner)?

2017-07-10 Thread steve
Hi Peter, Yeah, that is exactly what I meant. Thanks for the information. Steve On Monday, July 10, 2017 at 12:53:06 PM UTC+7, Peter Oliquino wrote: > > Hi Steve, > > If you meant further breaking down the search results as stated in this > guide >

Re: Using Adwords API to link Ad group to remarketing list created in Google Analytics

2017-07-10 Thread 維元張
hi Peter, Now I can do these below: 1. create a new campaign using Adwords api. 3. create a new remarketing lists using GA api. 3. create a new Adwords campaign with remarketing lists from GA on GA interface. How could I create a new Adwords campaign with remarketing lists from GA BY API ? On

How to Remove Account from MCC account?

2017-07-10 Thread Ronak Shah
Hello, I have an MCC account managing clients adwords account, Is there any way we can remove the account from MCC via Adwords API? Let me know Regards, Ronak Shah -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspo

How to Remove Account Access from MCC

2017-07-10 Thread Ronak Shah
Hello, I have an MCC account managing the clients adwords account, Is there any way to remove the account from my MCC account via Adwords API? Let me know Regards, Ronak Shah -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdevelo

Main shopping interface vs. product group editor vs. AWQL confusion

2017-07-10 Thread Roy Steves
Forgive the linked, rather than embedded, screenshots, but my first attempt to post this failed. And while this isn't solely an API-level question, the moment I mention awql or the like, I'm always redirected here, as I'm sure you can understand. Here's the root concern: https://www.evernote.

Re: How to download an extremely large set of audiences?

2017-07-10 Thread 'Peter Oliquino' via AdWords API Forum
Hello Yi, You will need to implement Paging whenever you use the AdwordsUserListService.get() for getting this many userlists in order to limit the number of results you retrieve per request and av

Re: Migrate from V201702 to V201705

2017-07-10 Thread lktrang
Dear Ivan, Thank you for your information. It really help. Regards. Jeszi. On Monday, July 10, 2017 at 12:02:00 PM UTC+7, Ivan Bautista wrote: > > Hi Jeszi, > > As mentioned earlier, the old status enums >

How to download an extremely large set of audiences?

2017-07-10 Thread yhuang
Hi :) I wanna download all audiences under a account which has more than 220,000 audiences. However, I can't use AdwordsUserListServiceInterface::get () since there is an limitation (SelectorError.START_INDEX_IS_TOO_HIGH). Audience performance report does not work for me too because fields of

Re: Inconsistent number of results returned from TargetingIdeaService

2017-07-10 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Before proceeding, could you first confirm if you are also getting different results in the AdWords UI's Keyword Planner when using the same keywords list on a different request? Also, to better investigate, could you provide the complete screenshot of the results along with your clientCus