Re: need using AdWordsConstants::RECOMMENDED_PAGE_SIZE?

2016-01-19 Thread center . clients . flor
Thanks,Yin!!! On Friday, January 15, 2016 at 6:15:46 PM UTC+3, center.cl...@gmail.com wrote: > > Hello! How much important is $selector->paging = new \Paging(0, > \AdWordsConstants::RECOMMENDED_PAGE_SIZE) > when we get data about campaigns? Could it be omitted? > -- -- =~=~=~=~=~=~=~=~=~=~=

Re: How to Set Up an Item of "Include Past Users Who Match These Rules"

2016-01-19 Thread Felix Weizman
Hi Josh, I have the same issue in my project. Do you have any suggestion? Thanks, Felix. On Wednesday, January 7, 2015 at 6:03:56 PM UTC+2, Josh Radcliff (AdWords API Team) wrote: > > Hi Yuki, > > I don't think this option is available in the API, but I'll pass on this > feature request to the

Ruby AdWords client, add_shopping_campaign.rb -derived code not adding a product group

2016-01-19 Thread doug livesey
Hi -- I've been adapting the code in the Ruby examples: https://github.com/googleads/google-api-ads-ruby/blob/master/adwords_api/examples/v201506/shopping_campaigns/add_shopping_campaign.rb However, the campaign, once created, gets no impressions -- it's been running all weekend. We think that i

Daily breakdowns with AWQL

2016-01-19 Thread Olof Nilsson
Hi! I'm using the AdWords API to pull performance data from the Budget Performance Report in python: # Create report query. report_query = ('SELECT AssociatedCampaignName, ConvertedClicks, Cost ' 'FROM BUDGET_PERFORMANCE_REPORT ' 'WHERE Cost > 0 '

Product group not being created when I create a shopping campaign (AdWords, Ruby client)

2016-01-19 Thread doug livesey
Hi -- I've been adapting the Ruby code from the examples for creating a campaign: https://github.com/googleads/google-api-ads-ruby/blob/master/adwords_api/examples/v201506/shopping_campaigns/add_shopping_campaign.rb I have everything creating happily, but the ads don't seem to be running, as I'm

API returns me 0 results for keyword 'sport' (with Italian parameters)

2016-01-19 Thread Biagio Grimaldi
Hi all, I'm trying to use the AdWordsAPI for getting keyword idea search volume (using TargetingIdeaService). I can successfully get results for most keaywords but if I submit query for keyword '*sport*' (or 'domino' or 'hello kitty') I have *0 results*. Code example (in Ruby language): *API_VER

Re: Accessing Google Adwords via SSIS

2016-01-19 Thread Sql Daddy
Hello , I am well with using SSIS Google analytics . This will help to read data from Google Analytics Service without learning complex APIs. Easy to use interface allows you extract large amount of data adjus

How to get ConvertedClicks report?

2016-01-19 Thread Yasir Mehmood
Hi Guys, Anyone help me to get the ConvertedClicks report by using Adwords API? Thanks Yasir -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~

Adwords API Center not available under MCC account

2016-01-19 Thread apicismgforusewithvisa
Hello, I am setting up my first Adwords API application and I am stuck at step 2a in the setup instructions found at https://developers.google.com/adwords/api/docs/signingup because the 'Adwords API Center' link is not visible. The searches through various forums, including this one, and the

Setting Age Targeting On Ads Group Creation

2016-01-19 Thread 'Mark Goldstein' via AdWords API Forum
Hi, I saw an example where demographic target criteria added to the existing ad group. I'm wondering whether it's a way to create new Ad Group with specific ages target. Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleads

Create ad using HTML5 Bundle Template with dynamic feed data

2016-01-19 Thread Cristian Andrei
Is it possible to create a dynamic display ad that is using a HTML5 Bundle Template (ID: 419) that has dynamic properties based on a product feed? I have researched Ad Customizers and how they are used to create a dynamic TextAd, but I don't seem to find the link between the Ad Customizers and

call get method of adwords CustomerService(v201506) get "[Error: Cannot parse response]"

2016-01-19 Thread jhong
hello, I am calling "get" method of CustomerService(v201506) and get error like "[Error: Cannot parse response]". I have read the API document https://developers.google.com/adwords/api/docs/reference/v201506/CustomerService and thought we should get errors like AuthenticationError

call get method of CustomerService (v201506) returns error "Cannot parse response"

2016-01-19 Thread jhong
Hello, we are calling "get" method of CustomerService (v201506) and get "[Error: Cannot parse response]". Refer to API document https://developers.google.com/adwords/api/docs/reference/v201506/CustomerService I thought we should get errors like "AuthorizationError.USER_PERMISSION_DENIED" or s

Create dynamic ad with HTML5 bundle (ad_template)

2016-01-19 Thread Cristian Andrei
I tried to upload a HTML5 bundle and set up a dynamic ad (that uses a feed) with the AdWords API, however I got stuck at linking the dynamic feed (I tried to use FeedCustomiser) to the uploaded HTML5 bundle. Have any of you tried this or have experience with? I would like to know if this is pos

Re: How to Set Up an Item of "Include Past Users Who Match These Rules"

2016-01-19 Thread Felix Weizman
Hello Josh, Any updates on this issue? Thanks, Felix. On Wednesday, January 7, 2015 at 6:03:56 PM UTC+2, Josh Radcliff (AdWords API Team) wrote: > > Hi Yuki, > > I don't think this option is available in the API, but I'll pass on this > feature request to the remarketing team. > > Thanks, > Jo

Re: Can not save Audience Rule with ExpressionUserList

2016-01-19 Thread Felix Weizman
Hi Nadine, I have the same issue in my project. Do you have any suggestion to fix this problem? Thanks, Felix. On Wednesday, November 18, 2015 at 4:22:33 PM UTC+2, Nadine Sundquist (AdWords API Team) wrote: > > Hi Binh, > > I'm not sure why that would be the case. I would have to do some > exp

Batch job was processed partially but got CANCELED status without downloadUrl and processingErrors

2016-01-19 Thread Ilya Isakov
Batch job with id 1139681 is in status CANCELED now. There were operations for adding new adgroups into campaign with adwords id 429813129. BatchJobService->get method returns empty downloadUrl and empty processingErrors: http://schemas.xmlsoap.org/soap/envelope/";> https://adwords.goo

Re: Auction Insights Report

2016-01-19 Thread Anthony Madrigal
Hi Van, Unfortunately, the Auction Insights Report is still unavailable through AdWords API. Please see our blog regarding any announcements about this feature. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=

Re: Enhanced CPC vs flexible enhanced CPC - any differences?

2016-01-19 Thread Robert Rodakowski
Thank you for reply Josh! Basing on API documentation, I came to similar conclusions. Unfortunately (or rather fortunately - for me) such behaviour is not reflected either in AdWords UI nor in API. It means, when you select *Manual CPC + Enhanced CPC* enabled, you are not able to attach any bid

Re: Can not save Audience Rule with ExpressionUserList

2016-01-19 Thread Nadine Sundquist (AdWords API Team)
Hi Felix, Could you please give me a few more specifics on what is happening for you? - Is this happening in the AdWords user interface or in the AdWords API? - If it's the API, what exactly are you trying to save? What kind of UserList with what kind of rule? - What is the exact err

Re: How to get ConvertedClicks report?

2016-01-19 Thread Anthony Madrigal
Hi Yasir, There is currently no report that is aggregated based on ConvertedClicks. Here is a list of all reports that contain ConvertedClicks . Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~

Re: Changing email shown in change history

2016-01-19 Thread Anthony Madrigal
Hi, Unfortunately, there is no API equivalent to the Change History from the AdWords UI. There is also no way to get the email of the user that made changes or who granted permission via AdWords API. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Als

Re: Enhanced CPC vs flexible enhanced CPC - any differences?

2016-01-19 Thread Josh Radcliff (AdWords API Team)
Hi Robert, If you want to make absolutely sure that there are no other differences, I'd suggest posting a question to the AdWords Community . The product experts there can give you a definitive answer (beyond what I'

Re: Adwords API Center not available under MCC account

2016-01-19 Thread Anthony Madrigal
Hello, The application for creating a manager account can be found here . If that is the form you filled out and cannot see the AdWords API Center, please *reply privately to author *you manager customer Id so that I can take a further look. Re

Re: How to Set Up an Item of "Include Past Users Who Match These Rules"

2016-01-19 Thread Yin Niu
Hi Felix, This hasn't been implemented yet. There's no guarantee it will ever be done unfortunately. Please refer to the AdWords API blog for any updates or announcements. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=

Re: Getting Intermittent "CustomerSyncError.TOO_MANY_CHANGES" response for the same requested time frame

2016-01-19 Thread Yin Niu
Hi Giles, Could you send SOAP log for the requests that have different output? Please also include your clientCustomerID. Click *Reply privately to author *in the forum when responding. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on o

Re: call get method of CustomerService (v201506) returns error "Cannot parse response"

2016-01-19 Thread Yin Niu
Hello, AdWords API is a SOAP-based WebService. SOAP requests use HTTP POST method. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelop

Re: Setting Age Targeting On Ads Group Creation

2016-01-19 Thread Yin Niu
Hello, You can use AdGroupAdCriterionService for targeting age range . Thanks, Yin, AdWords AP

Re: API returns me 0 results for keyword 'sport' (with Italian parameters)

2016-01-19 Thread Yin Niu
Hi Biagio, Could you please send the SOAP log for the requests that you got 0 results? Please also include your ClientCustomerID. Please click *Reply privately to author* in the forum when responding. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Als

Re: Daily breakdowns with AWQL

2016-01-19 Thread Yin Niu
Hello, You won't be able to get daily breakdown using Budget Performance Report. You might want to take a look at Campaign performance report which has BudgetId field. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google

Unable to connect.

2016-01-19 Thread Pankaj Tiwari
Hello, I am using php lib for adword reports it was working fine 2 days ago but now its giving error An error has occurred: Failed to connect to accounts.google.com port 443: Connection timed out... Can anyone please help me with solution. Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Create ad using HTML5 Bundle Template with dynamic feed data

2016-01-19 Thread Yin Niu
Hello, Unfortunately, you won't be able to use AdCustomizer with HTML5 bundles. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/p

How to fetch all the Products & Services Categories

2016-01-19 Thread Kalyan Dey
I want to fetch and display all the products & services categories using adwords api. can any one please help me out? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDeveloper

Making first request problem - can not get refresh token

2016-01-19 Thread Yuriy P.
Dear all, I'm trying to run some examples from adwords api (v201509) client lib on my web server, but I'm not able to get refresh_token. I've checked that my server does support SOAP, cURL and openSSL on php 5.6+ Here are the steps I took: - I have created adwords manager account to get dev

Re: Adwords API Center not available under MCC account

2016-01-19 Thread apicismgforusewithvisa
Did you receive the private message? On Tuesday, January 19, 2016 at 10:42:05 AM UTC-5, Anthony Madrigal wrote: > > Hello, > > The application for creating a manager account can be found here > . If that is the form > you filled out and cannot se

Re: How to fetch all the Products & Services Categories

2016-01-19 Thread Anthony Madrigal
Hello, There is currently no way to fetch a list of product and services categories via AdWords API. You can download a CSV file of the categories by clicking *Download this table in CSV format *on this page . Cheers, An

Re: Batch job was processed partially but got CANCELED status without downloadUrl and processingErrors

2016-01-19 Thread Ilya Isakov
Any news here? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subs

Re: Unable to connect.

2016-01-19 Thread Anthony Madrigal
Hello Pankaj, Could you please *reply privately to author *your CID and the report query you used that resulted in this error? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

CONTAINS_ANY and KeywordText

2016-01-19 Thread GDZ
Hello! Here's a part of my predicates: { 'field': 'KeywordText', 'operator': 'CONTAINS_ANY', 'values': [string1, string2, string3] } I'm getting "SelectorError.INVALID_PREDICATE_OPERATOR @ serviceSelector; trigger:'KeywordText'". In the past I remember CONTAINS_ANY worked onl

Re: CONTAINS_ANY and KeywordText

2016-01-19 Thread Anthony Madrigal
Hello, Yes, that is correct. CONTAINS_ANY currently only works with labels. The closest predicate you can use would be IN. This will not give you keywords that contain the values but the keywords that are equal to one of the values. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~

Re: CONTAINS_ANY and KeywordText

2016-01-19 Thread GDZ
Thank you On Tuesday, January 19, 2016 at 3:51:47 PM UTC-5, Anthony Madrigal wrote: > > Hello, > > Yes, that is correct. CONTAINS_ANY currently only works with labels. The > closest predicate you can use would be IN. This will not give you keywords > that contain the values but the keywords th

Re: Ruby AdWords client, add_shopping_campaign.rb -derived code not adding a product group

2016-01-19 Thread Yin Niu
Hi Doug, If you create a shopping campaign from UI, a default product group will be created for you. In API, you need to create one yourself. Otherwise it is an empty AdGroup and won't serve. This link explains how

BatchJob result contains less operations that it was in request

2016-01-19 Thread Ilya Isakov
Hello, There is discrepancy in operations between request and response in BatchJob 1142912. BatchJob should contain 25000 operations but there are only 24000 in downloaded response. Also meta information return by get method contains information only about 24000 processed operations and empty

Re: Making first request problem - can not get refresh token

2016-01-19 Thread Anthony Madrigal
Hello Yurly, I recommend following this guide on setting up OAuth with PHP. If you are still running to issues, please *reply privately to author *your client customer Id. Regards, Anthony AdWords API Team -- -- =~=~=~=~=

BatchJob result contains less operations that it was in request

2016-01-19 Thread Ilya Isakov
Hello, There is discrepancy in operations between request and response in BatchJob 1142912. BatchJob should contain 25000 operations but there are only 24000 in downloaded response. Also meta information returned by get method contains information only about 24000 processed operations and emp

Re: Call to undefined function curl_init()

2016-01-19 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi Sabri, Are you sure you've set up the curl module correctly? >From the error message, it seems you haven't done properly . Do you have *curl* appearing in the result from *php --info*? Can you use *curl* merely