Re: CustomerSyncError.INVALID_CAMPAIGN_ID Everytime i rerun the function.

2015-09-16 Thread John Geliberte
al, but it will at least allow your app to gracefully > handle this problem while we're investigating. > > Thanks, > Josh, AdWords API Team > > On Thursday, September 10, 2015 at 8:40:39 AM UTC-4, John Geliberte wrote: >> >> Hi guys, im having trouble

How to catch Errors.

2015-09-14 Thread John Geliberte
Hi guys, Good day! I would like to ask if how can i handle an error gracefully. i'm planning to catch an CustomerSyncError.INVALID_CAMPAIGN_ID @ selector as a workaround to my problem. Im using java by the way. thanks in advance. Good day. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: CustomerSyncError.INVALID_CAMPAIGN_ID Everytime i rerun the function.

2015-09-10 Thread John Geliberte
em while we're investigating. > > Thanks, > Josh, AdWords API Team > > On Thursday, September 10, 2015 at 8:40:39 AM UTC-4, John Geliberte wrote: >> >> Hi guys, im having trouble every time i i run my CustomerSync Function. >>> >>> i always got this er

CustomerSyncError.INVALID_CAMPAIGN_ID Everytime i rerun the function.

2015-09-10 Thread John Geliberte
Hi guys, im having trouble every time i i run my CustomerSync Function. > > i always got this error : AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server faultSubcode: faultString: [CustomerSyncError.INVALID_CAMPAIGN_ID @ selector] faultActor: faultNode: faultDet

TextAd can still be retrieved even if it was deleted.

2015-09-06 Thread John Geliberte
I Observed that when i deleted my TextAd and try to get it via API it still can be retrieved, is this a bug by Adwords? or there is a valid explanation on why this is happening? i expect that if the TextAd is deleted it will can't be longer be retrieve using the API. -- -- =~=~=~=~=~=~=~=~=~=

Quick Question: About ID's

2015-09-06 Thread John Geliberte
Im currently working on how can i check if the campaign and it's adgroups/keywords has changed, and i observed that the Keyword ID changes when the Keywords has changed. Is this the same for all the settings (e.g "Locations/Language/Adgroup etc. etc.") thanks in advance. -- -- =~=~=~=~=~=~=~=

Re: Check if Campaign Has Changes.

2015-09-02 Thread John Geliberte
In that case, is there a way or a workaround on how can i check if the campaign has changed?. Thanks On Wednesday, September 2, 2015 at 10:48:34 PM UTC+8, Anthony Madrigal wrote: > > Hi John, > > Unfortunately, the *CustomerSyncService *is the only way to view campaign > changes via the API. T

AdGroupChangeStatus Null pointer error.

2015-09-02 Thread John Geliberte
Hi guys, im having a hard time on how can i get the CHANGED STATUS for AdGroup. as of now i can check the STATUS of CAMPAIGNS, i want to check for the AdGroup status. Here is my Code, im using java by the way. if (accountChanges != null && accountChanges.getChangedCampaigns() != null) { System

Check if Campaign Has Changes.

2015-09-01 Thread John Geliberte
Is there any way on how can i check if the campaign has changed?. i used the customersyncservice in the API example code but it only checks for the Campaign common settings. Or there is no such way on how can i check if the campaign has changed via api call?. Thanks in advance -- -- =~=~=~=~=

Re: How to retrieve Location from adwords api

2015-08-27 Thread John Geliberte
Hi Umesh, can you please provide an example on how to use the Location Criteria Service? Im having a difficult time working on that service. thank you On Friday, August 28, 2015 at 2:33:00 AM UTC+8, Umesh Dengale wrote: > > Hello, > > In the above code, the *campaignCriterion**.getCriterion().g

How to retrieve Location from adwords api

2015-08-27 Thread John Geliberte
How can i Retrieve the Location from adwords using the api? I failed to get them im using java by the way and here is my code for pulling the location from adwords . public static void runExample( AdWordsServices adWordsServices, AdWordsSession session) throws Exception { // Get the

Re: How to retrieve TextAd Headline,Desc 1 and 2

2015-08-27 Thread John Geliberte
Thank you sir. it worked On Wednesday, August 26, 2015 at 8:48:22 PM UTC+8, John Geliberte wrote: > > I am currently having a problem when retrieving the Headline and desc. etc > of a TextAd. > I can retrieve the Display URL but i cant get the Headline etc. > > Im using java

How to retrieve TextAd Headline,Desc 1 and 2

2015-08-26 Thread John Geliberte
I am currently having a problem when retrieving the Headline and desc. etc of a TextAd. I can retrieve the Display URL but i cant get the Headline etc. Im using java by the way. is there any way to retrieve this data from TextAd? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fin