Re: Create display campaign with cpm bidding

2016-05-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Cory, Could you provide the SOAP request and response log for the above API request along with sample Campaign Ids/names which have a ManualCpm bidding strategy? Please use *Reply privately to author* when responding. Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: keyword bid update in base campaign with Trial

2016-05-25 Thread xiangdong peng
Hi Anthoy, thanks for confirm, then what does "Changes to entities of the base campaign after creating the trial will be applied to the trial asynchronously, unless the changed fields were overridden in the draft. Changes to the draft have no effect on a trial once it has been created." exactl

Re: keyword bid update in base campaign with Trial

2016-05-25 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Xiangdong, Since these are treated as two different campaigns, changes made to the base campaign such as bid updates will not override the bids in the trial campaign. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Googl

Re: Api very slow

2016-05-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Can you profile the program execution using one of the profiling tools to identify which area is taking more time? It might be an issue with the resources available at runtime. Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Creating AdWords test account - loop?

2016-05-25 Thread 'Peter Oliquino' via AdWords API Forum
Hi Zoran, Here is the attached screenshot for your referrence. Thanks, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=

Re: Creating AdWords test account - loop?

2016-05-25 Thread 'Peter Oliquino' via AdWords API Forum
Hi Zoran, Once you have filled the information for the test account application form , you should be redirected to the screen similar to the attached screenshot and click continue. It should now redirect you to your test accoun

keyword bid update in base campaign with Trial

2016-05-25 Thread xiangdong peng
I am reading the document here. https://developers.google.com/adwords/api/docs/reference/v201603/TrialService Changes to entities of the base campaign after creating the trial will be applied to the trial asynchronously, unless the changed fields were overridden in the draft. Changes to the draf

Re: BatchJob Cancelled Unknown / Internal Error

2016-05-25 Thread goingdev
Here's a couple: 201789809 201716220 201735163 201738985 201788441 201788360 201786830 201785942 201716436 On Wednesday, May 25, 2016 at 12:50:59 PM UTC-4, goingdev wrote: > > I'm getting a lot of jobs cancelled. Do you want the IDs? > > On Tuesday, May 17, 2016 at 2:15:34 PM UTC-4, Michael Cloona

Re: BatchJob Cancelled Unknown / Internal Error

2016-05-25 Thread goingdev
I'm getting a lot of jobs cancelled. Do you want the IDs? On Tuesday, May 17, 2016 at 2:15:34 PM UTC-4, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > What percentage of your batch jobs are failing this way, with UNKNOWN > errors? Is it just this one or are there many others? > > The g

Create display campaign with cpm bidding

2016-05-25 Thread cjalbert
We are trying to add support for our app to create campaigns programmatically for our users. We are starting with display campaigns with user list targeting. Creating these and their adgroups and userlistcriterion is all working great for manual_cpc and cpc bids. However if we try to make a di

Create DISPLAY campaign with MANUAL_CPM bidding

2016-05-25 Thread cjalbert
We are working on a feature that will allow users to create their google campaigns programmatically. The first ones we are supporting are Display campaigns with user list targeting. All of this is working great for MANUAL_CPC bidding scheme and cpc bids. However in the adwords UI, you can mak

Re: Why can't I get PAUSED, REMOVED campaigns from AdWords Report by using predicate?

2016-05-25 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Ketaki, So just to reiterate, if you use the fields *IsNegative *and *KeywordId*, you will not see ads that have zero impressions. If a campaign is paused, there is a high probability that the ads will not have any impressions. Because of this, regardless of whether you include those fields

Re: Offline Conversion and Conversion name

2016-05-25 Thread 'Joyce Lava' via AdWords API Forum
Hi Itay, To properly understand the case, can you please confirm what conversion do you see now, is it "test" or "test-old"? In addition, please run the CLICK_PERFORMANCE_REPORT to check on the GclId <

Re: Offline Conversion and Conversion name

2016-05-25 Thread Itay Zagron
Hi Joyce. Thanks for the answer, I just want to clarify my question again. for example i started new conversion named 'test' and than uploaded new conversion with specific gclid, date and value. after couple of days i have changed the conversion name in adwords panel to 'test-old' and started n

Re: Updating Text Ads once created

2016-05-25 Thread 'Peter Oliquino' via AdWords API Forum
Hello Alan, Unfortunately for v201603, it is still the case (for the workaround) as what was stated by Anash, since textAds are still immutable . Thanks, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~

Re: upcoming adwords policy name changes

2016-05-25 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Peter, There isn't a guarantee that the policy name plus the description are going to be unique. One of the factors is localization. The description may change to account for that. If you're looking for something unique, the only value guaranteed to be unique is the key

Re: Click Performance Report times out

2016-05-25 Thread 'Joyce Lava' via AdWords API Forum
Hi, Please *Reply Privately to Author *the customer ID that is having problems with the report definition and one customer ID that seemed not affected by the issue. Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: ht

First Example of Google Adwords API very very slow

2016-05-25 Thread gianluca . aec
I tried to make a first example of GetCampaings.php as the guide said. It takes very long time to get my campaigns. The code slow are: 1. download the wsdl 2. GenerateHttpHeaders 3. __soapCall --> it's slow but request time is nice (about 200ms) It takes about 15 second to get 1 campaign (test).

Api very slow

2016-05-25 Thread gianluca . aec
I just tried the Example GetCampaign and it takes long (about 15 or 20 seconds). it takes long in: 1. WSDL download 2. HttpHeaders generation: GenerateHttpHeaders 3. __soapCall but responseTime is nice (200ms) and there arent connection issue. Please help me.. -- -- =~=~=~=~=~=~=~=~=~=~=~=

Creating AdWords test account - loop?

2016-05-25 Thread zoran . adwords
Hey guys, Because I'm waiting for developer token approval, I tried to create test account (about 3, 4 different new, fresh Google accounts) to start making calls to AdWords API with my test account. When I try to create test account I get stuck in some kind of loop (I used the link in AdWords

Re: Structured Snippet / Callout Ad Extension creating issue. "There was an error with your operation..."

2016-05-25 Thread 'Joyce Lava' via AdWords API Forum
Hi Alex, Glad to hear that it worked correctly. Cheers, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Why is getting structural information so slow?

2016-05-25 Thread Jason Stedman
Asker, The report information you get is not up to the minute, it is aggregated over time, but usually is about a day old. Processing has been done ahead of time to make this data available for you. You can make a single request to retrieve all of your keywords' data at once. To get a single

Re: Why can't I get PAUSED, REMOVED campaigns from AdWords Report by using predicate?

2016-05-25 Thread Ketaki
Hi Anthony, I have excluded zero impression by setting *IncludeZeroImpressions* to False in HTTP header. *IsNegative *and *KeywordId* fields do not support zero impressions. But as stated in documentation, "*Zero impression rows are implicitly excluded when a report request contains any field

Updating Text Ads once created

2016-05-25 Thread Alan Coleman
Hello everyone, In 2013 Anash stated that it's not possible to update Text Ads once created, and a copy / delete strategy was suggested instead. Is this still the case with v201603 ? Many thanks -- -- =~=~=~=~=~=~=~=~=

Re: Structured Snippet / Callout Ad Extension creating issue. "There was an error with your operation..."

2016-05-25 Thread Alex L.
Hi Joyce, Thanks, that solved the problem! I should have read documentation more carefully, As for my code example if someone will need it, here is the part I missed: // Map the FeedAttributeIds to the fieldId constants. $textFieldMapping = new \AttributeFieldMapping(); $textFieldMapping->feedAttri