Not pulling in all accounts

2015-11-02 Thread Lexxy Sturgess
Hello, I'm trying to pull in all the sessions across the accounts I have on my MCC account but it's refusing to pull one of them in. I have 4 accounts and 3 out of the 4 are giving me their stats but I can't get it to acknowledge the existence of the 4th. Any help would be greatly

Re: What happened to the field LopMostSpecificTargetId?

2015-11-02 Thread Anthony Madrigal
Hi Johnny, The field LopMostSpecificTargetId was recently added to v201509 . If you are using an earlier version of the API, you will run into this error. Please follow our migration guide

Re: trigger vs fieldPath

2015-11-02 Thread Umesh Dengale
Hi Yong, The *KeywordText *field is removed from DISPLAY_KEYWORD_ PERFORMANCE_REPORT in the

Re: Adwords API and Merchant API with product id with differing case

2015-11-02 Thread Umesh Dengale
Hi David, Could you please provide me privately the id value from the merchant API, the OfferId value from the Shopping performance report

Re: Can I get a per impression report?

2015-11-02 Thread Anthony Madrigal
Hello, Unfortunately, there is no report or service that segments the data by impression. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Ad Scheduling in PHP - 2015

2015-11-02 Thread tamsin
$adSchedule->dayOfWeek = $days[i]; Should this say $day rather than $days[i]? On Thursday, 22 October 2015 20:57:57 UTC+1, Doug Silksone wrote: > > Hey guys - First post here. > > Purpose of this code section is to set Ad Scheduling between 00:00 - 04:00 > every weekday. Unfortunately, the

after i get all those token and enter into auth.ini. what is the next step?

2015-11-02 Thread yuggo hor
i dont know what is the next step after i get all the token and i input into the auth.ini . due to many root in the library . how can i make a example and run it -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Developer Token Approval Pending since 3 years

2015-11-02 Thread Reactive Media Pty Ltd
Dear Support, We are a Digital Agency in Australia and we are working around automated reporting for our clients. In this process we need Adwords API developer token for us to link Adwords to our reporting tool. Can you please let us know when this can be approved. We have called our Adwords

Can I get a per impression report?

2015-11-02 Thread Yaakov Gesher
I'm looking for a way to get an "Impression Performance Report", much like the Click Performance Report, for a customer who wants to run his own algorithms in order to analyze the data himself. Is there any way to receive performance data per impression? Thanks a bunch -- --

API data problem

2015-11-02 Thread Cynthia Carter
Hi, I am using google Adword latest API version, I am facing a typical problem using the API. I grab all campaign data and store in my own application. For some company I am getting 100% accurate data, but for some specific company some percentage data is missing. So can any one help to find

Re: Tracking Template on AdGroup Level (or higher)

2015-11-02 Thread Dorian Kind
Hey Josh, any news on this topic? The current situation makes it very hard to use tracking templates for DSA campaigns because there's no way to tell whether the final URL of the dynamically generated ad already contains a query string separator or not. Thanks for any feedback and best

Re: Error during product partition creation

2015-11-02 Thread Josh Radcliff (AdWords API Team)
Hi Peter, Are you running multiple threads that are mutating the trees in question? I ask because I looked at two of your requests from today that failed with PRODUCT_PARTITION_ALREADY_EXISTS followed by PRODUCT_PARTITION_DOES_NOT_EXIST, and in both cases the partition in question *does*

Re: Suspicious behaviour of BatchJob service when AdGroup was removed

2015-11-02 Thread Michael Cloonan (AdWords API Team)
Hello, Would you mind providing the ID of one such batch job where this occurred, as well as the ID of the ad group you were attempting to mutate which exhibited this behavior? I'll pass those along to the engineering team so they can take a look. Regards, Mike, AdWords API Team On Friday,

Re: API data problem

2015-11-02 Thread Anthony Madrigal
Hi Cynthia, Could you please provide more details to what percentage data you are missing, such as campaign IDs or screenshots? Please do so with *reply privately to author.* Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Fail to submit the AdWords API Token Application

2015-11-02 Thread yuval
Hi I recently created Manager account MCC in order to automate another regular active account via adwords api. Upload offline conversions is the main purpose why I applied for a developer token. The accounts are linked, however, every time i try to apply the api token form

Re: after i get all those token and enter into auth.ini. what is the next step?

2015-11-02 Thread Umesh Dengale
Hello, You could download the PHP client library and example code. You could follow the steps given in the Getting started section of the PHP