Re: try to link a client account to my MCC account

2016-09-27 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Please see below my answer to your questions : -which account number in clientCustomerId in my auth.ini file. For *sending or extending invites* , you will need to use the MCC account ID as the

try to link a client account to my MCC account

2016-09-27 Thread admad . tf
Hello, I have an mcc account with a basic access and a client account. I would like to link the client account under the mcc account with the api for testing. And I don't understand where I have to put all id accounts : -which account number in clientCustomerId in my auth.ini file. -which

Re: Enhanced Cpc Bidding

2016-09-27 Thread 'Joyce Lava' via AdWords API Forum
Hi, Based on your code, it seems you missed to create the SharedBiddingStrategy. From the example code, you need to create a BiddingStrategy first, the function CreateBiddingStrategy shows how to do it (highlighted line of example code here

Re: ConversionTrackerId cannot be used in combination with ConvertedClicks in v201605?!

2016-09-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, ConvertedClicks field will no longer be available in v201607 version of the API. You need to use the Conversions field to measure conversion related data. The Conversions field is *not* the same as

Re: Trying to find several fields

2016-09-27 Thread semreport . ffn
Thanks, Anthony. That would certainly explain why I can't find them in the API services. I'll check out the reports. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Creating default audiences (userlists) using API

2016-09-27 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Alexey, Unfortunately, there is no way to create custom parameters for your remarketing tag via the API. You will need to create them through the UI . You can find your remarketing tag from the RemarketingSettings

Re: ConversionTrackerId cannot be used in combination with ConvertedClicks in v201605?!

2016-09-27 Thread Zweitze
Thanks for your answer. I have a question about this sentence: > The Conversions field in v201607 version of API reports is equivalent to ConvertedClicks. Can you confirm, that in v201607 the following changes will

Re: Click metric from AdPerformanceReport off by 1 when comparing to native Google Adwords reporting or Supermetrics

2016-09-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Bryan, Could you please provide me with the full report definition where you are seeing these discrepancies, along with your client customer Id? Just to confirm, does the API report show 10 @ $21.12 and the AdWords UI show 9 clicks @ $17.72? Please use *Reply privately to author* when

Re: Click metric from AdPerformanceReport off by 1 when comparing to native Google Adwords reporting or Supermetrics

2016-09-27 Thread Bryan Nguyen
Correction: It's the Campaign_Performance_Report, not Ad. On Tuesday, September 27, 2016 at 11:15:56 AM UTC-7, Bryan Nguyen wrote: > > > Hi there. We're having an odd discrepancy where our daily click count for > the AdPerformanceReport query we're pulling is having a +1 click > discrepancy

Re: Click metric from AdPerformanceReport off by 1 when comparing to native Google Adwords reporting or Supermetrics

2016-09-27 Thread Bryan Nguyen
I would also like to refer to this thread. I'm having an identical issue to this thread as well: https://groups.google.com/forum/#!topic/adwords-api/ygBOBH8ckYM On Tuesday, September 27, 2016 at 11:15:56 AM UTC-7, Bryan Nguyen wrote: > > > Hi there. We're having an odd discrepancy where our

Re: Batch job service is not efficient, stucked

2016-09-27 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Mike, The advantage of batch jobs is in the fact that you can group many operations of various kinds into a single request and the API would automatically handle retrying and rate limiting logic for you. It may, however, take some time to complete the batch job if there are hundreds of

Click metric from AdPerformanceReport off by 1 when comparing to native Google Adwords reporting or Supermetrics

2016-09-27 Thread Bryan Nguyen
Hi there. We're having an odd discrepancy where our daily click count for the AdPerformanceReport query we're pulling is having a +1 click discrepancy when comparing to other data sources for the same thing. For example, on September 25th, our query returned a daily click value (day has been

Re: Python API: No Campaigns Found

2016-09-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You will not be able to fetch campaigns from a manager account. Campaigns are associated with AdWords client accounts. If you set clientCustomerId in the API request to the ID of the AdWords accounts under your manager account, you'll be able to get the campaigns associated with that

Re: Enhanced Cpc Bidding

2016-09-27 Thread testapidilren2
Now My code view like this: $campaign = new Campaign(); . . . $biddingStrategyService = $user->GetService('BiddingStrategyService', ADWORDS_VERSION); $biddingStrategyConfiguration = new SharedBiddingStrategy(); $biddingStrategyConfiguration->name

Re: INVALID_BILLING_ACCOUNT_ID_FORMAT

2016-09-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, There was a change in the v201605 version of AdWords API where the billingAccountId field of BudgetOrder

Re: Get remaining balance for an account

2016-09-27 Thread Mathieu Dubreuil
Still no easy way, but here is the answer I got from another member of the API team : To get the remaining amount of a budget order, you could query for Cost from the Account Performance Report within

ConversionTrackerId cannot be used in combination with ConvertedClicks in v201605?!

2016-09-27 Thread Zweitze
While migrating from v201603 to v201605, I ran into a truly unpleasant surprise: The combination of those fields is no longer supported. Note that this change was not documented in the release notes of v201605, or the migration guide to v201605. I know that field convertedclicks will disappear

Re: Get remaining balance for an account

2016-09-27 Thread Federico Serbin
Hi. Any news about this feature? Thanks On Tuesday, December 16, 2014 at 9:38:45 AM UTC-3, Danial Klimkin wrote: > > Hello Luis, > > > No, still not supported. > > > -Danial, AdWords API Team. > > > On Monday, December 15, 2014 9:47:13 PM UTC+3, Luis Alegro wrote: >> >> Hello Danial, >> >> The

Re: Google Analytics metrics zero in AD_PERFORMANCE_REPORT

2016-09-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Joey, Could you provide the complete report definition used along with the clientCustomerIds of both accounts (where you observe zero and non-zero values)? Please use *Reply privately to author* while responding. Thanks, Shwetha, AdWords API Team. -- --

Re: Batch job service is not efficient, stucked

2016-09-27 Thread mike
Thanks for the quick response! The problem we see is not the job in google. Its when building the SOAP xml to upload. The function that do this is job_helper.UploadOperations() from the adwprds library in python. We checked and it takes a very long time before it sends to google (creating

Python API: No Campaigns Found

2016-09-27 Thread eadanfahey
I am new to both AdWords and it's API. I want to get a list of all campaigns using the Python AdWords library. When I run the get_campaigns.py example it does not find any

Re: ConversionCategoryName not compatible with field Conversions?

2016-09-27 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Please see my responses below. Cheers, Josh, AdWords API Team On Monday, September 26, 2016 at 12:10:14 PM UTC-4, Joe Rosenwald wrote: > > Why is it that the ConversionCategoryName is incompatible with Conversions > metric for the Shopping Performance Report? > Good question -- I'm

INVALID_BILLING_ACCOUNT_ID_FORMAT

2016-09-27 Thread cpelegrin
Hello, I am migrating from v201603 to v201607 I have a main MCC and under this I have 60 SubMcc with account under each SubMCC. I am using BudgetOrderService like in v201603, but I obtain next error: BudgetOrderError.INVALID_BILLING_ACCOUNT_ID_FORMAT, when I call the API to create a new

Re: Creating default audiences (userlists) using API

2016-09-27 Thread Alexey Terekhov
Hi Anthony, We need to create Display campaigns - in AdWords we can set up dynamic ads (dynamic remarketing) for them too. As far as I know remarketing tag is created automatically when account is created. But for dynamic remarketing we need additional script with google_tag_params:

Re: Enhanced Cpc Bidding

2016-09-27 Thread 'Joyce Lava' via AdWords API Forum
Hi, You may refer in this example code (PHP client library example) to see how to create the SharedBiddingStrategy and set its id as the

Re: Enhanced Cpc Bidding

2016-09-27 Thread testapidilren2
I'm sorry but I do not fully understand you, figuring some of these links that sent but nothing helped. I try use this code: $biddingStrategyConfiguration = new SharedBiddingStrategy(); $biddingScheme = new EnhancedCpcBiddingScheme();