Re: SelectorError.INVALID_PREDICATE_OPERATOR-v201309

2014-05-09 Thread Ranjit Behera
Thanks Josh, Can u pls tell me how can i apply filter to restrict NULL values in MaxCpc and DestinationUrl columns. I tried with below code : $selector->predicates[] = new Predicate('DestinationUrl ','NOT_EQUALS', NULL); $selector->predicates[] = new Predicate('MaxCpc ','NOT_EQUALS', NULL);

How do I use the TrafficEstimatorService in the PHP library with Verticals?

2014-05-09 Thread Scott Luther
I don't see any examples in the documentation on how to use the TrafficEstimatorService with Verticals. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~

Re: When can we set contentBid on a new ad group?

2014-05-09 Thread Chris
Hi Ray, Thanks for your response. Looking at the blog post here http://googleadsdeveloper.blogspot.com.br/2014/03/changes-required-for-creating-new.html titled "Changes Required for Creating New Campaigns in the AdWords API v201402" it says "All newly created campaigns, or campaigns that are

Re: INVALID_CONVERSION_TYPE when conversion name exists

2014-05-09 Thread Simone Frattegiani
it started with just some errors, then it got worse. On my last upload (7th May), 100% of the conversions were rejected. Il giorno venerdì 9 maggio 2014 21:26:00 UTC+2, Meelap Shah ha scritto: > > I'm seeing the same behavior as Sung. > > On Friday, May 9, 2014 12:22:34 PM UTC-7, su...@fb.com wro

Re: INVALID_CONVERSION_TYPE when conversion name exists

2014-05-09 Thread Ray Tsang (AdWords API Team)
Hi all, We are working on this. Thanks for reporting the issue and providing detailed information. Cheers, Ray On Friday, May 9, 2014 3:26:00 PM UTC-4, Meelap Shah wrote: > > I'm seeing the same behavior as Sung. > > On Friday, May 9, 2014 12:22:34 PM UTC-7, su...@fb.com wrote: >> >> Hello Ra

Re: When can we set contentBid on a new ad group?

2014-05-09 Thread Ray Tsang (AdWords API Team)
Chris, You are correct - none of those that you mentioned should be using contentBid field. From the UI, it is no longer possible to create a regular "Search and Display" campaign. However, there may be existing "Search and Display" campaigns - those can have contentBid set. Thanks, Ray O

Re: Problem in downloading Ad performance Report of file size above 500MB

2014-05-09 Thread Ray Tsang (AdWords API Team)
Shibu, Did you call simplexml_load_file directly or was that called from the client library? To process a large amount of XML files, you may want to take a streaming approach instead in order to avoid memory issues. We also recommend users to get data in smaller chunks with smaller date range

Re: Where can I get my developer token!

2014-05-09 Thread Josh Radcliff (AdWords API Team)
Hi Nitesh, You should see the *AdWords API Center* on a *production MCC* account if you click the gear icon in the upper right corner and choose *Account Settings* (see attached ProdMCCScreenshot.png). You won't see this option when you're logged into a regular (non-MCC) AdWords account, regar

Re: What exactly do the various values for "Slot" mean?

2014-05-09 Thread Ray Tsang (AdWords API Team)
Larry, Please see this AdWords Help Center article and expand the very last tab - *Top vs. Other*. Cheers, Ray On Thursday, May 8, 2014 4:46:48 PM UTC-4, Larry Denenberg wrote: > > In the Keywords Performance Report (and no doubt elsewh

Re: When can we set contentBid on a new ad group?

2014-05-09 Thread Chris
Just as a note, if we could clearly reference the campaign type in quotes, like "Search", this would be useful, as it is not completely clear whether Search and Display networks refers to campaign types "Search" and "Display" and "Search & Display", or whether it refers only to the campaign type

Re: Location Group ID's for Household Income & Places of Interest Targeting

2014-05-09 Thread Josh Radcliff (AdWords API Team)
Hi, Below are sources for each of the criterion types you mentioned. 1. Location Group - IDs for locations are retrievable via LocationCriterionService and as a downloadable CSV

Re: When can we set contentBid on a new ad group?

2014-05-09 Thread Chris
Looking here https://groups.google.com/forum/#!newtopic/adwords-api/adwords-api/PoxLi7jH7rc it almost leads me to believe that we cannot set contentBid for ad groups on ANY newly created campaigns - is this right? Campaign type "Search & Display Networks" is no longer available, whilst campaig

Re: Campaign type and campaign subtype

2014-05-09 Thread Ray Tsang (AdWords API Team)
Hi, You should be able to use the AdvertisingChannelType column to infer the subtype. Thanks, Ray On Friday, May 9, 2014 11:43:31 AM UTC-4, STeP MCC wrote: > > Hi, > > I tried to retrieve the campaign type and campaign subtype from the > CAMPAIGN_PERFORMANCE_REPORT, but it seems its not found

Re: How to bulk create campaigns with the AdWords API?

2014-05-09 Thread Ray Tsang (AdWords API Team)
Dan, It looks like you would have to run two mutate jobs - one to create budgets and the other to create the campaigns. Thanks, Ray On Friday, May 9, 2014 10:41:58 AM UTC-4, Dan wrote: > > Hi, > > I want to use the AdWords API to bulk create around 2000 campaigns, each > with their own *indiv

Re: getBulkKeywordIdeas vs get for TargetingIdeaService?

2014-05-09 Thread Ray Tsang (AdWords API Team)
Hi, >From the TargetingIdeaService >documentation : This method can make many more results available than > get(TargetingIdeaSelector), but allows less control over the query. For > fine-tuned queries that d

Re: Pending approval for more than 1 month

2014-05-09 Thread Josh Radcliff (AdWords API Team)
Hi, The most common cause of delays is that people do not submit the follow up questionnaire they receive shortly after submitting their token request. If you already submitted that one, you can check on the status of your token request via this

Re: MaxCPC change history through api?

2014-05-09 Thread Ray Tsang (AdWords API Team)
Thibault, Unfortunately I won't be able to comment on any roadmap or schedule. Cheers, Ray On Thursday, May 8, 2014 1:22:24 PM UTC-4, Thibault Quillard wrote: > > Thanks Ray for the fast answer! > Is it something the team is thinking about working on ? > > > Le jeudi 8 mai 2014 12:27:00 UTC-3

Re: SelectorError.INVALID_PREDICATE_OPERATOR-v201309

2014-05-09 Thread Josh Radcliff (AdWords API Team)
Hi, That error is occurring because you cannot use the *CONTAINS_IGNORE_CASE*operator with the *Status* field. If you use *EQUALS*, *IN* or *NOT_IN* the report should run successfully. The reason for this is that *CONTAINS_IGNORE_CASE* is meant for String fields, but *Status* will be an inst

Re: INVALID_CONVERSION_TYPE when conversion name exists

2014-05-09 Thread Meelap Shah
I'm seeing the same behavior as Sung. On Friday, May 9, 2014 12:22:34 PM UTC-7, su...@fb.com wrote: > > Hello Ray, > > I seen this issue being transient issue which started around May 1, and > retries would fix this issue. > However starting from May 5, retries would not fix the issue anymore. >

Re: Shopping Campaign

2014-05-09 Thread Mat Scales (AdWords API Team)
I think I just answered this one at https://groups.google.com/forum/#!topic/adwords-api/CUDUBAzi9Nc. I hope that helps. Cheers, Mat On Tuesday, May 6, 2014 11:29:15 AM UTC+1, aroxo...@gmail.com wrote: > > Hi Ashish, > > i need your help, i have worked on PLA campaign ,that treats each product

Campaign type and campaign subtype

2014-05-09 Thread STeP MCC
Hi, I tried to retrieve the campaign type and campaign subtype from the CAMPAIGN_PERFORMANCE_REPORT, but it seems its not found in the Fields of the Selector, even i tried to get them from the service campaign but also, i didn't find them. So from where i can get the campaign type and subtype

Problem in downloading Ad performance Report of file size above 500MB

2014-05-09 Thread shibu thomas
Hi - I've successfully been able to create report definitions (Ad Performance Report and Keyword Performance Report) and when I log into the MCC account I'm able to run the reports and it returns with appropriate data. However, when I attempt to download the report via the reportdownload API

Pending approval for more than 1 month

2014-05-09 Thread Veselin
Hello We've applied for Developer token in the Adwords API Center more than 1 month ago. Is there anything I can do on my end to speed up the process? Thanks Veselin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspo

What exactly do the various values for "Slot" mean?

2014-05-09 Thread Larry Denenberg
In the Keywords Performance Report (and no doubt elsewhere) there is a segmentation field "Slot" which tells something about where on the page the impression appeared. The possible values are: Google search: Side Google search: Top Google search: Other Google Display Network Search partners: Oth

Where can I get my developer token!

2014-05-09 Thread Nitesh Oswal
Ok I've been worried sick of this statement "Goto Setting > Adwords API Center" where can I find it can anyone please direct me where can I get my adwords account! Please don't say I need to register an MCC account I already have it (probably) it is neither showing up on test accounts or produc

Location Group ID's for Household Income & Places of Interest Targeting

2014-05-09 Thread James Scaggs
Does anyone know where I can download a csv of the criteria ID's for Location Group targeting including Household Income and Places of Interest? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.goo

Re: INVALID_CONVERSION_TYPE when conversion name exists

2014-05-09 Thread sung
Hello Ray, I seen this issue being transient issue which started around May 1, and retries would fix this issue. However starting from May 5, retries would not fix the issue anymore. Thanks, On Friday, May 9, 2014 12:08:48 PM UTC-7, Ray Tsang (AdWords API Team) wrote: > > Hi guys - I'm looking

Re: Migrating on Google App Engine

2014-05-09 Thread Josh Radcliff (AdWords API Team)
Hi, The Python libraries are not currently compatible with AppEngine. We're aware of this and are working on it, but I don't have a specific date for when AppEngine support will be available. If you don't need to use AppEngine, then you may want to try out the many samples we have on github<

Re: INVALID_CONVERSION_TYPE when conversion name exists

2014-05-09 Thread Ray Tsang (AdWords API Team)
Hi guys - I'm looking into the issues. Question for all - are you all getting 100% failures, or with percentage of failures like Sung? Thanks, On Friday, May 9, 2014 3:55:13 AM UTC-4, Simone Frattegiani wrote: > > I'm having the same problem too! > My code has been working for months, and a few

How to bulk create campaigns with the AdWords API?

2014-05-09 Thread Dan
Hi, I want to use the AdWords API to bulk create around 2000 campaigns, each with their own *individual *budget. If all these campaigns shared a budget, this would be easy. I just build up a list of CampaignOperation (one for each campaign to be added), and then use the mutate job service to b

SelectorError.INVALID_PREDICATE_OPERATOR-v201309

2014-05-09 Thread Ranjit Behera
Hi, Am trying to apply predicates to Keyword Performance Report, below is my Code : $selector->predicates[] = new Predicate('Impressions', 'GREATER_THAN_EQUALS', '0'); $selector->predicates[] = new Predicate('Status', 'CONTAINS_IGNORE_CASE','PAUSED'); I Also tried :

Re: [0-6159000003447] How to get keyword serach volume using Adwords API?

2014-05-09 Thread Josh Radcliff (AdWords API Team)
Hi Sugappriya, The API doesn't have a field for low/medium/high specifically, so you would have to calculate it yourself based on the *COMPETITION* attribute. Cheers, Josh, AdWords API Team On Friday, May 9, 2014 12:41:55 AM UTC-4, sugar...@gmail.com wrote: > > Hi Josh, > > COMPETITION Attribut

Re: Retrieve Product Partition title

2014-05-09 Thread Amol Sharma
tried productOfferId. it solves the purpose. thanks. -- Thanks and Regards, Amol Sharma On Fri, May 9, 2014 at 11:25 AM, Amol Sharma wrote: > HI, > > Thanks for update Josh. > > had one more ques. > > which product dimension to use, if we want to create unit by mentioning > ItemIds. > > Like

Re: INVALID_CONVERSION_TYPE when conversion name exists

2014-05-09 Thread Simone Frattegiani
I'm having the same problem too! My code has been working for months, and a few days ago i started getting "Invalid conversion type" errors on all my offline conversions. Uploading through CSV gives the very same error. I have defined my conversion type at the MCC level. Il giorno martedì 6 magg