RE: customer sync service changed criteria

2019-02-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, Could you please enable the logging and share the API SOAP request and response logs to troubleshoot this further? You may refer to the logging guide in the respective client library for guidance on how to enable

Re: customer sync service changed criteria

2019-02-13 Thread cv
Hello Bharani, Yes, there were a issue. I am seeing AdGroupChangeData under the API, but under the UI last change was recorded on 11Jan2019. No idea what the change is about, that I am receiving under the API, but not in UI. Thanks, On Wednesday, 13 February 2019 22:28:58 UTC+5:30,

RE: customer sync service changed criteria

2019-02-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, The AdGroupChangeData will include the IDs of the changedCriteria. In your response the returned criteria IDs are for which the changes were made in that specific ad group. If this does not address your concern, could you please elaborate? Thanks, Bharani, AdWords API Team

Re: customer sync service changed criteria

2019-02-12 Thread cv
Hello Bharani, Thanks for the update , but I know how the customerSyncService is worked. My original question is the changes shown under the response as [changedCriteria:protected] => Array

RE: customer sync service changed criteria

2019-02-12 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, The CustomerSyncService.get() operation will return the changed entities for a customer account or campaign based on the given date range. You will be able to use the lastChangeTimestamp

customer sync service changed criteria

2019-02-12 Thread cv
Hello, I am getting CampaignChangeData object as this. Google\AdsApi\AdWords\v201809\ch\CampaignChangeData Object ( [campaignId:protected] => 1649XX1490 [campaignChangeStatus:protected] => FIELDS_UNCHANGED

Re: Customer Sync Service is not giving newly added ad-group data

2018-10-09 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Jofin, Unfortunately, Video campaigns are not supported by the AdWords API, hence the customerSyncService.get can't return the changes made to the video campaigns and its AdGroups. In our testing

Customer Sync Service is not giving newly added ad-group data

2018-10-09 Thread Jofin Kuriakose
Hi, I wanted to get recent updates happened in video campaign/ad-groups. I am using CustomerSyncService for that. I created one campaign and ad-group for the campaign, when I am running CustomerSyncService get method, I am getting response as follows, { "changedCampaigns": [

Customer Sync Service ERROR - CustomerSyncError.MISSING_IDS

2015-11-17 Thread Chaitanya Kulkarni
While calling customer sync service I want to fetch all the campaigns which have changed from a certain date. In the API documentation given here <https://developers.google.com/adwords/api/docs/reference/v201509/CustomerSyncService.CustomerSyncSelector> it is not mandatory to give campai

Re: Customer Sync Service ERROR - CustomerSyncError.MISSING_IDS

2015-11-17 Thread Josh Radcliff (AdWords API Team)
<https://developers.google.com/adwords/api/docs/reference/v201509/CustomerSyncService.CustomerSyncSelector#feedIds> on your *CustomerSyncSelector*. Cheers, Josh, AdWords API Team On Tuesday, November 17, 2015 at 6:44:54 AM UTC-5, Chaitanya Kulkarni wrote: > > While calling customer s

Re: Customer Sync Service - Ad Parameters

2014-04-17 Thread Josh Radcliff (AdWords API Team)
Hi Gopi, The CustomerSyncService does not return change data related to Ad Param changes. However, since you are updating the parameters using AdWords Scripts, your script will know the keywords with changed parameters. There are a couple of different approaches you could use so that your

Customer Sync Service - Ad Parameters

2014-04-15 Thread Gopi
Hi, I had adwords scripts that update Ad Parameters for my campaigns. When I use Customer Sync Serivce to sync those changes into my local tool, I don't see the Ad Units whose ad parameters changes to be showing up in CustomerSyncService. Is there a work around for this ? Thanks Gopi

Re: Can I use the Customer Sync Service to find newly created ads?

2012-11-11 Thread pj
was update Api v201209, now i can not get ChangeAds when using Customer Sync Service. ChangeAds always return null? if (changedAdGroup.adGroupChangeStatus == ChangeStatus.FIELDS_CHANGED) { changedAdGroupIds.Add(changedAdGroup.adGroupId

Re: Can I use the Customer Sync Service to find newly created ads?

2012-11-05 Thread Orangevn
I was update Api v201209, now i can not get ChangeAds when using Customer Sync Service. ChangeAds always return null? if (changedAdGroup.adGroupChangeStatus == ChangeStatus.FIELDS_CHANGED) { changedAdGroupIds.Add(changedAdGroup.adGroupId

Re: Can I use the Customer Sync Service to find newly created ads?

2012-09-12 Thread Danial Klimkin
during a timespan (i.e. last 24 hours). We have tried and it seems that the Customer Sync Service reports when an ad has changed (i.e status changed from enabled to paused), but not when a new ad was created, even after approved. Can I get it using the Customer Sync Service or maybe using some

Can I use the Customer Sync Service to find newly created ads?

2012-09-10 Thread doro
I want to get a list of all the ads that were created during a timespan (i.e. last 24 hours). We have tried and it seems that the Customer Sync Service reports when an ad has changed (i.e status changed from enabled to paused), but not when a new ad was created, even after approved. Can I get

Re: customer sync service bug

2011-10-31 Thread Danial Klimkin
Hello Tim, Please send us XML code for request and reply. Having actual code really helps to figure out what the issue is. -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

customer sync service bug

2011-10-26 Thread timp
so.. Customer sync selector doesn't like EDT post fixing the date range. But strangely only for certain accounts. Some of the accounts are even EDT (new york). an internal error occurs. -tim btw: those annoying grey scroll bars in this embedded forum look really really really really (4!)

Re: quality score change triggers customer sync service change?

2011-10-23 Thread Anash P. Oommen
Hi Tim, No, it won't. Customer sync service will only show changes that a customer made to his/her campaigns and related items. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http

quality score change triggers customer sync service change?

2011-10-21 Thread timp
Hey there, I posted this question before, somehow I can't find it. If the quality score of a criteria changes, will the customer sync service say there has been a change? Thanks, -tim -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http

Re: Customer Sync Service sandbox timeout issue

2011-08-19 Thread Eric Koleda
Hi All, Thank you for reporting this issue. I've alerted the core engineering team and will be working with them to restore this service in the sandbox. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Customer Sync Service sandbox timeout issue

2011-08-17 Thread timeless
Yes, I am having the same problem with the sandbox. Hopefully this gets resolved soon. On Aug 16, 11:45 am, andrew branco ajbranc...@gmail.com wrote: i am trying to use the customersync service in the sandbox and i keep getting timeout errors and unexpected internal API errors, however when i

Customer Sync Service sandbox timeout issue

2011-08-16 Thread andrew branco
i am trying to use the customersync service in the sandbox and i keep getting timeout errors and unexpected internal API errors, however when i used my production account it worked fine ... is the sandbox broken? if so any word on when it would be fixed? --

Re: how to find newly added keywords using customer sync service

2011-06-20 Thread David Torres
Hi Bilal, To obtain monthly search volumes you should use the TargetingIdeaServicehttp://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.html and to retrieve average CPCs you should use the

Re: how to find newly added keywords using customer sync service

2011-06-15 Thread Kevin Winter
Hi, The CustomerSyncService returns back an array of CampaignChangeData which has an array of AdGroupChangeData which itself has an array of changedCriteria IDs, documented here: http://code.google.com/apis/adwords/docs/reference/latest/CustomerSyncService.AdGroupChangeData.html - Kevin

Re: how to find newly added keywords using customer sync service

2011-06-15 Thread kush
Thank you kevin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to

Re: how to find newly added keywords using customer sync service

2011-06-15 Thread Bilal Ahmed
Hi All, I am trying to get monthly search volume CPC for any given month, year or day. Any pointers would be great Cheers On Mon, Jun 13, 2011 at 8:27 PM, kush kushva...@outofboundscommunications.com wrote: hi, I'm trying to use customersyncservice to find any newly added or deleted

how to find newly added keywords using customer sync service

2011-06-13 Thread kush
hi, I'm trying to use customersyncservice to find any newly added or deleted campaigns , adgroups and keywords. But using the above service i could see the campaigns and adgroups that are newly added and deleted within a date range. Is there any way to see the Ids of newly added keywords? If so,

Re: Sync service

2011-03-07 Thread Eric Koleda
Hi Josip, For the CustomerSyncSelector you should be using the lastChangeTimestamp for the min datetime, and the current datetime for the max. The customer's system may be off my a minute or two, but that will not have a large effect. If the TOO_MANY_CHANGES error is returned then you'll

Sync service

2011-03-04 Thread JosipK
Hi, We are using the following download strategy: 1. On first download: a) Get all campaigns (CampaignService) b) Get time of the last change using CustomerSyncService (lastChangeTimestamp field from CustomerSyncService response) - for wanted campaigns. c) Get all items