Re: GeoLocationService Replacement Call For Getting Lat/Long (PHP Library)

2015-11-10 Thread Orangevn
Hi Anthony, I have a problem the same Paul. Previous, I using CampaignCriterionService for get locations of a campaign existing. But in case, I need search Radius Targeting with paramater is Address. But, in CampaignCriterionService Address File is not filterable.

How to get Keyword-level Biddingstrategies and MaxCPC with Keyword Performance Report

2015-06-26 Thread Orangevn
Hi all, I have some problems when using keyword performance report service(V201502) for download keyword-level bidding strategies. Firstly: I can not get MaxCPC wich keywords of Campaigns has BiddingStrategry type : ManualCMP. How to get MaxCPC keyword in case? Secondly, How to get

How to get changed inventory of dimension Shopping campaign

2015-06-12 Thread Orangevn
Hi all, Currently, we are migrating API to V201502. After migrating, we still have a problem with Get change at Shopping Campaign. Specifically, we're using *CustomerSyncService - CampaignChangeData* to check data changes on Campaigns with the dimension changed in the server. Using

Re: How to use adwords API to create mobile app installs campaign ?

2015-05-12 Thread Orangevn
I was create new campaign with type Moblie app install by guidline, but it has return API Error: CriterionError.CANNOT_ADD_CRITERIA_TYPE my code: var campaignCriterion = new CampaignCriterion { campaignId =

Re: How to use adwords API to create mobile app installs campaign ?

2015-05-12 Thread Orangevn
I was create new campaign with type Moblie app install by guidline, but it has return API Error: CriterionError.CANNOT_ADD_CRITERIA_TYPE my code: var campaignCriterion = new CampaignCriterion { campaignId =

How to get list of Merchant Id accounts (linked to the adwords account) from MCC (adwords account)

2015-03-27 Thread Orangevn
Hi all, Just now, we are impelent fucntion shopping camaign for minimum requiremen. Currently, we have been implementing the 'Shopping Campaign' function for minimum requirement. During the implementation, we have faced up with some following difficult problems: -

How to post Request exception when creating Ad or keyword

2014-12-16 Thread Orangevn
When I creating or update Ad or Keyword has the potential to violate the approval policy.Aword Editor App display the meessage Keyword or Ad requires review before it can run. user maybe post whit option to Request An exception see attached. Is this functionality available API?

How to post Request exception when creating Ad or keyword

2014-12-16 Thread Orangevn
When I creating or update Ad or Keyword has the potential to violate the approval policy.Aword Editor App display the meessage Keyword or Ad requires review before it can run. user maybe post whit option to Request An exception see attached. Is this functionality available API?

Adword Editor: How to check different version when import AES file

2014-08-05 Thread Orangevn
Hello everyone, I'm doing implement feature import ASE file, but i can't check version between sever and local. whit 2 error check different version out off date: Message1: [your account has changed since this snapshot was taken. Please ask the proposer to get recent changes to

How do I setĀ individualĀ  campaign budget in v201402

2014-04-09 Thread Orangevn
How do I set individual campaign budget in v201402. We are update API in v201402. I was using BudgetService for post new campaign in v201309, it a campaign set Individual budget. But now update in v201402 campaign not set individual budget. * // Create the campaign budget.**

Update API - Remove Budget Optimizer

2014-04-01 Thread Orangevn
Hello everyone, We are updating API version v201402 by Migration guide. In Migration guide change, Budget optimizer type and EnhancedCpc setting no longer avaiable. But on web site https://adwords.google.com I still appear. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Remove Budget Optimizer and EnhancedCpc

2014-04-01 Thread Orangevn
Hello everyone, We are updating API version v201402 by Migration guide. In Migration guide change, Budget optimizer type and EnhancedCpc setting no longer avaiable. But on web site https://adwords.google.com I still appear. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

How can I set AdServingOptimizationStatus.UNAVAILABLE for Ad Rotation in campaigns?

2013-01-10 Thread Orangevn
Hi, I was using AdServingOptimizationStatus for get Ad Rotation from CampaignService I don't set UNAVAILABLE of Ad Rotation for campaigns with AdWord Editor and AdWord Website. How can I get /set the value is UNAVAILABLE of Ad Rotation Campaign itself? Thanks for any help -- --

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);

How can I get Campaign's Display Netwok

2012-11-04 Thread Orangevn
Hi, I was using TargetContentNetwork and TargetContentContextual for get Display Network from CampaignService. Now, Ad Word API Update, I ca't get value of Display Network when using only TargetContentNetwork. How can I get the value of Display NetWork for Campaign itself? Thanks