Re: [Customer Match List] Logic Error

2024-02-20 Thread FB
becomes never "eligible"

FB schrieb am Dienstag, 20. Februar 2024 um 20:34:03 UTC+1:

> Hello,
>
> we use a third party tool to update our customer match lists in daily 
> basis (every day).
>
> The tool use the operation "add" and "remove" every day.
>
> Because we push or delete current data every day with these two commands, 
> the Customer Match List becomes the "eligible" (=usable in campaigns).
>
> How can we prevent this? What are we doing wrong?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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+unsubscr...@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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/15c5b74e-7ea4-48ab-88c8-dbcf027edb7an%40googlegroups.com.


[Customer Match List] Logic Error

2024-02-20 Thread FB
Hello,

we use a third party tool to update our customer match lists in daily basis 
(every day).

The tool use the operation "add" and "remove" every day.

Because we push or delete current data every day with these two commands, 
the Customer Match List becomes the "eligible" (=usable in campaigns).

How can we prevent this? What are we doing wrong?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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+unsubscr...@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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/05c08651-383d-4be8-9a2a-8fa96fd0297dn%40googlegroups.com.


GoogleAds Script "Bidding Test" not working

2021-03-09 Thread FB
Hello,

I tried the following GoogleAds Script from Google without sucess:
https://developers.google.com/google-ads/scripts/docs/solutions/bid-testing

Set up:
* Created Gsheet + make it editable for everyone with this link
* Inserted Campaign and URL
* Run the script
* Set timer to do it daily (next run on next day)

Error: Invalid argument: 20210305 (file Code.gs, line 136)

  var rows = [['Keyword', 'Max CPC', 'Clicks', 'Impressions', 'Ctr']];
  var keywordIter = campaign.keywords().get();
  while (keywordIter.hasNext()) {
var keyword = keywordIter.next();
var stats = keyword.getStatsFor(start, end); <--- Line 136
rows.push([keyword.getText(), keyword.bidding().getCpc(), 
stats.getClicks(),

I do not unterstand the error. I really dont know why the script triggers 
the 5th of march. Can somebody help me out?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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+unsubscr...@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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d7a14a98-bf79-4a97-ae44-37f4e5fc301fn%40googlegroups.com.