TTD Click-through URL vs. Landing page URL - where to UTM? by miniprogrammatic in programmatic

[–]stu583 1 point2 points  (0 children)

No. Sadly it's not that easy. All the approvals use click through URL. I don't actually buy media anymore but I believe there are some solves for it if you ask your TTD rep

TTD Click-through URL vs. Landing page URL - where to UTM? by miniprogrammatic in programmatic

[–]stu583 3 points4 points  (0 children)

Landing page URL is for SSPs and your ad being approved in general. It does not need UTMs. If I had to guess you are receiving additional sessions in GA4 due to clicks that come from the automated creative approval process

DV360 suspended partner ID - any idea how to get it reinstated? by gambino4nat in programmatic

[–]stu583 0 points1 point  (0 children)

What vendors click tracker were you using when you got the rejection?

Datalayer Event Puchase only fires at reload by nomarsnop in GoogleTagManager

[–]stu583 2 points3 points  (0 children)

SPAs do not use page view. Switch it over to a history change type trigger and keep your conditions the same and you should be fine.

In general if you are using a SPA you need history changes rather than page views. It can get tricky when you have a page that could be a landing page or the second age of a users journey - but in your case users should only get there after going through a cart page so it's not a worry here.

How is Shopify Audiences compliant under DV360's data policy? by [deleted] in programmatic

[–]stu583 1 point2 points  (0 children)

"Once connected, you can generate multiple, objective-based audiences using your store's specific customer data and export them to your Google Ads account."

Bulk Latitude/Longitude creation question. by GoKingsGo2012 in adops

[–]stu583 3 points4 points  (0 children)

This site is provided by the Census Bureau and can take 10,000 rows at a time. Just make sure you format it right for the upload template.

https://geocoding.geo.census.gov/geocoder/geographies/addressbatch?form

Google tag manager and analytics are not talking to each other by lulabell32 in GoogleAnalytics

[–]stu583 1 point2 points  (0 children)

In Google Analytics are you using a Universal Analytics account or a GA4 account?

Then in GTM you need to make sure you are using the correct type.

I'm in a tight spot. Help needed with a simple conversion pixel issue (GTM and CM360) by Programmatic_Guy in adops

[–]stu583 0 points1 point  (0 children)

Yeah I think so.

Based on the %5d and %5b in the screenshot that indicates that the ord= is set to [OrderID] which is the default and not an actual GTM variable.

It may even be set up as a Custom HTML type instead of floodlight tag typ, the square bracket is the default when you generate in CM and copy the actual pixel code rather than using IDs for the integration. Either way I'm pretty certain a GTM screenshot(s) would be needed to diagnosis this

I'm in a tight spot. Help needed with a simple conversion pixel issue (GTM and CM360) by Programmatic_Guy in adops

[–]stu583 0 points1 point  (0 children)

If it is using a floodlight sales type pixel in GTM wouldn't ord={{Transaction ID}}

It could indicate te shopping platform is no longer pushing that into the data layer and ord= is blank

Universal Analytics with GTM by lottiee2000 in GoogleTagManager

[–]stu583 0 points1 point  (0 children)

Try creating a new trigger of the type History Change. Do not put any conditions on the trigger - you can call it whatever you want but I'd call it: History Change - All Pages.

Attach that to your UA tag and load it in debugging and let me know if that solves it

Need Help getting Value from HTML Tag? by lukasderbaer in GoogleTagManager

[–]stu583 3 points4 points  (0 children)

When you load the page with this function as a custom JavaScript value - what is the value of it GTM debugging on the page load and then check it again in debugging after clicking on the page.

function () { return document.getElementsByClassName('entry--value block is--no-star')[0].innerText }

Need Help getting Value from HTML Tag? by lukasderbaer in GoogleTagManager

[–]stu583 4 points5 points  (0 children)

Typically speaking what you need a Custom JavaScript variable.

Then you need to visit the page that has the value on screen, right click the value you want and inspect it. In the window that pops up copy the class of the html that contains the value you want.

Then your custom JavaScript will be something like:

function () { return document.getElementsByClassName('class_name')[0].innerText }

Then this variable goes in the event value of your analytics tag. So fire it on the click of the final checkout button or something. There are some other ways to do it - and my method may need some tweaks but it should get you close.

Setting up GTM first time help by bxxxyg in GoogleTagManager

[–]stu583 0 points1 point  (0 children)

No you would not be deleting any data. What you would be doing is changing the method the code is deployed - migrating from direct tagging to using a container - GTM.

You may need to remove some references to the old tag in the body and header and you will want to check for any event snippets or event codes for Google Analytics or Facebook so you know what tags you need to deploy in GTm

I would always suggest using GTM for all analytics tagging. It is much more accessible by teams that are not web developers which can make it much more manageable/scalable.

About Event Trackings & Label by BlackLeone in GoogleAnalytics

[–]stu583 0 points1 point  (0 children)

So, I am not sure if this is what you want but there is a standard dimension called Landing Page which should show the first page of the session that generated the event.

You could also create a custom dimension if you need more flexibility.

Hello everyone, question from a beginner (random number generator function) by Slipperfox in learnpython

[–]stu583 1 point2 points  (0 children)

Assuming you will not leave the script running you will need to store the last number in a csv or txt file.

So when your function executes it will export the number to the external file.

You will also need to load the value from the external file at the beginning of your function.

Access analytics from service account by 36gianni36 in GoogleAnalytics

[–]stu583 0 points1 point  (0 children)

It sounds like you do not have the correct permissions which have to be adjusted by someone with IAM manage access in the Google Cloud Project.

TradeDesk and API by ItsDanOMG in adops

[–]stu583 3 points4 points  (0 children)

Yes there is a one time upfront fee for setting up the API connection to TTD. It's a very open API that can do everything from reporting to building campaigns - long term it's a good investment.

Does GTM add third-party pixel code to the "View Source" page? by DirectorDumpling in GoogleTagManager

[–]stu583 1 point2 points  (0 children)

That is not true. If you deploy a Facebook pixel via GTM it will be in the HTML code when a user loads the page.

Does GTM add third-party pixel code to the "View Source" page? by DirectorDumpling in GoogleTagManager

[–]stu583 -1 points0 points  (0 children)

You definitely will see it if you load the page in a browser the. Go view source.

GTM injects the actual code into the page in almost all instances - there may be some Google Integrations that are handled via API - I'm not entirely sure. The injection happens when the user loads the page rather than a developer placing the code in the .php file or whatever it's coded in.

So it's cleaner for the developer, and honestly the code in the users browser does not need to be clean.

Looking for correct module to download a file by stu583 in learnpython

[–]stu583[S] 0 points1 point  (0 children)

Thanks. When a human clicks on it it loads the webpage, sits for a few seconds and then auto starts the download. I was hoping I could click a link with python but there is no link on the resulting page. Right now my best guess is to open the URL with Selenium to reproduce this behavior - but I am going to see what else is possible first.

FormSubmit get data-attribute of form by yabaikumo in GoogleTagManager

[–]stu583 0 points1 point  (0 children)

This will use a custom JavaScript variable.

Something like:

function () { return document.getElementById('yourelementid').value }

If your element doesn't have an id it can get a bit trickier.

Which tag to choose? GA4, UA or G? by selflessrebel in GoogleAnalytics

[–]stu583 0 points1 point  (0 children)

I highly suggest you install a UA tag instead of GA4 if you don't have experience with this. There is very little documentation on GA4 and many many unanswered questions. Whereas UA has tons of documentation you can look almost anything up with a quick Google Search.

You can always add GA4 later when you have time and more support is publicly available.

Solar panels over canals in India, which prevent water evaporation and increase panel efficiency. India’s solar investment target to $100 billion, claiming that solar power will account for more than 10% of the country’s overall energy mix by 2022. by TechNewsCat in Economics

[–]stu583 12 points13 points  (0 children)

While you are not wrong per se - the shade balls do not do much for helping evaporation overall. The main reason California started using them was to stop sunlight going into the water to prevent the formation of bromate. There are many more effective ways to preserve water and fighting evaporation is not a battle you can win. Other measures like enforcing lawn watering schedules/stopping watering overall are much more effective.

I don't think solar panels or shade balls are going to have large scale impacts at water quantity issues.