Re: AdWords Scripts AdWordsApp.​ProductGroup equivalent call in adwords api

2016-03-01 Thread mubbashar husain
and after finding out the product groups, how to chagne the Maxcpc value ? On Monday, 29 February 2016 22:32:20 UTC+5, Anthony Madrigal wrote: > > Hi Mubbashar, > > You could get product groups via the API by using the > AdGroupCriterionService. You will have a criterion object that is of type

Re: Ad PARAM display

2016-03-01 Thread Nadine Wyrobnik
Hi Yin, Can you please double check from your end. I have been seeing various instances over the years, where the ad PARAM (stock, price etc.) is not being displayed right from the beginning. Only after a certain amount of traffic om the keyword. Thank you, Nadine On Tuesday, March 1, 2016

Re: not able to choose the ExplorerAutoOptimizerSetting in the ui of mobile app install ads' adgroup.

2016-03-01 Thread maxSonic Sun
Hi Nadine, I tried CONVERSION_OPTIMIZER according to this article https://developers.google.com/adwords/api/docs/guides/driving-mobile-app-downloads. But fail again with the *Targeting Optimization* check box disappeared. I read

Re: UNEXPECTED_INTERNAL_API_ERROR using TrafficEstimatorService with test accounts.

2016-03-01 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hi Rob, I've been confirmed that this issue is fixed now. In case you still see the error, please send us your SOAP logs by *Reply privately to author.* Cheers, Thanet, AdWords API Team On Thursday, February 25, 2016 at 5:59:13 AM UTC+9, Rob Drimmie wrote: > > I am submitting a request against

Re: Deleting FeedItems from a Feed

2016-03-01 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Giles, Thanks for the ID. I took a look, and from what I can tell, the 400,000+ feed items all have status *ENABLED*. I also confirmed this by performing a FeedItemService.query for that ID + Status

Re: Deleting FeedItems from a Feed

2016-03-01 Thread 'Giles Bodger' via AdWords API Forum
HI Josh - the feedId in question is 1579261 - cheers On Tuesday, March 1, 2016 at 6:47:52 PM UTC, Josh Radcliff (AdWords API Team) wrote: > > Hi Giles, > > Could you share your AdWords client customer ID (or even just the Feed > ID)? The approach you described sounds correct to me, so I want

Re: How to get the FinalUrls related to the Keywords

2016-03-01 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Karim, I had sent you an email previously. I guess it must not have sent properly. You can modify the GetKeywords example I provided you as the following in order to get the final Url. Keyword keyword = (Keyword) adGroupCriterionResult.getCriterion(); BiddableAdGroupCriterion

Re: Deleting FeedItems from a Feed

2016-03-01 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Giles, Could you share your AdWords client customer ID (or even just the Feed ID)? The approach you described sounds correct to me, so I want to take a closer look. Thanks, Josh, AdWords API Team On Tuesday, March 1, 2016 at 10:59:29 AM UTC-5, Giles Bodger wrote: > > Hi guys - > > I

Re: SelectorError.START_INDEX_IS_TOO_HIGH trigger:110000

2016-03-01 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, So you mean i can get all the AdGroup IDs and then loop throw them and get > the Ads by AdGroup Ids did i understand it well ? Yes, that's correct. You should use predicates to control how large your result set is (*totalNumEntries*) and thereby avoid exceeding the limits

Re: Is 128Mb enough as a PHP allocation?

2016-03-01 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi Alan, Based on the calling structure, it looks like your report definition could be quite large. As far as I can tell, that would be what is getting serialized at the time. Is that the case? If not, could you please click *Reply privately to author* in the forum and send me your report

Ad PARAM display

2016-03-01 Thread Nadine Wyrobnik
Hi all, Do you know what the AdWords minimum Threshold (impressions and clicks) is for Dynamic Ad PARAMs to show the PARAM in the ad? Thank you! Nadine -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Credit remaining variable

2016-03-01 Thread 'Yin Niu' via AdWords API Forum
Hello, Unfortunately, you won't be able to do that in AdWords API. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Query "In Process..." State for CrmBasedUserList

2016-03-01 Thread 'Yin Niu' via AdWords API Forum
Hi Alex, Please refer to the AdWords API blog for any updates or announcements. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Problem with oauth2 service account authentication (Ruby)

2016-03-01 Thread 'Yin Niu' via AdWords API Forum
Hello, Have you had a change to take a look at the OAuth 2.0 Authentication Guid e and the Ruby sample code? For web application with webflow, please checkout here

Re: Deleting FeedItems from a Feed

2016-03-01 Thread 'Giles Bodger' via AdWords API Forum
Hi guys - I posted this question originally about 18 months ago - So 18 months later, i find that a few of our accounts are actually near the account limit of 400,000 feed items. In fact i am currently looking at one Feed that has 400,034 feed items in it. When we add sitelinks to our

Re: SelectorError.START_INDEX_IS_TOO_HIGH trigger:110000

2016-03-01 Thread Karim Benna
I thought about this solution but maybe it's nessessary that you know what i'm doing: I'm writing a programm that is getting all the FinalUrls of all ads of different accounts (from different Acc IDs) so it has to be dynamic and the IDs changes always because we have a lot of accounts and

Re: Query "In Process..." State for CrmBasedUserList

2016-03-01 Thread alexander.daniel via AdWords API Forum
Hi Yin, thanks for your answer. Is there any chance to have that in the next version of the API? Best, Alex On Tuesday, 1 March 2016 16:18:13 UTC+1, Yin Niu wrote: > > Hi Alex, > > It takes a while for the userlist to be loaded in AdWords. Once the > userlist is loaded, the "In Process"

Re: SelectorError.START_INDEX_IS_TOO_HIGH trigger:110000

2016-03-01 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, In that case, you'll want to batch your requests by ad group ID. For example: 1. Issue an AdGroupService.get to retrieve the list of all ENABLED ad groups and collect all of their IDs. 2.

Re: Query "In Process..." State for CrmBasedUserList

2016-03-01 Thread 'Yin Niu' via AdWords API Forum
Hi Alex, It takes a while for the userlist to be loaded in AdWords. Once the userlist is loaded, the "In Process" message will disappear. This status is not available in API. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: SelectorError.START_INDEX_IS_TOO_HIGH trigger:110000

2016-03-01 Thread Karim Benna
The problem is that i have minimum 25 active Ads so i need to find a way to avoid that limit do u think it's possible ? and how ? i'm sorry to ask again the same question but the solution you gave me doesn't really help for my case but i thank you anyway Am Dienstag, 1. März 2016 15:10:55

API token application processing

2016-03-01 Thread Partner LLC
Hello. I recently applied for the API token. After I submitted the application I'v got an email with a link saying I should fill out a form.The link seems to be broken. Link is shown as a button with caption "Fill out form!". Link target is: "https://services.google.com/fb/forms/newtokenlow/;.

Credit remaining variable

2016-03-01 Thread Kirill Evstratenko
Hello, everybody! If there is a variable to get credit remaining in the account or a sum of last payment? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: BatchJobService results can't be deserialized (PHP)

2016-03-01 Thread ukutok
Hi, I have the same problem. In BatchJob request I got result: $xmlResponse = " https://adwords.google.com/api/adwords/cm/v201601;> ...0 ...1 http://www.w3.org/2001/XMLSchema-instance; xsi:type="AdGroupServiceError"> operations[2].operand.name

Re: SelectorError.START_INDEX_IS_TOO_HIGH trigger:110000

2016-03-01 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Since your processing loop is ignoring any ad group whose status is not *ENABLED*, I'd recommend adding a predicate on *Status = ENABLED* when building your *Selector*. If you have a large

Is 128Mb enough as a PHP allocation?

2016-03-01 Thread Alan Coleman
Hello everyone, I'm receiving the following error in my logs: [01-Mar-2016 06:21:03 America/Denver] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 12730211 bytes) in /googleads-php-lib-6.1.0/src/Google/Api/Ads/Common/Util/XmlUtils.php on line 61

Re: SelectorError.START_INDEX_IS_TOO_HIGH trigger:110000

2016-03-01 Thread Karim Benna
I have the same problem but i wish to have a nicer solution than to change everything by using reports not services could anyone please help me ? int offset = 0; SelectorBuilder builder = new SelectorBuilder(); Selector selector = builder .fields(AdGroupAdField.CreativeFinalUrls,

Size of User List Differs from Value Displayed in UI

2016-03-01 Thread alexander.daniel via AdWords API Forum
Hi, I uploaded a CrmBasedUserList via the API. The AdWords UI shows a list size (Google Properties) of 33,000 for the audience. But querying the user list via the API always returns "size":"0","sizeRange":"LESS_THAN_FIVE_HUNDRED". Why does the API not return the same size the UI displays?

Re: dotnet authentication without config file

2016-03-01 Thread Zweitze
The AdWordsUser class has a constructor where you pass a dictionary - the contents of that dictionary override the settings in the config file. In my software with installed authentication, I use it to work with multiple refreshtokens - that works great. I think this technique was also used in

Query "In Process..." State for CrmBasedUserList

2016-03-01 Thread alexander.daniel via AdWords API Forum
Hi, After uploading a CrmBasedUserList via the API it is processed. The AdWords UI shows "In Process..." below the user list. How can this information be queried via the API? Best, Alex -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: not able to choose the ExplorerAutoOptimizerSetting in the ui of mobile app install ads' adgroup.

2016-03-01 Thread maxSonic Sun
Hi, I think this is a problem between the api and the ui of the adwords, why should I ask this question on the Community Forum? It should not be an api bug? BRs, Sonic Sun On Tuesday, March 1, 2016 at 1:18:01 AM UTC+8, Anthony Madrigal wrote: > > Hello, > > Since you are unable to select the