Re: API EXCEPTION: TERMS_AND_CONDITIONS_NOT_SIGNED

2015-04-13 Thread Peng
Quick update on this issue. Soon after I filled the API Compliance Form (mentioned in my earlier reply), I was contacted by the 3rd Party API Compliance team saying "there's a technical issue that is preventing our database from reflecting that you've signed the terms". I was asked to follow a

access token not getting refreshed after updating to V201502

2015-04-13 Thread Seth
Hey, I just updated my app to V201502 a few days ago and now the access token no longer gets automatically refreshed. Any idea why that might be? Thanks, Seth -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com

Re: ConversionTrackerService get call returning duplicate data

2015-04-13 Thread HK
Josh, Just confirming that the fix did the trick for us. Thanks again. Hans -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Subdivition in product partition

2015-04-13 Thread Josh Radcliff (AdWords API Team)
Hi Sandeep, We only have examples of updating a partition tree in the Java library, where we also have a shopping utility . You won't always have to remove the root and reb

Re: Is it possible to upgrade keywords to use the new upgraded URLs programmatically?

2015-04-13 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi, As Mariusz said, the destinationURL should be set to an empty string, not null value. Sorry for my wrong word. Please ask us again if you still cannot change that. Cheers, Thanet On Monday, April 13, 2015 at 3:20:19 PM UTC+1, Mariusz wrote: > > I just updated the test to use version v20150

Re: Is it possible to upgrade keywords to use the new upgraded URLs programmatically?

2015-04-13 Thread Mariusz
I just updated the test to use version v201502 and can confirm that it works as well in this version. Cheers, Mariusz On Monday, 13 April 2015 15:07:35 UTC+1, Adxsearch Adxpand wrote: > > I'm using 201502 I'll try it. > > On Monday, April 13, 2015 at 1:36:23 PM UTC+2, Mariusz wrote: >> >> As T

Re: Is it possible to upgrade keywords to use the new upgraded URLs programmatically?

2015-04-13 Thread Adxsearch Adxpand
I'm using 201502 I'll try it. On Monday, April 13, 2015 at 1:36:23 PM UTC+2, Mariusz wrote: > > As Thanet said, you need to clear destiantionUrl, but instead of setting > it to null, set it to empty string. Unfortunately I am working in .NET, but > this is a test we used: > > var k =

Re: using reports in v201502

2015-04-13 Thread Marcin Gdak
Hi, Ok, I thank you for information. Isn't it possible somehow to get around it? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Subdivition in product partition

2015-04-13 Thread cvit sandeep
Hi Josh, Thank you.Now it's works. What is the easiest way to update already existing product partition? I read somewhere that need to 'REMOVE' the root first and then 'ADD' the updated tree. Please provide me any code to perform these operations. Regards Sandeep cv On Saturday, April 11

Re: using reports in v201502

2015-04-13 Thread Josh Radcliff (AdWords API Team)
Hi Marcin, I just checked the ReportUtilities class , and unfortunately the current version of the .NET library does not support the *skipColumn

Re: Subdivition in product partition

2015-04-13 Thread Josh Radcliff (AdWords API Team)
Hi sandeep cv, The issue is with the *otherBrand* object you created: $otherBrand = $helper->createSubdivision($otherCondition, new ProductType()); On a *ProductType* object, the value

Re: DUPLICATE_ADGROUP_NAME when re-creating removed ad group

2015-04-13 Thread Josh Radcliff (AdWords API Team)
Hi Dorian, The behavior has not changed since the last post. I'll post back to this thread when I have an update. Thanks, Josh, AdWords API Team On Monday, April 13, 2015 at 7:42:46 AM UTC-4, Dorian Kind wrote: > > Hi there, > > sorry to revive this old thread, but I just wanted to clarify whet

Re: using reports in v201502

2015-04-13 Thread Marcin Gdak
Hi, The skipColumnHeader value isn't in the header. Request --- POST /api/adwords/reportdownload/v201502 User-Agent: AudytMotiv (AwApi-DotNet/18.10.0, Common-Dotnet/3.5.0, .NET CLR/4.0.30319.18444, gzip) clientCustomerId: 265487408 Content-Type: application/x-www-form-urlencoded Authorizat

Re: DUPLICATE_ADGROUP_NAME when re-creating removed ad group

2015-04-13 Thread Dorian Kind
Hi there, sorry to revive this old thread, but I just wanted to clarify whether it's still the case that once an ad group is set to "removed" state, its name can never again be used in the containing campaign (as re-enabling or renaming the ad group is not possible)? Thanks & cheers, Dorian O

Re: CPC

2015-04-13 Thread Danial Klimkin
Hello Umar, It doesn't look you need an API at this stage. Please refer to the general AdWords documentation: https://support.google.com/adwords/ -Danial, AdWords API Team. On Monday, April 13, 2015 at 2:23:34 PM UTC+3, Umar Farooq wrote: > > I have a job board > > I am interesting to in

Re: Is it possible to upgrade keywords to use the new upgraded URLs programmatically?

2015-04-13 Thread Mariusz
As Thanet said, you need to clear destiantionUrl, but instead of setting it to null, set it to empty string. Unfortunately I am working in .NET, but this is a test we used: var k = GetKeyword(); // just gets keyword from AdWords var url = k.destinationUrl; k.

Re: Create Shopping Campaign

2015-04-13 Thread Danial Klimkin
Hello, 1. AdWords API doesn't allow to search for IDs. You need to know the value from a different source. 2. Budget ID as a required parameter. 3. Campaigns with no ad groups will not serve. -Danial, AdWords API Team. On Monday, April 13, 2015 at 12:31:07 PM UTC+3, AroxoDev team wrote: >

Re: UNEXPECTED_INTERNAL_API_ERROR incidence way up since 9PM Pacific 2015-04-09

2015-04-13 Thread Danial Klimkin
Hello Lawrence, Do you still experience this issue? -Danial, AdWords API Team. On Saturday, April 11, 2015 at 1:24:15 AM UTC+3, lawrence kalinowski wrote: > > when querying: > https://adwords.google.com/api/adwords/cm/v201502 > > consistently receiving: > > 2015-04-10 15:12:04,913 [pool-1-thre

PRODUCT PARTITION under ProductType

2015-04-13 Thread Mehmet Karaca
Hi team , I am currently working on product partition, getting following error An error has occurred: [RequiredError.REQUIRED @ operations[3].operand.criterion.caseValue.type] This is my code, $root = $helper->createSubdivision(); $helper->createUnit($root, new ProductType('PRODUCT_TYPE_L1','

Re: Lifetime of a refresh token

2015-04-13 Thread Lajpat Bishnoi
Adding to Nadine response A token might stop working for one of these reasons: 1) The user has revoked access. 2) The token has not been used for six months. 3) The user account has exceeded a certain number of token requests. There is currently a 25-token limit per Google user account. If a user

CPC

2015-04-13 Thread Umar Farooq
I have a job board I am interesting to increase traffic on my jobboard My job board is totally free for Recruiter and Jobs Searchers. I am interested to launch campaign with AdWords and earn from AdSense. How can I manage it. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also f

Re: Is it possible to upgrade keywords to use the new upgraded URLs programmatically?

2015-04-13 Thread Adxsearch Adxpand
Setting it to null doesn't work. You have to go into the campaign in adwords and manually change destination url to final url. That's the only way I got it to work. I also tried a very trivial example not doing anything else than in the C# Example. If a keyword has a destination url in AdWords

Re: Google Analytics metrics zero in AD_PERFORMANCE_REPORT

2015-04-13 Thread David Midgley
Hi Josh It's been three months since your last post, have you managed to get a response from the reporting team? Cheers David On Thursday, 15 January 2015 17:57:41 UTC, Josh Radcliff (AdWords API Team) wrote: > > Hi David, > > Sorry for the delay. I contacted the reporting team again today fo

Regular negatives returned as display negatives

2015-04-13 Thread MdV
Hi API team, For about a dozen of our clients' accounts the DISPLAY_KEYWORD_PERFORMANCE_REPORT is returning data for a few of the regular negatives in the account. This started april 10th and also happens with accounts that don't have any display campaigns at all. SOAP headers: https://adw

Create Shopping Campaign

2015-04-13 Thread AroxoDev team
Hi, I have few Queries on ' Create Shopping Campaing using API ' 1. Can we get merchant ID without define hard code it ,using defined services? 2. Is budget id is Optional? 3. Campaing should be created atelase with 1 adgroup? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: How get CustomerId with OAuth 2.0

2015-04-13 Thread Marcin Gdak
Hi Anash, Thank you for help. In my opinion, that oauth is already acting. I get CustomerId. I would like to get the e-mail address of the user, but my code isn't work. My code: CustomerService customerservice = (CustomerService)user.GetService(AdWordsService.v201502.CustomerService);

PRODUCT PARTITION under ProductType Shows error

2015-04-13 Thread cvit sandeep
Hi Team , I am currently working on Product partition ,getting the following error An error has occurred: [RequiredError.REQUIRED @ operations[6].operand.criterion.caseValue.type] The code is as follows, $root = $helper->createSubdivision(); $helper->createUnit($root, new ProductCanonical