sncooke
Forum Replies Created
-
UPDATE
I’ve found the Ray ID in the Cloudflare firewall reports and it looks like Clouflare is blocking Mailpoet – this is what I see:Managed rules (new)
Ray ID
734ddf23cc6d748c
Method
POST
HTTP Version
HTTP/1.1
Host
cumbriacrack.com
Path
/
Query string
?mailpoet_router&endpoint=cron_daemon&action=pingResponse
User agent
MailPoet Cron
IP address
2a00:d680:20:50::a069
ASN
AS21396 NETCONNEX NetConnex Broadband Ltd.
Country
United Kingdom
Service
Managed rules (new)
Ruleset ID
48ba18287c544bd7bdbe842a294f1ae2
Ruleset Name
Bot Fight Mode for Definite Bots
Rule ID
874a3e315c344b1281ad4f00046aab6f
Rule name
manage definite bots
Action taken
Block
Export event JSONDo we know what’s causing this and what the solution is?
Works a treat – I can stop pulling my hair out trying to custom code this now!
Thanks
Stuart
Thanks – I’ve already got this working with a single category – but that doesn’t help when there are multiple categories associated with a post. As a current example, we have a client who wants to target all articles from the area “crowthorne”. We do categorise articles with local place names.
An example article has the following categories:
featured
news
crowthorneBut if a visitor is looking at the story in say the “news” section the category picked up for .setTargeting would just be : googletag.pubads().setTargeting(‘category’, [‘news′]);
So even though the article has a category of “crowthorne” assigned as well as “news” then “crowthorne” doesn’t get passed to GAM for it to be targeted with an ad.
So being able pass categories in they way Google Ad Manager needs them would be fantastic.
Currently trying to figure this out with custom code – but a native shortcode in AdInserter would be fantastic!
Hope this all makes sense!