Monday, 31 October 2016

Budget error | NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT

Hey,

While creating budget on adwords, I'm getting the following error. 

{\"fieldPath\":\"operations[18].operand.amount\",\"trigger\":\"\",\"errorString\":\"BudgetError.NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT\",\"apiErrorType\":\"BudgetError\",\"reason\":{\"value\":\"NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT\"}}

I'm taking the budget from user in cents and then multiplying it by 10000L to convert in micros. Currently is user gives amount : 144231, I'm successfully create this shared budget on account having currency in INR. However I'm getting error in case same budget object is created on account having currency in VND.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 
You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups "AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/5d9819bc-bf18-4baf-aee3-71b64509eec2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Re: Is Campaign Group exposed through the API?

Hi Margaret,

Campaign Groups are currently unavailable in AdWords API. Although we cannot say when they will be implemented, you can keep an eye on our blog for any updates.

Cheers,
Anthony
AdWords API Team

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 
You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups "AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/3e9ec894-fd24-4c3a-900c-db2384d92049%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Is Campaign Group exposed through the API?

Hi there,
With Google's recent announcement of Campaign Groups, has anyone found documentation where Campaign Group Name or Campaign Group ID is exposed through AdWords API? If not, is there a date that this will be available to partners?

Thanks!

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 
You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups "AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/154e6ef5-ede0-4004-902a-f6d97e7bcbde%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[firebird-support] Re: Best way to delete millions of rows

 

Hey Vlad

If i only count the deleted rows, the problem is the same, and the server hangs while performing garbage collection.

On the other hand, if I count the rows not deleted, no garbage collection is performed - that makes sens as the index on created makes sure that no delete records/rows are accessed. This is useful to know as i can make sure that other parts of the application never issues a query for rows older that 6 months.

Now the garbage collection will be deferred and happen during backup. Is it possible that the same "hang" behavior will happen during backup as a result of the deferred garbage collection? 

__._,_.___

Posted by: kragh.thomas@yahoo.com
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (9)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu.  Try FAQ and other links from the left-side menu there.

Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

.

__,_._,___

Re: PHP Download report to array

Hi,

Unfortunately, our PHP client library (master branch) does not support reading the report data as a stream/string. You will have to download the report file and read it manually in your code. The experimental branch, however, does support this feature. I would recommend using the experimental branch for testing purposes only (and not for production use). 

Also, some of the other client libraries do support this feature. This example in Java explains how to read a report as a stream. Similarly, there are examples in the Python client library to read a report as a stream/string.

Regards,
Vishal Vinayak, AdWords API Team

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 
You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups "AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/f526883e-2fd0-4e7d-8f78-baef5858ca2c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[firebird-support] Re: Best way to delete millions of rows

 

Hey 

Thanks for your input. What Karol suggested worked - thanks

I will have a look at fb3 to see if it suffers from the same "hang" behavior when massive garbage collection is executed. 

__._,_.___

Posted by: kragh.thomas@yahoo.com
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (8)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu.  Try FAQ and other links from the left-side menu there.

Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

.

__,_._,___

Re: [firebird-support] Re: Best way to delete millions of rows

 

---In firebird-support@yahoogroups.com, <jegaza@...> wrote :

>> Here you delete some records, but then count whole table.
>>Add same "where" condition as in "count" query
>
> I think the execution of select count is for garbage collection.

Sure

> If count of records that does not exists is executed, will be the garbage collection executed for the deleted records?

Exactly. No need to count not deleted records :)

Regards,
Vlad

__._,_.___

Posted by: hvlad@users.sourceforge.net
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (7)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu.  Try FAQ and other links from the left-side menu there.

Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

.

__,_._,___

[firebird-support] Re: Best way to delete millions of rows

 

Hey Svein

I don't really buy your premise about your car. No DBMS should stop process statements on one database as a result of statements running on another database on the same server. You are talking about a slowdown in "traffic" what i am talking about is a complete standstill on the server. 

/Thomas
 

__._,_.___

Posted by: kragh.thomas@yahoo.com
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (6)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu.  Try FAQ and other links from the left-side menu there.

Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

.

__,_._,___

Re: Get accounts with no conversions or calls since 30 days ago

Hi,

I would recommend using the Campaign Performance Report and filtering on the Conversions field (along with the AdvertisingChannelSubType field in case you are trying to filter Express campaigns using AdWords API). Please refer to our Reporting Guide for information on how to use custom date ranges and other details. Because of a known issue on our side, you would not be able to define something like conversions = 0; but if you try conversions < 1, that should give you most of the valid result set. Please feel free to revert in case you run into issues.

Regards,
Vishal, AdWords API Team

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 
You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups "AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/a1606a9a-641a-4ad1-ac60-1bb076033167%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Re: PHP Get active campaigns with less than 100 remarketing users

Hi,

For a CrmBasedEmailList, the user list size will show as zero until the list has at least 1,000 members. You could use AdwordsUserListService to retrieve the list of remarketing lists with size as zero, and then retrieve CampaignCriterion and AdGroupCriterion associated with these UserLists using predicates via CampaignCriterionService and AdGroupCriterionService respectively. You can retrieve the associated CampaignIds and their states. The code samples available here provide examples of basic operations using AdWords API PHP client library. 

I hope this helps. 

Regards,
Shwetha, AdWords API Team.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 
You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups "AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/1e229c32-34ba-4625-a0e1-614edde5fa9c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Re: [firebird-support] Re: Best way to delete millions of rows

 


Here you delete some records, but then count whole table.
Add same "where" condition as in "count" query

Regards,
Vlad

I think the execution of select count is for garbage collection.

If count of records that does not exists is executed, will be the garbage collection executed for the deleted records?

Jesus

__._,_.___

Posted by: Jesus Garcia <jegaza@gmail.com>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (5)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu.  Try FAQ and other links from the left-side menu there.

Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

.

__,_._,___

[firebird-support] Re: [EDatabaseError] How to simultaneously connect to a firebird database in elevated and non-elevated mode.

 

Arno Peter,

please read "Kernel object namespaces" article

https://msdn.microsoft.com/en-us/library/aa382954.aspx

and note that Firebird uses kernel objects intensively

Regards,
Vlad

__._,_.___

Posted by: hvlad@users.sourceforge.net
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (8)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu.  Try FAQ and other links from the left-side menu there.

Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

.

__,_._,___

Re: AdWords API v201509 sunset

Hi,

AdWords API version v201509 was sunset on June 21, 2016. I recommend that you migrate to one of the available API versions as soon as possible. The breaking changes introduced in each version are summarized in the respective migration guide. If you have any questions about this migration, you can contact us via this forum or the Ads Developers Plus Page.

Regards,
Shwetha, AdWords API Team.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 
You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups "AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/f6dfeca3-0457-41ec-b30a-d08753ac8ac6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[firebird-support] Re: Best way to delete millions of rows

 

---In firebird-support@yahoogroups.com, <kragh.thomas@...> wrote :


Hey

I have a database that needs some cleanup, in some tables i need to delete millions of rows. I performed the cleanup on a copy of the production database in a development environment, using:


delete from table where created < dateadd(-6 month to current_date)

followed by a count(*) on the table


Here you delete some records, but then count whole table.
Add same "where" condition as in "count" query

Regards,
Vlad

__._,_.___

Posted by: hvlad@users.sourceforge.net
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (4)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu.  Try FAQ and other links from the left-side menu there.

Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

.

__,_._,___

Re: gender/age segmentation in ad level

Hi, 

You can use the Gender Performance Report and Age Range Performance Report to get statistics aggregated by gender and age range respectively. Could you provide me a screenshot of the UI where you are able to segment at the ad level? 

Thanks,
Shwetha, AdWords API Team.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 
You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups "AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/55795db5-ed93-4e7b-9f70-0c496e36d881%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Re: Differentiate Interest from UserList

Hi Victor,

You could use Criteria Performance Report which contains the CriteriaType field to differentiate Interest from UserList. Audiences of type UserInterest do not have a UserListName associated with them, which could also be helpful to differentiate Interest from UserList in Audience Performance Report. 

Regards,
Shwetha, AdWords API Team.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 
You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups "AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/f1e8833b-c846-4312-83dd-f8cc951d6864%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Re: Unclear error message

Hi,

If you include fields that are available in a report, but not compatible with each other, the error response indicates that this combination of fields cannot be used. If you include fields which aren't available in a report, you'll encounter an INVALID_FIELD_NAME_FOR_REPORT error without this combination of fields. When you encounter this error, ensure that all specified field names are available for the report type you are using and are spelled correctly. In the meantime, I'll get in touch with the team to provide a clearer error message.

Regards,
Shwetha, AdWords API Team.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 
You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups "AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/42370065-68e6-41cc-a4ca-51847e2ddc03%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Re: When does last month's search volume data become available through the TargetingIdeaService?

Hi Sha,

Keyword Planner (AdWords web interface) or TargetingIdeaService (AdWords API) provide not the actual monthly stats but a trend line data of the average monthly figures for the last 12 months. There's no set date on when the stats for a particular month are available after the month end, but the data is usually available as soon as we have performed necessary operations on the consolidated data.  

Regards,
Vishal, AdWords API Team

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 
You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups "AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/ac752307-7e59-4c11-9c52-ee711c29c5d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

PHP Get active campaigns with less than 100 remarketing users

Hello,

Using PHP, how can I get the list of et active campaigns with less than 100 remarketing users?

Thanks

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 
You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups "AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/bf99f3b0-db15-41c8-ad15-aa7281508c90%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Re: Translations of Verticals?

Hi Alexander,

Unfortunately, I don't have a great solution at the moment beyond using a translation tool such as Google Translate to produce the language-specific descriptions.

You may want to reach out to the compliance team to have them clarify the exact requirement around support for CriterionUserInterest.

Thanks,
Josh, AdWords API Team

On Friday, October 28, 2016 at 11:16:36 AM UTC-4, Alexander Nitschke wrote:
Hi Josh,

our clients naturally don't stop to ask for this feature. It is really a big problem that the Required Minimum Functionality (RMF) basically demands a complete GUI for all things Adwords from us, but we can't give our clients the verticals in their language like they are used from Adwords. Is there a solution meanwhile?

Best,
Alexander

Am Freitag, 26. September 2014 21:01:59 UTC+2 schrieb Josh Radcliff (AdWords API Team):
Hi Alexander,

Thanks for sending those over. I'll forward them along to the appropriate team.

Cheers,
Josh, AdWords API Team


--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 
You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups "AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/df7302e8-38b2-4b8b-bffa-1ac923f85106%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[firebird-support] Firebird 2.5.6 - performance issues w/ superclassic -vs- classic

 

Hi everybody,

I'm hoping somebody can point me in the right direction to track down
performance problems on Firebird 2.5.6 on 64-bit CentOS 7 Linux, where
SuperClassic is slower than Classic. I cannot find any explanation for this.

The line-of-biz application I support puts each customer in its own database
(C1000.gdb, C1001.gdb, etc.), and there could be tens of thousands of
databases in a given installation, though perhaps only hundreds open at any
one time.

This performance difference has manifested itself in a number of ways, but
one I can pin down precisely: backups.

If I have a /home/database/ directory full of (say) 2000 databases, a perl
script runs gbak in parallel through the network interface up to the number
of real CPU cores - typically 12 - to back everything up.

gbak -backup -transportable -limbo -garbage -ignore \
-u SYSDBA -p xxx \
localhost:/home/database/C1000.gdb \
/home/backup/C1000.gbk

The SuperClassic backup typically takes twice as long (ex: 97min vs 43min)
as the Classic on an otherwise idle machine, and this is widely reproducible
on many different machine; SuperClassic is *always* slower in spite of
holding as many things in common.

There are lots of tuning guides that talk about lock tables and cache sizes
and the like, but I'm not sure they apply to the backup scenario so I
haven't really done much with them; they might weigh into the other
performance issues.

Thanks,
Steve

---
Stephen J Friedl  | Security Consultant | UNIX Wizard | 714 345-4571
steve@unixwiz.net | Southern California | Windows Guy |  unixwiz.net

__._,_.___

Posted by: "Steve Friedl" <steve@unixwiz.net>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (1)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu.  Try FAQ and other links from the left-side menu there.

Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

.

__,_._,___