Re: Tutorial Codeigniter + API do Google

2017-05-23 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Unfortunately, we do not have an off the shelf codeignitor integrated solution available currently. You can, however, check out our PHP client library which contains examples explaining how to go about connecting to AdWords API. Sample code snippets for PHP are also available here

Re: Adwords API

2017-05-23 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, When using AdWords API reports, you can specify the skipReportSummary flag in the request header to false to enable a report summary. To get metrics for campaigns, you can use Campaign Performance Report

Re: Unable to create test account

2017-05-19 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, You may see a DEVELOPER_TOKEN_NOT_APPROVED error if your developer token has test access whereas you are trying to access a production AdWords account with your developer token. To

Re: Find out whether OAuth2 user is read-only

2017-05-16 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Access levels (such as Read only, Administrative Access etc.) pertain to the email address associated with the OAuth credentials used to authenticate the SOAP call. You can check the access level associated with an email address by signing in to the your AdWords account and navigating to

Re: Differentiating between MCC vs Campaign level Shared Lists

2017-05-15 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi MG, Unfortunately, there is currently no way to differentiate between a shared set available at the client account level vs the one shared from the manager account. As a workaround, you can try retrieving the SharedSetId

Re: Global company with different MCCs and several legal entities

2017-05-11 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Conny, That is correct. Only one developer token is issued against one legal entity. Since my team supports AdWords API related technical queries only, please use this form to get in touch with our compliance team directly for questions

Re: Size of User List Differs from Value Displayed in UI

2017-05-11 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Manuel, Could you please confirm if the guidelines mentioned in the "Caveats" section of this guide (such as using only @gmail addresses) are met? In that case, could you please provide

Re: Unable to create test account

2017-05-09 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Bas, You are not required to be logged in to your production manager account when creating a test manager account. However, you are required to use an email address that is not associated with any AdWords account (test or production). Also, could you please confirm what country are

Re: Adwords API example testing

2017-05-05 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Please refer to this guide for managing your customer match audiences in the web interface. Could you please confirm which account was the segments uploaded to? Do you happen to have the SOAP XML request and response logs for the API

Re: Campaign Id as array to get the adgroups

2017-05-01 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Could you please provide me with the complete SOAP XML request and response logs for the API call (in case this error is encountered while using a service) or the SOAP XML report definition (in case you faced this error with reports) along with your 10 digit AdWords account ID? Please

Re: Example Code for Handling RateExceededError

2017-05-01 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, You can also check out the procedure mentioned in this example and check if the error is an instance of RateExceededError and perform action in your code

Re: Expanded Dynamic Search Ads

2017-04-27 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Patrick, Unfortunately, I do not have more information on whether or not this feature would be available in AdWords API anytime soon. Please keep an eye on our blog for future updates regarding this feature. Regards, Vishal, AdWords API Team --

Re: Is it possible to fetch keyword planner device breakdown data via API?

2017-04-27 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Greg, Using AdWords API, you can use TargetingIdeaService to retrieve these attributes about a TargetingIdea

Re: How should i get "Ad Performance Report" using API

2017-04-27 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, This example in Java explains how to download a Criteria Performance Report. You can download Ad Performance Report using the same example by changing the report type here

Re: Reporting - CampaignStatus and Amount incorrect when selected date range was long time ago

2017-04-27 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Aw-Reporting tool uses AdWords Reports internally to sync your reporting data with your local database. However, the reporting call would return the current state of your account for attribute fields such

Re: Price extension mac app

2017-04-27 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, You can check the reason for disapproval of your price extension by clicking on the white speech bubble next to the extension. After you make appropriate changes to your extension and click on *Save*, your extension would automatically

Re: Not understand when and why penalties can be charged for the standard access level

2017-04-17 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, My team supports AdWords API related technical queries only. For questions related to compliance and policy, please feel free to get in touch with our compliance team here . Regards, Vishal, AdWords API Team -- --

Re: Feature request: VideoId in Ad Performance Report

2017-04-14 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Hiromi, Unfortunately, VideoId is currently available in Video Performance Report only. As an alternative, you can use the field CreativeId

Re: Not understand when and why penalties can be charged for the standard access level

2017-04-14 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, As mentioned in this section of the guide, you will be charged non-compliance fees only if your tool is not compliant with the Required Minimum Functionality

Re: DISK_QUOTA_EXCEEDED error returned since more than one day

2017-04-13 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Domenico, You may see a DISK_QUOTA_EXCEEDED error if your currently executing batch job operations exceed the 1 GB disk space limit. Could you please cancel

Re: How to determine access level to a developer token AdWords API?

2017-04-13 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, You can login to your AdWords *manager *account and navigate to *Account Settings* > *AdWords API Center* to check the access level associated with your developer token. This information is only available via the the AdWords web interface and is not available via the API. Please revert if

Re: SSLError: The read operation timed out

2017-04-13 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Daphna, Your issue looks specific to the Python client library. Could you please open a new issue here ? You can also comment on this thread , which was created a few

Re: What's the correct way to get completely ads information?

2017-04-13 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, To select information for a particular type of ad in your Ad Performance Report, you can filter on the field AdType .

Re: Question about Basic access for AdWords API "download up to 1,000 reports per day"

2017-04-12 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Basic and Standard access levels are associated with the developer token linked to your account, therefore, the limits are applicable to the developer token only. This means that you would not be able to download more than 1000 reports per day using your developer token, irrespective of

Re: Test Feed for Test Product Campaign

2017-04-11 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Are you using test accounts for this purpose? Do you have more information (screenshots / logs) on the policy that got violated? To be able to check further, could you please provide me with the

Re: How to acquire the granularity report of the UAC report more granular than the campaign

2017-04-10 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, UAC Campaigns related statistics are currently only available in the reports listed here . Unfortunately, Ad Performance Report currently does not support UAC campaigns. Regards, Vishal, AdWords API

Re: Recent issues with report downloads - some days, across multiple accounts return no data.

2017-04-10 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Paul, To be able to look into this issue further, could you please provide me with the SOAP XML report definition and your clientCustomerId? Please click on *Reply privately to author *when responding. Regards, Vishal, AdWords API Team -- --

Re: Age Range Performance Report

2017-04-06 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi John, You can apply predicates on your report to filter for search network data using the following fields: AdNetworkType1

Re: We're sorry, a server error occurred. Please wait a bit and try again.

2017-04-06 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Robert, My team supports AdWords API related technical queries only. For questions related to AdWords Scripts please post your query on the AdWords Scripts Forum . Regards, Vishal, AdWords API Team -- --

Re: AdWords API for reports

2017-04-06 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Uljan, You can use date ranges and predicates to filter for historical data in your report query. You can also check out our AwReporting

Re: I have a question about SDK performance when i execute getCustomer method.

2017-04-06 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Could you please check if there are other processes running on the machine that can be stopped (may help with additional heap space for your process)? Unfortunately, my team supports AdWords API related technical queries only. For questions related to optimizations in the Java client

Re: Api V201702 catch upload offline conversion error

2017-04-06 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Mike, Unfortunately, you would need to wait for 24 hours before trying to upload a new conversion. Along with that, you would also need to comply with the validation rules listed on this page .

Re: Unable to connect to the remote server when submitting a Batch Job

2017-04-06 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Are you facing these issues repetitively? Did any change happen recently to your network/proxy configuration? Issues like these are sometimes intermittent and tend to go away after a few retries. If you happen to see this error again, please let me know. Regards, Vishal, AdWords API Team

Re: The AdWords API does not support report at MCC level?

2017-04-05 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, As an alternative, you can check out our AwReporting framework (written in Java) that can be used to sync AdWords API reports to your local database. Structure reports

Re: I have a unexpected response from AdWords API. How can I fix the problem?

2017-04-05 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Tomohiro, Could you please provide me with your 10 digit AdWords account ID and a sample report that contains records for conversions >=1 (downloaded using the report definition provided by you)? Please click on *Reply privately to author *when responding. Regards, Vishal, AdWords API

Re: API call request rate limit reached

2017-04-05 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, The expected response time for a Standard Access application is about two weeks . If you do not hear back after 2 weeks, please feel free to get in touch with our compliance team here

Re: Can't seem to connect to the sutoloader

2017-04-04 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, PHP client library examples can be run from the browser by running the php built-in web server (details available here ). If you have more questions particular to the PHP client library, I would suggest creating a new issue here

Re: API call request rate limit reached

2017-04-04 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, That is correct. Your Basic Access token has a limit of 1,000 daily report downloads and you may see an error if you have exceeded that limit during a given 24 hour period. The

Re: Impression values lower than zero

2017-04-03 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hello Everyone! The issue is now fixed and you should no longer see this error when trying to request reports via the API. If you are still facing issues, please let me know and I'd be happy to take a further look. Regards, Vishal, AdWords API Team -- --

Re: Impression values lower than zero

2017-04-03 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, My team is actively working on this issue and we are getting close to a solution. However, I do not have an ETA yet. I'll update the forum post as soon as I have more information. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Performance problems downloading criteria report via API

2017-03-31 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Could you please provide me with the SOAP XML report definition, complete error logs and your 10 digit AdWords account ID? Please click on *Reply privately to author *when responding. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Search campaign report download

2017-03-31 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Jaydeep, If you are looking to download campaign level statistics for search campaigns, you can use Campaign Performance Report and filter on the field AdNetworkType1

Re: Campaign result discrepancy between UI and API when fetching Adgroup Performance Report results

2017-03-31 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Ad groups with no impressions can be explicitly included in your report by setting the includeZeroImpressions HTTP header to true. To be able to debug this issue, could you

Re: Impression values lower than zero

2017-03-31 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, We are aware of this issue and my team is currently working to fix this issue as a top priority. I'll get back to you as soon I have more information. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Can you push/upload data from Google Sheets to AdWords through the API?

2017-03-30 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Unfortunately, this is not possible via AdWords API. However, there is good news! You can use AdWords Scripts to achieve this goal. For more details, I would suggest posting your query on the AdWords Scripts Forum

Re: duplicate rows in AD PERFORMANCE REPORT

2017-03-30 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, If you do not see duplicates and the sum of clicks for all CriteriaIds is the same as the web interface (i.e. 726), chances are, the API report being a multi-attribution report without the CriteriaId field is displaying one row for each triggering criterion. To confirm, could you please

Re: Impression values lower than zero

2017-03-30 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Sebastian, Could you please send me the complete SOAP XML report definition, your 10 digit AdWords account ID and the downloaded report that contains negative values? Please click on *Reply privately to author *when responding. Regards, Vishal, AdWords API Team -- --

Re: duplicate rows in AD PERFORMANCE REPORT

2017-03-30 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Could you please add the fields CriterionId (KeywordId) and CriterionType to the report and check if there is any difference? Ad Performance Report is a single attribution report when the

Re: Data Studio:

2017-03-29 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, You can use predicates to filter data for a certain value of the report field. Predicates work very much like filters in

Re: duplicate rows in AD PERFORMANCE REPORT

2017-03-29 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Nir, Date field in the Ad Performance Report is a segment field, which helps break down the statistics per day.

Re: New Reporting UI

2017-03-29 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Gavin, AdWords API reporting is currently only available in the SOAP or AWQL variants (report mapping with the user interface is available here ).

Re: BatchJobProcessingError.INTERNAL_ERROR when adding campaigns

2017-03-29 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Josh, Could you please try reducing the number of operations in your job and see if you are still facing issues? You can also check out our Best Practices Guide to optimize your batch job operations. Issues

Re: AD_PERFORMANCE_REPORT- undocumented 'Approval status' column returned in 2017.02

2017-03-28 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Patrick, The field CombinedApprovalStatus (xml attribute: policyApprovalStatus, display name: Policy approval status) was added to the Ad Performance Report in the v201702 version of the the API. This is indeed different

Re: Error while running 'ruby setup_oauth2.rb' while setting up the client library

2017-03-28 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Arjun, You may see a USER_PERMISSION_DENIED error if there is no link between the manager account (authenticated via OAuth credentials) and the client AdWords account (specified in the

Re: Error while running 'ruby setup_oauth2.rb' while setting up the client library

2017-03-27 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Arjun, That is correct. The adwords_api.yml file needs to be available in the home directory of the user (i.e. Users/arjunrajkumar1 in your case). Could you please copy the file in your home directory and see if that works?

Re: Retrieve a list of existing shared audiences (particularly CRM)

2017-03-27 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Stephen, Once you have initialized the service, you can create a service selector to specify the fields that you wish to retrieve via the service (complete list of fields available here

Re: Adwords report cusom date

2017-03-27 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, The report definition for AdWords API reports looks something like this . Using this report definition, you can specify a custom date range

Re: Enabling Partial Failure on SharedCriterionService

2017-03-27 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Unfortunately, only the services listed here currently support partial failures and I don't have more information on whether or not this feature would be supported by SharedCriterionService anytime

Re: SearchImpressionShare in the Account Summary Report

2017-03-24 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Sonia, This looks like an AdWords Scripts issue and not related to AdWords API. Could you please post your issue on AdWords Scripts Forum ? Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Audience report on campaign and ad group level.

2017-03-24 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Audience Performance Report aggregates performance stats at the audience level, one row per audience. However, if you add segment

Re: RateExceededError.RATE_EXCEEDED suddenly started appearing for all report calls

2017-03-23 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi M, You may see this error if you have exceeded the 1,000 daily report downloads limit . If you plan to download more reports per day, I would recommend applying for Standard Access

Re: API no longer delivering YouTube data?

2017-03-22 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Alexander, Zweitze is right. Your tool's connection to AdWords API might break because of a number of reasons, using outdated version of the API being one. I would recommend getting in touch with DataVirtuality Support to check if there's something

Re: How to use the OR condition in AWQL

2017-03-22 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Alonso, Unfortunately, OR condition is currently not supported. Formal grammar for AWQL can be found here . If possible, please open a new forum thread since that helps us track your queries better. Regards,

Re: Negative values seen for average position

2017-03-22 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Ronald, Could you please provide your 10 digit AdWords account ID and the SOAP XML report definition? Please click on *Reply privately to author *when responding. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Googl AdWords Question

2017-03-20 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, If you have not already signed up for AdWords API, you can do so by going here . While our compliance team reviews your application, you can create test accounts

Re: Responsive ad preview

2017-03-20 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, All fields available in Ad Performance Report are listed here . Unfortunately, there's no such field available for Display Ads. Regards, Vishal, AdWords API Team -- --

Re: The AdWords API does not support report at MCC level?

2017-03-17 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Please refer to our ParallelReportDownload example to download reports for all client accounts under a manager account. Same example

Re: Help me to retrieve keyword metircs using adGroupCriterionService

2017-03-16 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Metrics related information is not available via AdWords API services. Please use AdWords API reports to download metrics related to keywords, ad groups, campaigns etc. In your case, you can use Keyword Performance Report

Re: Invalid access tokens

2017-03-15 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, In general, you may see OAUTH_TOKEN_INVALID error if the access token in your request header is not valid. Access tokens have a limited time validity and they expire in 1 hour (3600

Re: Ad Id of removed ads

2017-03-15 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Eshwar, Please refer to this document for valid set of values for an ad status. Could you please try filtering on the ad group using these values for ad status and check if you are still

Re: Ad Id of removed ads

2017-03-14 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Eshwar, Could you please check via AdWords web interface if the ad group has deleted ads? If you plan to retrieve removed ads for all ad groups, could you please remove the first predicate from your selector and retry? If that doesn't help, could you please provide me with the SOAP XML

Re: Manage YouTube campaigns with CampaignService

2017-03-14 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Markus, Video campaigns are currently not supported by AdWords API services and are only available via Reports such as Video Performance Report . If you are looking for campaign level aggregated

Re: New campaign ids from change history

2017-03-14 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Eshwar, You can also filter multiple campaign status types by using the *.in *predicate instead of the *.equals *predicate as follows: Selector selector = builder .fields(CampaignField.Id, CampaignField.Name) .in(CampaignField.Status, "REMOVED" , "ENABLED", "PAUSED")

Re: Responsive ad preview

2017-03-13 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Unfortunately, ad preview is not available via the API. Also, there is no such field in Ad Performance Report specifically for responsive ads. Please follow our blog for any future updates

Re: BatchJob runtime performance issue

2017-03-13 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, In case you need only a few operations per customer, you can send the operations directly via the service (rather than using BatchJobService). Meanwhile, I'll check with my team on why the performance has been slow for the last few weeks. Myself or someone from my team would get back to

Re: New campaign ids from change history

2017-03-13 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Eshwar, Technically, you can filter only the removed campaigns in the get call to CampaignService and pass the list of removed campaignIds to your CustomerSyncSelector

Re: BatchJob runtime performance issue

2017-03-13 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Batch jobs usually do not take a long time to complete when there are only a few operations in the request. However, fewer larger jobs are preferred over many smaller jobs and you might have faced intermittent delays when sending too many smaller jobs in a short interval of time. Could you

Re: Api V201702 catch upload offline conversion error

2017-03-10 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Please refer to this document for details on each of the error messages in your email. The fix for TOO_RECENT_CLICK error would be to wait for up to 24 hours (i.e.

Re: New campaign ids from change history

2017-03-09 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Eshwar, Unfortunately, using CustomerSyncService , you cannot fetch only the changed campaigns directly. The best way to achieve this is by following this example

Re: API call request rate limit reached

2017-03-09 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Alex, Unfortunately, there is no way to directly check how many operations were performed on your side. A workaround would be to count the number of operations in your code based on this this sheet . Also, the

Re: [CustomerExtensionSetting] Add and assign CalloutExtensions

2017-03-08 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Adrian, For the operation that added extensions to the campaigns, do you happen to have the SOAP XML request and response logs? Also could you please share the 10 digit AdWords account ID for the account where you tried to add these extensions? Please click on *Reply privately to author

Re: Create dynamic remarketing campaign from feed and create dynamic ads

2017-03-08 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Fitri, First off, you would need to fetch the feed item attributes using the FeedService (sample code below). FeedItemServiceInterface feedItemService = adWordsServices.get(session,

Re: New campaign ids from change history

2017-03-08 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Eshwar, CustomerSyncService can be used to fetch recent changes to an account or a campaign for a given date range. Please refer to this example

Re: Create dynamic remarketing campaign from feed and create dynamic ads

2017-03-07 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Unfortunately, the link to the screenshot in you message is broken. You should be able to create the campaign/ad group structure that you like. Also, re-marketing lists can be added as a criterion on both campaign level and ad group level. Please refer to this document

Re: Trying to run a script to remove multiple Adgroups

2017-03-07 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, The code that you shared looks similar to the RemoveAdGroup example available in the PHP client library. However, there might be issues with the way you are accessing

Re: API call request rate limit reached

2017-03-07 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Alex, The retryAfterSeconds property of the RateExceededError would tell you the appropriate time interval after which it is safe to retry. From the information that you shared, it looks like

Re: BatchJob runtime performance issue

2017-03-06 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, The code that you shared looks correct. There might be an intermittent issue with performance of the batch jobs which might have caused delays on your side. Could you please confirm if you saw any batch job failures? If you are still facing issues, please let me know and I would dig deeper

Re: geo performance by ZIP_CODE?

2017-03-06 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Matt, You can use Geo Performance Report to get performance stats for a geographic location. Adding MostSpecificCriteriaId

Re: Can i use the dateRange function to filter adGroups, campaigns, etc. ?

2017-03-03 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Dan, You can indeed use a date range to filter reporting data. This example

Re: Duplicate rows in placement performance report

2017-03-03 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Christian, Could you please provide me with the SOAP XML report definition and the downloaded report so that I can look into this issue further? Also, could you please provide more details on when this criteria was added as a managed placement? Please click on *Reply privately to author

Re: Duplicate rows in placement performance report

2017-03-03 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Christian, Placement Performance Report returns rows for both automatic and managed placements. I checked and found out that the row with 513 impressions belong to the managed placements category whereas the row with 2 impressions belongs to the automatic placements category. To distinguish

Re: How to use Google Click Id (gclid) ?

2017-03-03 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Unfortunately, GCLID information is not available via any of the services and is available in Click Performance Report only. Please feel free to revert if you have additional questions or concerns. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Adwords API Video campaigns

2017-03-02 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Thorben, Unfortunately, the only way you can create video campaigns currently is via the AdWords web interface. Any updates or changes would be first announced on our blog . Regards, Vishal, AdWords API Team -- --

Re: ManagedCustomerService - v201702

2017-03-02 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, I just checked the ManagedCustomerService WSDL and it seems to be up and running. Also, I'm able to get the account details if I run the GetAccountHierarchy

Re: Get Campaign Performance Report using webrequest c#

2017-03-02 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Arun, ReportDefinitionService.getReportFields can be used to fetch the information related to report fields only. For example, to fetch all the fields listed on the Campaign

Re: adword test account campaign performance, stuck with developer token, where to find?

2017-03-02 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Jimmy, *AdWords API Center* is available in *production* manager accounts only (and not in *test* manager accounts). To differentiate, when you log in to your test account, you would see a red rectangular box on top right side of your page with the text "This is is test account!". You will

Re: How to share sitelinks between campaigns via the Batch Service?

2017-03-02 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Alex, Thanks for confirming. To your question, you can use either ADD or SET to add / update

Re: How to share sitelinks between campaigns via the Batch Service?

2017-03-01 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Alex, As mentioned in the documentation, if you use an ADD operator when an extension already exists, the existing extension is modified (i.e. ADD words like SET in that case). I tried using the operations in your second attempt (with SET), changed the SET to an ADD and I could still see

Re: Health Score for Search

2017-03-01 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Kiran, Unfortunately, I don't have more information on whether this feature will be available in the API anytime soon. Please follow our blog for any future updates. Regards, Vishal, AdWords API Team -- --

Re: Ruby: CAMPAIGN PERFORMANCE REPORT differ and returned incorrect metrics in report

2017-03-01 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Sohair, If you only want data of a specific date, you can specify the corresponding date range on your report instead of using LAST_30_DAYS. Unfortunately, Date is a segmentation field and you would see

  1   2   3   4   5   >