Two small things that quietly cost people time or money, from building fixed-price Play Store and Google Ads jobs at ZoopCoder.
1. Play Console does not auto-submit anything
If you've ever bumped a version code, edited release notes, or tweaked a store listing and then... nothing happened — you didn't imagine it. Google's own Play Console documentation is explicit: every unsent edit sits under a distinct "Changes not yet sent for review" status until you click Send for review. Close the tab after editing and it just sits there in draft indefinitely — not published, not even queued.
Once you do send it, there's no fixed timeline either. Standard publishing processes updates "as soon as possible," but Google's own docs also warn that some apps get extended reviews that "may result in review times of up to seven days or longer in exceptional cases."
We package the mechanical part of a release — version bump, signed AAB, staged rollout, submission — as a fixed ₹999 job: https://zoopcoder.com/services/app-update-release.php
2. "Enhanced conversions: Needs attention" is usually a formatting bug, not a tracking bug
Enhanced conversions in Google Ads hashes your first-party customer data (email, phone) with SHA256 before sending it to Google — a one-way hash, so Google never receives the raw value. But the hashing only works if the data is normalised into an exact shape first, per Google's own spec:
- lowercase
- no leading or trailing whitespace
- phone numbers in E.164 format
- periods stripped from the part before @gmail.com or @googlemail.com
Miss any one of those and the account shows "Needs attention" even though the base conversion tag is firing perfectly fine — which is why a lot of "broken tracking" tickets turn out to be a normalisation mismatch, not a missing tag.
We wire this up — GTM container, up to 5 conversion actions, enhanced conversions matched to Google's own spec, every tag proved firing in Tag Assistant — for a fixed ₹4,999: https://zoopcoder.com/services/google-ads-conversion-tracking.php
Sources: Google Play Console Help (publishing status docs) and Google Ads Help ("About enhanced conversions").
Top comments (0)