Showing posts with label Keyword Performance Report: get qualilty scores for all currently active keywords. Show all posts
Showing posts with label Keyword Performance Report: get qualilty scores for all currently active keywords. Show all posts

Tuesday, 8 December 2015

[firebird-support] Dialect 1 vs. 3: DATE to VARCHAR CAST results in different date/time format

 

Hello,

Executing the following in both, dialect 1 and 3:

select cast(current_timestamp as varchar(30))from rdb$database

results in a string with a different date/time format. At least on
Windows with Firebird 2.5 64-bit.

Dialect 1: 7-DEC-2015 20:29:12.3820
Dialect 3: 2015-12-07 20:31:07.2280

Is this intended?

Thanks.

--
With regards,
Thomas Steinmaurer
http://www.upscene.com/

Professional Tools and Services for Firebird
FB TraceManager, IB LogManager, Database Health Check, Tuning etc.

__._,_.___

Posted by: Thomas Steinmaurer <ts@iblogmanager.com>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (1)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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/

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

.

__,_._,___

Monday, 7 December 2015

AW: [firebird-support] string difficulty

 

Thank you Set J

 

Von: firebird-support@yahoogroups.com [mailto:firebird-support@yahoogroups.com]
Gesendet: Montag, 7. Dezember 2015 20:59
An: firebird-support@yahoogroups.com
Betreff: Re: [firebird-support] string difficulty

 

 

Den 07.12.2015 13:55, skrev 'checkmail' check_mail@satron.de
[firebird-support]:
> .. and if the ID has the length of 15 chars and only the las * is for
filling out to 16, i get a wrong result too.
>
> Can I compact my code?
>
> if(char_length(str)>16) then
> begin
> str = left(:str,16);
> while (k = 1) do
> begin
> if(right(str, 1) = '*') then
> begin
> str = left(str,char_length(str)-1);
> end
> else
> begin
> teil = str;
> k = 0;
> end
> end
> end
>
> (exept the one begin-end (only one command can be without..)
>

http://www.firebirdsql.org/refdocs/langrefupd25-intfunc-trim.html

Hence, I think your 16 lines above can be replaced by one simple line
(if you use Fb 2.5):

str = trim (trailing '*' from left(:str, 16));

HTH,
Set

__._,_.___

Posted by: "checkmail" <check_mail@satron.de>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (14)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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/

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

.

__,_._,___

AW: [firebird-support] string difficulty

 

Hello,

 

but this ist almost realized in my code, isn’t it?

 

From right until there is no * present

 

 

Von: firebird-support@yahoogroups.com [mailto:firebird-support@yahoogroups.com]
Gesendet: Montag, 7. Dezember 2015 23:28
An: firebird-support@yahoogroups.com
Betreff: RE: [firebird-support] string difficulty

 

 

How about working backwards through the string?

 

Andrew Zenz

 


From: firebird-support@yahoogroups.com [mailto:firebird-support@yahoogroups.com]
Sent: Tuesday, 8 December 2015 6:59 AM
To: firebird-support@yahoogroups.com
Subject: Re: [firebird-support] string difficulty

 

 

Den 07.12.2015 13:55, skrev 'checkmail' check_mail@satron.de
[firebird-support]:
> .. and if the ID has the length of 15 chars and only the las * is for
filling out to 16, i get a wrong result too.
>
> Can I compact my code?
>
> if(char_length(str)>16) then
> begin
> str = left(:str,16);
> while (k = 1) do
> begin
> if(right(str, 1) = '*') then
> begin
> str = left(str,char_length(str)-1);
> end
> else
> begin
> teil = str;
> k = 0;
> end
> end
> end
>
> (exept the one begin-end (only one command can be without..)
>

http://www.firebirdsql.org/refdocs/langrefupd25-intfunc-trim.html

Hence, I think your 16 lines above can be replaced by one simple line
(if you use Fb 2.5):

str = trim (trailing '*' from left(:str, 16));

HTH,
Set

__._,_.___

Posted by: "checkmail" <check_mail@satron.de>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (13)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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] Alternative to Java Zebedee

 


Hi guys,

Since Zebedee for Java is a beta ver. and not maintain again, are there any alternative to this program?

Thanks in advance.
Regards,
Anto

 

 

 

Linux or pc?

 

__._,_.___

Posted by: "Alan McDonald" <alan@meta.com.au>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (2)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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: Is it possible to get Status, Final URL & Labels from keywords and TextAd ?

https://developers.google.com/adwords/api/docs/reference/v201506/AdGroupAdService.TextAd, can't find those fields
https://developers.google.com/adwords/api/docs/reference/v201506/AdGroupCriterionService.Keyword, can't find labels and status.

Sorry, I'm new around here

Thanks.
John Albert Catama

On Tuesday, December 8, 2015 at 4:22:09 AM UTC+8, Yin Niu wrote:
Hi Albert, 

For keywords, to get status, finalUrls, labels, you could use AdGroupCriterionService. For TextAd, to get status, finalUrls, labels, you could use AdGroupAdService. Please check out the GetKeywords and GetTextAds Java example code from the client library. Other language example code could be found here

Thanks,
Yin, AdWordsAPI 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/dda9cef8-a40e-42cc-8afd-4e3c5ffb6db1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[firebird-support] Alternative to Java Zebedee

 

Hi guys,

Since Zebedee for Java is a beta ver. and not maintain again, are there any alternative to this program?

Thanks in advance.
Regards,
Anto


__._,_.___

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

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/

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

.

__,_._,___

Segmentation/Attribution data at Ad level

Using the AD_PERFORMANCE_REPORT I am able to retrieve stats for ads segmented by day.  However, for reports such a PLACEMENT_PERFORMANCE_REPORT, and AUDIENCE_PERFORMANCE_REPORT, there is no option to segment these reports by individual ads.  I see the option for AdGroupId, but this doesn't provide the granularity of segmenting by ad.  Is it even possible to get ad level segmentation via the API in it's current state outside of the AD_PERFORMANCE_REPORT?  Thanks in advance.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/6230d191-0127-4aa2-aa46-96324882b01b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

RE: [firebird-support] string difficulty

 

How about working backwards through the string?

 

Andrew Zenz

 


From: firebird-support@yahoogroups.com [mailto:firebird-support@yahoogroups.com]
Sent: Tuesday, 8 December 2015 6:59 AM
To: firebird-support@yahoogroups.com
Subject: Re: [firebird-support] string difficulty

 

 

Den 07.12.2015 13:55, skrev 'checkmail' check_mail@satron.de
[firebird-support]:
> .. and if the ID has the length of 15 chars and only the las * is for
filling out to 16, i get a wrong result too.
>
> Can I compact my code?
>
> if(char_length(str)>16) then
> begin
> str = left(:str,16);
> while (k = 1) do
> begin
> if(right(str, 1) = '*') then
> begin
> str = left(str,char_length(str)-1);
> end
> else
> begin
> teil = str;
> k = 0;
> end
> end
> end
>
> (exept the one begin-end (only one command can be without..)
>

http://www.firebirdsql.org/refdocs/langrefupd25-intfunc-trim.html

Hence, I think your 16 lines above can be replaced by one simple line
(if you use Fb 2.5):

str = trim (trailing '*' from left(:str, 16));

HTH,
Set

__._,_.___

Posted by: "Andrew Zenz" <andrew@aimsoftware.com.au>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (12)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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: Moved AdGroup Negative Keywords to bulk and now getting a strange error

Hi Matthew,

Could you possibly share with me your SOAP request and response for this operation? If so, please do so via Reply privately to author.

Thanks,
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/4d3d452b-ebec-4f67-99e1-fccec9ea5332%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Re: How to set a campaign type to call-only

Thanks Anthony.  We will look forward to seeing this in the future.

On Monday, December 7, 2015 at 3:41:42 PM UTC-6, Anthony Madrigal wrote:
Hi Erik,

There is currently no way to set campaigns to call only via the API. The reason for this is that there is no one-to-one mapping between campaign subtype in the API and UI. All campaigns created in the API are of subtype All features.

Please follow our blog regarding any announcements regarding this feature.

Regards,
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/90687399-ce42-4eb5-82bf-d160ae34cead%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Re: How to set a campaign type to call-only

Hi Erik,

There is currently no way to set campaigns to call only via the API. The reason for this is that there is no one-to-one mapping between campaign subtype in the API and UI. All campaigns created in the API are of subtype All features.

Please follow our blog regarding any announcements regarding this feature.

Regards,
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/86ffc2d5-4c41-4c7f-a6de-5644c347063d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Re: API showing different values for Clicks and Impressions in "Undetermined" Gender and Age Range categories than whats in the AdWords UI

Hello,

Could you please send me both the UI and API report so that I can further investigate this through reply privately to author?

Thanks,
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/978b2057-1323-4a75-8896-4e74bea4a1b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Re: Is it possible to get Status, Final URL & Labels from keywords and TextAd ?

Hi Albert, 

For keywords, to get status, finalUrls, labels, you could use AdGroupCriterionService. For TextAd, to get status, finalUrls, labels, you could use AdGroupAdService. Please check out the GetKeywords and GetTextAds Java example code from the client library. Other language example code could be found here

Thanks,
Yin, AdWordsAPI 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/54084161-1412-4edd-bf34-1de43e0ee253%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Re: [firebird-support] string difficulty

 

Den 07.12.2015 13:55, skrev 'checkmail' check_mail@satron.de
[firebird-support]:
> .. and if the ID has the length of 15 chars and only the las * is for
filling out to 16, i get a wrong result too.
>
> Can I compact my code?
>
> if(char_length(str)>16) then
> begin
> str = left(:str,16);
> while (k = 1) do
> begin
> if(right(str, 1) = '*') then
> begin
> str = left(str,char_length(str)-1);
> end
> else
> begin
> teil = str;
> k = 0;
> end
> end
> end
>
> (exept the one begin-end (only one command can be without..)
>

http://www.firebirdsql.org/refdocs/langrefupd25-intfunc-trim.html

Hence, I think your 16 lines above can be replaced by one simple line
(if you use Fb 2.5):

str = trim (trailing '*' from left(:str, 16));

HTH,
Set

__._,_.___

Posted by: setysvar <setysvar@gmail.com>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (11)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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: API calls fail with 403 error

Hi,

Thanks for the update. I'm glad you got it figured out! Yay!

Cheers,
Nadine, AdWords API Team

On Monday, December 7, 2015 at 1:59:07 PM UTC-5, dima@easyleads.com wrote:
Thanks, we "fixed" it. The server location was mistakenly identified as Syria (we've seen it in Google Maps), while it's located in Tel-Aviv. We changed the ip and now it's working.

Thank you again.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/e9efafca-6dae-4cda-8692-d503150277a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Re: API calls fail with 403 error

Thanks, we "fixed" it. The server location was mistakenly identified as Syria (we've seen it in Google Maps), while it's located in Tel-Aviv. We changed the ip and now it's working.

Thank you again.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/4607e60e-a61f-4697-aefb-dbafa2d0a6c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[firebird-support] FB lock files

 

I noticed our biggest data server have a lot of hard disk activity creating fb_lock files.

Firebird 2.5.4, superclassic

My changed lock configurations are :

 

#LockMemSize = 1048576

LockMemSize = 10097152

#LockHashSlots = 1009

LockHashSlots = 60589

 

Should I try to set them higher? If so, whats a good parameter to know by how much I should increase it?

__._,_.___

Posted by: =?iso-8859-1?Q?Rudi_Feij=F3?= <rudi.feijo@multidadosti.com.br>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (1)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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: API calls fail with 403 error

Hello,

Since this is a general issue with access, I would recommend contacting the Google Apps for Work forum. This post makes it look like they've run into this before. Another option is you can try contacting the General AdWords Community to see if they've seen anything similar recently.

Cheers,
Nadine, AdWords API Team

On Saturday, December 5, 2015 at 10:01:48 AM UTC-5, dima@easyleads.com wrote:
Well, now I see that it's probably not an Adwords issue. I can't log in into Gmail as well

Unable to sign in from this country

You appear to be signing in from a country where Google Apps accounts are not supported.


The server is located in Israel and it never had any restrictions. We have several another servers in the same data center and everything works fine.


Who can help us with this? We're loosing money and customers, any help would be really appreciated.


Thanks


On Saturday, December 5, 2015 at 4:52:56 PM UTC+2, di...@easyleads.com wrote:
Hi,

All our requests fail with 403 error.

403. That's an error.

Your client does not have permission to get URL / from this server. That's all we know.


We can't even get to adwords.google.com. Is it some kind of block? How can we check it?


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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/0bd8fea0-276f-4e2c-a83e-b91da995eae3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Re: Как пометить операции в мутации

Hello Артём,

Your use case sounds perfect for the new BatchJobService. The BatchJobService would allow you to create all your AdGroups and then create all your Keywords for those AdGroups in one call to BatchJobService. Check out our guide on Batch Processing. It has a section on how you can use temporary IDs to create ad groups and keywords. We also have code samples available.

Regards,
Nadine, AdWords API Team

On Monday, December 7, 2015 at 8:56:13 AM UTC-5, Артём Сыкчин wrote:
Всем привет.

Как можно пометить операции для массового запроса на добавление (mutate add).
Задача такая, я хочу добавить группы 10 шутк (mutate). И после добавления хочу добавить ключи для каждой, отдельный mutate.
Есть ли возможность передать какой то локальный ID и при ответе получить его же?

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/2ebe8caa-c082-4225-97b6-ed9bb33fa9d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.