How to get product feed size for dynamic remarketing?

2016-12-02 Thread Dmitry Ovod-Marchuk
Hi, We've got a couple of feeds for dynamic remarketing campaigns. Is that possible to get the size of a feed via API? Could not find anything like that in specs. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

CONTAINS_ANY not working on Name in Adgroupservice

2016-12-02 Thread Imran Tufail
*Hi Google Adwords Team,* i am facing invalid operator in predicate issue. The CONTAINS_ANY is not working on Name (Ad group name) in Ad group service. The request details and the response error message is shown below. if isinstance(campaign_list,

Re: CONTAINS_ANY not working on Name in Adgroupservice

2016-12-02 Thread 'Joyce Lava' via AdWords API Forum
Hello Imran, CONTAINS_ANY works with Labels only at this time. You can use the "IN" operator instead. You may follow our blog to check on future announcements

Re: CONTAINS_ANY not working on Name in Adgroupservice

2016-12-02 Thread Imran Tufail
Thanks Joyce, But i don't need an exact match as "IN" will look for an exact match. Let me explain a little , suppose my Ad group name is Kabul > Tirana and if the list will contain [ ' Kabul' ]. IN operator will not work on it. I need something with the same functionality as CONTAINS_ANY.

Re: CONTAINS_ANY not working on Name in Adgroupservice

2016-12-02 Thread 'Joyce Lava' via AdWords API Forum
Hello Imran, I'm afraid that the only way I can suggest is to use Label to identify related adGroups. Then use this label to search for those adGroups. IN operator is the closest with CONTAINS_ANY at this time. Regards, Joyce, AdWords API Team -- --

Pulling LabelID from LabelName AWQL

2016-12-02 Thread Ildar Khakimov
Hello I'm trying to execute this query: SELECT LabelId FROM LABEL_REPORT WHERE LabelName='mtl-mansion-for-sale' But it throws an error: An error has occurred: [QueryError{reason=INVALID_FROM_CLAUSE, message=}] We first get the "CampaignService" which loads the required class using the

API calls limit between AdWords and Analytics

2016-12-02 Thread Иван Б .
Hi! I`d like using the Google account to teract with the Google.AdWords API and Google.Analytics API (using two different tokens developer received for the account). Will the daily limits on the method call

Dev token

2016-12-02 Thread test . begun . rambler
Through how many weeks will be activated developer token, if the first application was sent on November 19, and was filled with an additional form to speed up the activation process? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Build URL from customer id

2016-12-02 Thread Diego
I want to create http links within our custom adwords management app, but I can't find a way to build the adwords.google.com URL to a single customer through its customerId. For instance, this is a URL to campaign management:

Re: Build URL from customer id

2016-12-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Diego, Deep linking is not supported on AdWords UI. You need to use AdWords API to get the details of your AdWords accounts. Please see this guide for instructions on getting started with AdWords API. Regards, Shwetha, AdWords

v201607 - INVALID_FIELD_NAME_FOR_REPORT combination of ClickType and video quartile columns stopped to work ?

2016-12-02 Thread benjamin
Hi, Since this morning, we are experiencing an issue with the v201607 API version. We are requesting reports with a bunch of columns that contains the following : - ClickType - VideoQuartile100Rate - VideoQuartile25Rate - VideoQuartile50Rate - VideoQuartile75Rate -

Re: API calls limit between AdWords and Analytics

2016-12-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Quotas associated with AdWords API and Analytics API are counted separately. Please see this document for the daily quotas associated with different access levels in AdWords API. You need to contact Analytics

v201607 - INVALID_FIELD_NAME_FOR_REPORT combination of ClickType and video quartile columns stopped to work ?

2016-12-02 Thread benjamin
Hi, Since this morning, we are experiencing an issue with the v201607 API version. We are requesting reports with a bunch of columns that contains the following : - ClickType - VideoQuartile100Rate - VideoQuartile25Rate - VideoQuartile50Rate - VideoQuartile75Rate - VideoViews It seems that

Re: Dev token

2016-12-02 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, Once you fill out the form for Basic Access , you should hear from the Compliance Team within a few business days. If you still haven't heard back from them, you can contact them by filling out this form

Re: Polling a batch job via PHP library needs unnecessary upload URL?

2016-12-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can download the BatchJob results without using the uploadUrl by using the code below: // Get the service, which loads the required classes. $batchJobService = $user->GetService('BatchJobService', ADWORDS_VERSION); // Create selector. $selector = new Selector();

Re: How to get product feed size for dynamic remarketing?

2016-12-02 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Dmitry, Unfortunately, there is no way to get the size of your feed through the API. You could use the FeedService to get certain fields of your feed including its attribute values

Re: v201607 - INVALID_FIELD_NAME_FOR_REPORT combination of ClickType and video quartile columns stopped to work ?

2016-12-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Benjamin, The ClickType column in AdWords API reports was marked incompatible with the following engagement and video-related fields in version v201607 and earlier: - AverageCpe - EngagementRate - VideoQuartile25Rate - VideoQuartile50Rate - VideoQuartile75Rate -